google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.CustomEvent View Source
Experimental feature (no support provided) A custom event represents a third party impression, a third party click, an annotation on a first party impression, or an annotation on a first party click.
Attributes
annotateClickEvent
(type:GoogleApi.DFAReporting.V34.Model.CustomEventClickAnnotation.t
, default:nil
) - Annotate a click event.customVariables
(type:list(GoogleApi.DFAReporting.V34.Model.CustomVariable.t)
, default:nil
) - Custom variables associated with the event.eventType
(type:String.t
, default:nil
) - The type of event. If INSERT, the fields in insertEvent need to be populated. If ANNOTATE_CLICK, the fields in annotateClickEvent need to be populated. A custom event cannot have both insertEvent and annotateClickEvent populated.floodlightConfigurationId
(type:String.t
, default:nil
) - Floodlight configuration ID of the advertiser the event is linked to. This is a required field.insertEvent
(type:GoogleApi.DFAReporting.V34.Model.CustomEventInsert.t
, default:nil
) - Insert custom event.kind
(type:String.t
, default:dfareporting#customEvent
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#customEvent".ordinal
(type:String.t
, default:nil
) - The ordinal of this custom event. This is a required field.timestampMicros
(type:String.t
, default:nil
) - The timestamp of this custom event, in Unix epoch micros. This is a required field.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.CustomEvent{ annotateClickEvent: GoogleApi.DFAReporting.V34.Model.CustomEventClickAnnotation.t(), customVariables: [GoogleApi.DFAReporting.V34.Model.CustomVariable.t()], eventType: String.t(), floodlightConfigurationId: String.t(), insertEvent: GoogleApi.DFAReporting.V34.Model.CustomEventInsert.t(), kind: String.t(), ordinal: String.t(), timestampMicros: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.