AI-generated Key Takeaways
-
The content details purchased items including their
product_id
,quantity
, andunit_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 | |
---|---|
|
The shopping id of the item. Must be equal to the Merchant Center product identifier. |
|
Number of items sold. |
|
Unit price excluding tax, shipping, and any transaction level discounts. The currency code is the same as that in the ClickConversion message. |