google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.CustomEventImpressionAnnotation View Source

Annotate an impression.

Attributes

  • kind (type: String.t, default: dfareporting#customEventImpressionAnnotation) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#customEventImpressionAnnotation".
  • pathImpressionId (type: String.t, default: nil) - The path impression ID. Use this field to annotate the impression associated with the pathImpressionId.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.CustomEventImpressionAnnotation{
  kind: String.t(),
  pathImpressionId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.