long_title
Required Field
This field is required and must not be omitted
Description
Full title of the promotion. Should describe the promotion completely and accurately.
Validation Rules
- Must be a string
- Must be shorter than
60
characters
Best Practices
Do
- Ensure titles are specific, accurate, and easy to understand.
Don´t
- Don't use titles that may mislead customers.
Example Values
Here are examples of how a valid long_title value should look like in XML.
Valid Value
<g:long_title><![CDATA[Free mug with purchase]]></g:long_title>
Click to show more valid XML examples
<g:long_title><![CDATA[Free mug with purchase]]></g:long_title>
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.
danger
validation_invalid_length
<g:long_title><![CDATA[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 60 characters value)]]></g:long_title>
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 | True | 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
📅 2023-12-11
Added
Initial definition