Show / Hide Table of Contents

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.

Inheritance
object
DefaultClickThroughEventTagProperties
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX