A message that represents custom attributes. Exactly one of value or groupValues must be provided. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per merchant, with total size of 102.4kB.
[[["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 2025-02-25 UTC."],[[["\u003cp\u003eCustom attributes allow you to add specific details to your products with a maximum of 2500 attributes per merchant and a total size limit of 102.4kB.\u003c/p\u003e\n"],["\u003cp\u003eEach custom attribute requires either a single value or a group of sub-attributes, but not both, and must not exceed 10240 characters.\u003c/p\u003e\n"],["\u003cp\u003eAttributes are defined by a name and value or groupValues represented in JSON format, with underscores in names converted to spaces.\u003c/p\u003e\n"]]],["Custom attributes, defined by a `name` and either a `value` or `groupValues`, allow for merchant customization. Underscores in the `name` are replaced with spaces. The `groupValues` field holds subattributes. Each attribute has a maximum character limit of 10240. Merchants can set up to 2500 custom attributes, with a total size limit of 102.4kB. Exactly one of `value` or `groupValues` must be specified per attribute.\n"],null,["# CustomAttribute\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA message that represents custom attributes. Exactly one of `value` or `groupValues` must be provided. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per merchant, with total size of 102.4kB.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"value\": string, \"groupValues\": [ { object (/shopping-content/reference/rest/v2.1/CustomAttribute) } ] } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the attribute. Underscores will be replaced by spaces upon insertion. |\n| `value` | `string` The value of the attribute. |\n| `groupValues[]` | `object (`[CustomAttribute](/shopping-content/reference/rest/v2.1/CustomAttribute)`)` Subattributes within this attribute group. Exactly one of value or groupValues must be provided. |"]]