Service
AdGroupAdService
MutateJobService
Dependencies
Represents an ad in an ad group.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
adGroupId Filterable
Required
Selectable
|
xsd:long
|
The id of the adgroup containing this ad.
This field can be selected using the value "AdGroupId".
This field can be filtered on.
This field is required and should not be null .
|
ad Required
|
The contents of the ad itself.
This field is required and should not be null .
|
|
experimentData |
AdGroupAdExperimentData
|
Experiment data associated with this AdGroupAd. It is returned by get() only if the experimentId is supplied. |
status Filterable
Required
Selectable
|
AdGroupAd.Status
|
The status of the ad.
This field can be selected using the value "Status".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : SET.
Enumerations
|
approvalStatus Filterable
ReadOnly
Selectable
|
AdGroupAd.ApprovalStatus
|
Approval status.
This field can be selected using the value "AdGroupCreativeApprovalStatus".
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.
Enumerations
|
trademarkDisapproved ReadOnly
Selectable
|
xsd:boolean
|
True if and only if this ad is not serving because it does not meet trademark policy. This field is only useful when approvalStatus is an approved status. This field can be selected using the value "AdGroupAdTrademarkDisapproved". This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
stats ReadOnly
|
AdStats
|
Statistics about this ad. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
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. |