GoogleApi.DFAReporting.V4.Model.CartData (google_api_dfa_reporting v0.31.0)

View Source

Contains additional information about cart data. This field may only be used when calling batchinsert; it is not supported by batchupdate.

Attributes

  • items (type: list(GoogleApi.DFAReporting.V4.Model.CartDataItem.t), default: nil) - Data of the items purchased.
  • merchantFeedLabel (type: String.t, default: nil) - The feed labels associated with the feed where your items are uploaded. For more information, please refer to ​​ https://support.google.com/merchants/answer/12453549. Providing the feed label reduces ambiguity in identifying the right offer details.
  • merchantFeedLanguage (type: String.t, default: nil) - The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes. Providing the feed language reduces ambiguity in identifying the right offer details.
  • merchantId (type: String.t, default: nil) - The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.CartData{
  items: [GoogleApi.DFAReporting.V4.Model.CartDataItem.t()] | nil,
  merchantFeedLabel: String.t() | nil,
  merchantFeedLanguage: String.t() | nil,
  merchantId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.