google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.DV3Ids 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: dfareporting#dV3Ids) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#dV3Ids".

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 Source
t() :: %GoogleApi.DFAReporting.V34.Model.DV3Ids{
  dvCampaignId: String.t(),
  dvCreativeId: String.t(),
  dvInsertionOrderId: String.t(),
  dvLineItemId: String.t(),
  dvSiteId: String.t(),
  kind: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.