Service
AdGroupService
MutateJobService
Dependencies
Represents an ad group.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
id Filterable
ReadOnly
Required
Selectable
|
xsd:long
|
ID of this ad group.
This field can be selected using the value "Id".
This field can be filtered on.
This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored.
This field is required and should not be null when it is contained within Operators : SET.
|
campaignId Filterable
Required
Selectable
|
xsd:long
|
ID of the campaign with which this ad group is associated.
This field can be selected using the value "CampaignId".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
campaignName Filterable
ReadOnly
Selectable
|
xsd:string
|
Name of the campaign with which this ad group is associated. This field can be selected using the value "CampaignName". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
name Filterable
Selectable
|
xsd:string
|
Name of this ad group (at most 255 UTF-8 full-width characters). This field can be selected using the value "Name". This field can be filtered on. |
status Filterable
Selectable
|
AdGroup.Status
|
Status of this ad group.
This field can be selected using the value "Status".
This field can be filtered on.
Enumerations
|
settings Selectable
|
List of settings for the AdGroup. This field can be selected using the value "Settings". | |
bids | The default bid amounts for criteria in this ad group. The type of bid (i.e. the type of this field) must match the parent campaign's bidding strategy. | |
experimentData |
AdGroupExperimentData
|
Data from a campaign bidding strategy experiment, returned by get() only if the experimentId is supplied. |
stats | Statistics for this ad group, returned by get() only if requested in the selector. | |
forwardCompatibilityMap |
String_StringMapEntry[]
|
This Map provides a place to put new features and settings in older versions of the AdWords API in the rare instance we need to introduce a new feature in an older version. It is presently unused. Do not set a value. |