Service
AdGroupAdService
MutateJobService
Dependencies
AdGroupAd
▼
Ad
Inheritance
The base class of all ad types. To update basic ad fields,
you can construct an Ad
object (instead of
the ad's concrete type) with the appropriate fields set.
This is enabled for AdX.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201302
- Fields
Field | Type | Description |
---|---|---|
id Filterable
Selectable
|
xsd:long
|
ID of this ad. This field is ignored when creating
ads using AdGroupAdService .
This field can be selected using the value "Id".
This field can be filtered on.
|
url Filterable
Selectable
|
xsd:string
|
Destination URL. This field can be selected using the value "Url". This field can be filtered on. |
displayUrl Filterable
Selectable
|
xsd:string
|
Visible URL. This field can be selected using the value "DisplayUrl". This field can be filtered on. |
devicePreference Filterable
Selectable
|
xsd:long
|
The device preference for the ad. This field can be selected using the value "DevicePreference". This field can be filtered on. |
disapprovalReasons ReadOnly
Selectable
|
xsd:string[]
|
List of disapproval reasons. This field can be selected using the value "DisapprovalReasons". This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
Ad.Type |
xsd:string
|
Indicates that this instance is a subtype of Ad. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |