AI-generated Key Takeaways
-
Key transaction item attributes include
item_id
,country_code
,language_code
,quantity
, andmerchant_id
. -
item_id
andmerchant_id
are required attributes for transaction items. -
country_code
andlanguage_code
help differentiate product information when items are associated with multiple countries or languages. -
quantity
indicates the number of items sold and defaults to 1 if not specified.
Item attributes of the transaction.
Fields | |
---|---|
|
A unique identifier of a product. It must be the exact same Merchant Center Item ID you use in your Google Merchant Center for this product. Required. |
|
Common Locale Data Repository (CLDR) territory code of the country associated with the feed where your items are uploaded. See https://developers.google.com/google-ads/api/reference/data/codes-formats#country-codes for more information. This information is useful to differentiate product information in cases where a product (identified by item_id) is associated with multiple countries. |
|
ISO 639-1 code of the language associated with the feed where your items are uploaded. This information is useful to differentiate product information in cases where a product (identified by item_id) is associated with multiple languages. |
|
The number of items sold. Defaults to 1 if not set. |
|
ID of the Merchant Center Account. Required. |