ItemAttribute
Stay organized with collections
Save and categorize content based on your preferences.
Item attributes of the transaction.
Fields |
item_id
|
string
A unique identifier of a product. It can be either the Merchant Center Item ID or GTIN (Global Trade Item Number).
|
country_code
|
string
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.
|
language_code
|
string
ISO 639-1 code of the language associated with the feed where your items are uploaded
|
quantity
|
int64
The number of items sold. Defaults to 1 if not set.
|
merchant_id
|
int64
ID of the Merchant Center Account.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Item attributes provide details about the product, including a unique identifier, country and language of origin, quantity sold, and the merchant's ID."],["The `item_id` can be represented by either the Merchant Center Item ID or the product's GTIN."],["Country and language information is based on the feed where your items are uploaded, using CLDR territory codes and ISO 639-1 language codes respectively."],["`quantity` defaults to 1 if not specified and represents the number of items involved in the transaction."],["Each transaction is linked to a specific Merchant Center Account via the `merchant_id`."]]],[]]