google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.UniversalAdId View Source

A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.

Attributes

  • registry (type: String.t, default: nil) - Registry used for the Ad ID value.
  • value (type: String.t, default: nil) - ID value for this creative. Only alphanumeric characters and the following symbols are valid: "_/-". Maximum length is 64 characters. Read only when registry is DCM.

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.UniversalAdId{
  registry: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.