Class ClickThroughUrlSuffixProperties
Click Through URL Suffix settings.
Inheritance
System.Object
ClickThroughUrlSuffixProperties
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class ClickThroughUrlSuffixProperties : IDirectResponseSchema
Properties
ClickThroughUrlSuffix
Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.
Declaration
[JsonProperty("clickThroughUrlSuffix")]
public virtual string ClickThroughUrlSuffix { get; set; }
Property Value
Type | Description |
---|---|
System. |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System. |
OverrideInheritedSuffix
Whether this entity should override the inherited click-through URL suffix with its own defined value.
Declaration
[JsonProperty("overrideInheritedSuffix")]
public virtual bool? OverrideInheritedSuffix { get; set; }
Property Value
Type | Description |
---|---|
System. |
Implements
Google.Apis.Requests.IDirectResponseSchema