Class ClickThroughUrlSuffixProperties
Click Through URL Suffix settings.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
bool? |