CartData

  • Additional information about cart data includes details on the merchant ID, feed country and language codes, local transaction costs, and individual items purchased.

  • The merchant_id indicates the Merchant Center ID where items are uploaded, specified as an int64.

  • feed_country_code and feed_language_code are strings detailing the country and language associated with the item's feed.

  • local_transaction_cost is a double representing the sum of transaction-level discounts for the entire cart, with the currency code matching the ClickConversion message.

  • The items[] field contains data for each item purchased, referencing the CartData.Item structure.

Contains additional information about cart data.

Fields

merchant_id

int64

The Merchant Center ID where the items are uploaded.

feed_country_code

string

The country code associated with the feed where the items are uploaded.

feed_language_code

string

The language code associated with the feed where the items are uploaded.

local_transaction_cost

double

Sum of all transaction level discounts, such as free shipping and coupon discounts for the whole cart. The currency code is the same as that in the ClickConversion message.

items[]

Item

Data of the items purchased.