Item

  • The content details purchased items including their product_id, quantity, and unit_price.

  • The product_id is a string that must match the Merchant Center product identifier.

  • The quantity is an integer representing the number of items sold.

  • The unit_price is a double value excluding tax, shipping, and transaction discounts, with the currency matching the ClickConversion message.

Contains data of the items purchased.

Fields

product_id

string

The shopping id of the item. Must be equal to the Merchant Center product identifier.

quantity

int32

Number of items sold.

unit_price

double

Unit price excluding tax, shipping, and any transaction level discounts. The currency code is the same as that in the ClickConversion message.