brand
Required Field
This field is required and must not be omitted
Description
The brand attribute is used to indicate a product's brand/manufacturer name.
Validation Rules
- Length must be between
1-70
characters
Best Practices
Do
- Use only valid brands
Don't
- Don't set
N/A
,generic
,no name
,unknown
and similar brand names as they are of no help when indexing your products/offers
Example Values
Here are examples of how a valid brand value should look like in XML and CSV (with header) respectively.
- XML
- CSV
Valid Value
<g:brand><![CDATA[Prisjakt]]></g:brand>
Click to show more valid XML examples
<g:brand><![CDATA[Prisjakt]]></g:brand>
<g:brand><![CDATA[Sony]]></g:brand>
Valid Value
brand
Prisjakt
Click to show more valid CSV examples
brand
Prisjakt
brand
Sony
Error Codes
Below you will find possible error codes generated when validating this field alongside with an example in XML and CSV that would trigger the code. Please refer to the validation rules to understand the cause.
- XML
- CSV
<g:brand><![CDATA[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 70 characters value)]]></g:brand>
danger
validation_invalid_length
brand
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 70 characters value)
Properties
Property | Value | Description |
---|---|---|
Data Type | string | Closest data type in code |
Nested | False | Defines if this field consists of one or more sub-fields |
Case Sensitive | False | If small or large letters matter for this field |
Repeatable | False | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 0 | If a list, this specifices the max number of items |
Changelog
📅 2024-03-30
Added
Initial definition