Show / Hide Table of Contents

Class ClickThroughUrlSuffixProperties

Click Through URL Suffix settings.

Inheritance
System.Object
ClickThroughUrlSuffixProperties
Implements
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_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.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.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

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.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top