Class GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting
The setting for controlling Dynamic Search Ads (DSA).
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting : IDirectResponseSchema
Properties
DomainName
Required. The Internet domain name that this setting represents, for example, "google.com" or "www.google.com".
Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Required. The language code specifying the language of the domain, for example, "en".
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
UseSuppliedUrlsOnly
Whether the campaign uses advertiser supplied URLs exclusively.
Declaration
[JsonProperty("useSuppliedUrlsOnly")]
public virtual bool? UseSuppliedUrlsOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |