Class DefaultClickThroughEventTagProperties
Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class DefaultClickThroughEventTagProperties : IDirectResponseSchema
Properties
DefaultClickThroughEventTagId
ID of the click-through event tag to apply to all ads in this entity's scope.
Declaration
[JsonProperty("defaultClickThroughEventTagId")]
public virtual long? DefaultClickThroughEventTagId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverrideInheritedEventTag
Whether this entity should override the inherited default click-through event tag with its own defined value.
Declaration
[JsonProperty("overrideInheritedEventTag")]
public virtual bool? OverrideInheritedEventTag { get; set; }
Property Value
Type | Description |
---|---|
bool? |