GoogleApi.DFAReporting.V34.Model.DV3Ids (google_api_dfa_reporting v0.31.0)

View Source

DV360 IDs related to the custom event.

Attributes

  • dvCampaignId (type: String.t, default: nil) - Campaign ID for DV360.
  • dvCreativeId (type: String.t, default: nil) - Creative ID for DV360.
  • dvInsertionOrderId (type: String.t, default: nil) - Insertion Order ID for DV360.
  • dvLineItemId (type: String.t, default: nil) - Line Item ID for DV360.
  • dvSiteId (type: String.t, default: nil) - Site ID for DV360.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#dV3Ids".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.DV3Ids{
  dvCampaignId: String.t() | nil,
  dvCreativeId: String.t() | nil,
  dvInsertionOrderId: String.t() | nil,
  dvLineItemId: String.t() | nil,
  dvSiteId: String.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.