Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Documentation for the requested version is not available.Documentation for the requested diff is not available.
Data structure that represents an AdWords campaign. For more information on
how Campaign objects are used, see the CampaignService
overview.
| Field name | Field type | Field description |
|---|---|---|
| budgetAmount | long |
Amount of the budget in micros. Use budgetPeriod to set
the duration over which to spend this amount. |
| budgetOptimizerSettings | BudgetOptimizerSettings |
Budget Optimizer settings for this campaign. |
| budgetPeriod | BudgetPeriod |
Duration over which to spend the budgetAmount. For most
developers, «Daily» is the only allowable option.
Values are:
|
| contentTargeting | ContentTargeting |
If this campaign targets the Content Network, this field
controls how ads are considered for display on the content network.
Values are:
|
| conversionOptimizerSettings | ConversionOptimizerSettings |
Conversion Optimizer settings for this campaign. |
| enableSeparateContentBids | boolean |
Enables ad groups to have a separate CPC bid for
contextually-targeted content network ads. |
| endDay | date |
Last day the campaign will run (xsd:date).
This field is mutable. New values must be one of the following:
If |
| geoTargeting | GeoTarget |
Geographic targeting rules for this campaign. |
| id | int |
Numeric identifier of this campaign. This is globally unique and not
mutable once assigned. |
| languageTargeting | LanguageTarget |
Languages targeted by this campaign. |
| name | string |
Human-readable name of this campaign.
All AdWords campaigns associated with the same customer will have
different names. |
| networkTargeting | NetworkTarget |
Advertising networks targeted by this campaign.
Note: If this campaign targets the Search Network or Google Search, it must use CPC (cost per click) bidding. |
| schedule | AdSchedule |
Ad scheduling settings for this campaign. |
| startDay | date |
Day the campaign begins.
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 |
Status of this campaign. Values are:
Campaigns can be created in the «Active» or «Paused» state, and can later be switched to either of these states. You can recover a deleted campaign by setting its status to «Active» or «Paused». Note: The values «Pending», «Ended», and «Suspended» can only be set by Google. If a campaign is in one of these states, you cannot change the status. Note: Deleted or paused campaigns do not count towards the cap on maximum campaigns per account. |