Service
AdExtensionOverrideService
CampaignAdExtensionService
MutateJobService
Inheritance
AdExtension
▼
DomainInfoExtension
InAppLinkExtension
LocationExtension
LocationSyncExtension
MobileExtension
SitelinksExtension
Domain extension, which adds domain info to ads. This is a beta feature.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
AdExtension (inherited) | ||
id Filterable
Required
Selectable
|
xsd:long
|
ID of ad extension.
Do not use this in a CampaignAdExtension.mutate ADD operation. This field can be selected using the value "AdExtensionId". This field can be filtered on. This field is required and should not benull when it is contained within Operators : REMOVE.
|
AdExtension.Type |
xsd:string
|
Indicates that this instance is a subtype of AdExtension. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
DomainInfoExtension | ||
domainName Required
Selectable
StringLength
|
xsd:string
|
The Internet domain name that this extension represents. E.g. "google.com" or "www.google.com"
This field can be selected using the value "DomainName".
This field is required and should not be null .
The length of this string should be between 1 and 50, inclusive.
|
languageCode Required
Selectable
StringLength
|
xsd:string
|
A language code that indicates what language the contents of the domain is in. E.g. "en"
This field can be selected using the value "LanguageCode".
This field is required and should not be null .
This string must not be empty.
|