ListMergeFields.rsd
The display name of the merge field as it appears in the Mailchimp list and signup forms.
Columns
| Name | Type | ReadOnly | Description |
| MergeId [KEY] | Integer | True |
A persistent identifier for the merge field, which remains the same even if the field's settings are modified. |
| Tag | String | False |
The merge tag used to reference this field in Mailchimp campaigns, templates, and the /members endpoint. |
| Type | String | False |
The data type of the merge field, such as text, number, date, address, or phone. |
| Required | Boolean | False |
Indicates whether the merge field must be filled in by subscribers when joining the list. |
| DefaultValue | String | False |
The default value assigned to the merge field if no value is provided by the subscriber. |
| Public | Boolean | False |
Specifies whether the merge field is visible to subscribers on signup forms. |
| DisplayOrder | Integer | False |
Determines the order in which the merge field appears on signup forms, with lower numbers appearing first. |
| Options_DefaultCountry | Integer | False |
In address fields, defines the default country code to use if the subscriber does not specify one. |
| Options_PhoneFormat | String | False |
In phone number fields, defines the expected format (for example, 'US' or 'International'). |
| Options_DateFormat | String | False |
In date or birthday fields, specifies the format used to display and capture dates. |
| Options_Choices | String | False |
For radio buttons or dropdown lists, lists the available options that subscribers can choose from. |
| Options_Size | Integer | False |
In text fields, defines the default length or character limit for the field input. |
| HelpText | String | False |
Optional help text displayed to guide subscribers when filling in the field. |
| ListId [KEY] | String | False |
The unique identifier of the Mailchimp list that this merge field belongs to. |