View Source GoogleApi.DFAReporting.V4.Model.UniversalAdId (google_api_dfa_reporting v0.25.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V4.Model.UniversalAdId{
  registry: String.t() | nil,
  value: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.