| Field name | Field type | Field description |
budgetAmount new in v12 |
long |
The amount of the budget in micros. Use budgetPeriod to set
the duration over which to spend this amount. |
budgetOptimizerSettings |
BudgetOptimizerSettings |
The budget optimizer settings for this campaign. |
budgetPeriod new in v12 |
BudgetPeriod |
The duration over which to spend the budgetAmount. For most
developers, Daily is the only allowable option.
Values are:
- Daily - Indicates a daily base budget. new in v12
- Monthly - Indicates a monthly base budget (available only to a limited set of
developers). new in v12
|
conversionOptimizerSettings new in v12 |
ConversionOptimizerSettings |
The conversion optimizer settings for this campaign. |
dailyBudget |
long |
The daily budget for this campaign, in micro-units of the currency
associated with this account. Must be greater than zero, a multiple
of the currency's billing unit, and less than the cap, $250,000. |
enableSeparateContentBids |
boolean |
Whether to enable separate ad group bids for content network clicks. |
endDay |
date |
The day the campaign ends (xsd:date).
This field is mutable; new values must always be in the future.
This day is inclusive; the campaign will run through
the end of the day.
If endDay is omitted, the campaign will never end. The date returned
will be 2037/12/30. This constant can also be specified to define a
campaign that will never end.
Prior to V11, if a day is specified beyond 2036/12/31, the campaign will
be considered to have no end and 2037/12/30 will be returned. However,
on and after V11, the specified day must be on or before 2036/12/31
(a specific date on which the campaign will end) or the day must be
2037/12/30 (indicating the campaign will never end). |
geoTargeting |
GeoTarget |
The geographic targeting rules for this campaign. |
id |
int |
The numeric ID of this Campaign. This is globally unique,
and is not mutable once assigned. |
languageTargeting |
LanguageTarget |
The languages targeted by this campaign. |
name |
string |
The human-readable name of this campaign.
All AdWords campaigns associated with the same customer will have
different names. |
networkTargeting |
NetworkTarget |
The advertising networks targeted by this campaign. |
schedule |
AdSchedule |
The ad scheduling settings for this campaign. |
startDay |
date |
The day the campaign begins (xsd:date).
When creating a campaign
if startDay is omitted, CampaignService
sets this field to the current day in the parent
account's local timezone. |
status |
CampaignStatus |
The status of this campaign: one of
Pending, Active, Paused, Deleted, Suspended or Ended.
- Active - The campaign is currently running.
- Pending - The campaign's start date has not yet been reached.
- Ended - The campaign's end date has been reached.
- Paused - The customer has paused the campaign.
- Deleted - The customer has deleted the campaign.
- Suspended - Google has temporarily suspended the campaign.
Note: The values 'Pending', 'Ended', and 'Suspended' can only be
set by Google. If a campaign is in one of these states, you cannot alter
the status.
Note: Only active campaigns count towards the cap on maximum
campaigns per account.
A campaign may be created in either the Active or
Paused state, and may be changed to any of these states later.
Deleted campaigns may be recovered by setting the status to Active
or Paused. |