Service
CampaignService
MutateJobService
Inheritance
Setting
▼
DynamicSearchAdsSetting
ExplorerAutoOptimizerSetting
GeoTargetTypeSetting
RealTimeBiddingSetting
ShoppingSetting
TargetingSetting
TrackingSetting
Setting for controlling Dynamic Search Ads (DSA). Contains the domain name and the language used by the DSA system to automatically generate landing pages and keywords for a campaign.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
Setting (inherited) | ||
Setting.Type |
xsd:string
|
Indicates that this instance is a subtype of Setting. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
DynamicSearchAdsSetting | ||
domainName Required
|
xsd:string
|
The Internet domain name that this setting represents. E.g. "google.com" or "www.google.com".
To disable the setting set the domainName field to "-" (a single dash character).
This field is required and should not be null .
|
languageCode Required
|
xsd:string
|
A language code that indicates what language the contents of the domain is in. E.g. "en"
This field is required and should not be null .
|