Show / Hide Table of Contents

Class CustomEventInsert

Custom event to be inserted.

Inheritance
System.Object
CustomEventInsert
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 CustomEventInsert : IDirectResponseSchema

Properties

CmDimensions

Campaign Manager dimensions associated with the event.

Declaration
[JsonProperty("cmDimensions")]
public virtual CampaignManagerIds CmDimensions { get; set; }
Property Value
Type Description
CampaignManagerIds

Dv3Dimensions

DV360 dimensions associated with the event.

Declaration
[JsonProperty("dv3Dimensions")]
public virtual DV3Ids Dv3Dimensions { get; set; }
Property Value
Type Description
DV3Ids

ETag

The ETag of the item.

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

InsertEventType

The type of event to insert.

Declaration
[JsonProperty("insertEventType")]
public virtual string InsertEventType { get; set; }
Property Value
Type Description
System.String

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#customEventInsert".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

MatchId

The match ID field. A match ID is your own first-party identifier that has been synced with Google using the match ID feature in Floodlight. This field is mutually exclusive with mobileDeviceId, and at least one of the two fields is required.

Declaration
[JsonProperty("matchId")]
public virtual string MatchId { get; set; }
Property Value
Type Description
System.String

MobileDeviceId

The mobile device ID. This field is mutually exclusive with matchId, and at least one of the two fields is required.

Declaration
[JsonProperty("mobileDeviceId")]
public virtual string MobileDeviceId { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top