Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting

The setting for controlling Dynamic Search Ads (DSA).

Inheritance
object
GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX