Displaying Products or Content Types on the Unsubscribe Page
Content creators can modify the unsubscribe link to let recipients unsubscribe or update their preferences by product or content type. They can also customize how these options appear on the Unsubscribe page to help recipients easily select what they want to unsubscribe from.
Who can use this feature?
- Browser, iPad, iPhone Users
- Users require an Approved Email license
- Content Creators
Configuring Displaying Products or Content Types on the Unsubscribe Page for

To configure the display of the Unsubscribe page:
Grant integration users the following permissions:
Object Object Permission Object Types Fields Field Permission unsubscribe__v R approved_email_unsubscribe__v - unsubscribe_cancel_html_file__v
- unsubscribe_confirm_html_file__v
- unsubscribe_html_file__v
- unsubscribe_identifier__v
- unsubscribe_modify_confirm_html_file__v
Read unsubscribe_products__v
R
approved_email_unsubscribe__v
- detail_group__v
- detail_group_display__v
- display_order__v
- product__v
- product_display__v
- unsubscribe__v
Read
To customize the Unsubscribe page based on content types rather than product, assign the following additional permissions:
Object Object Permission Object Types Fields Field Permission unsubscribe__v n/a n/a - consent_level__v
Read unsubscribe_products__v
R
approved_email_content_type_unsubscri__v
- content_type__v
- content_type_display_name__v
Read

To configure the display of the Unsubscribe page:
Grant content creators the following permissions:
Object Object Permission Object Types Fields Field Permission unsubscribe__v CRED approved_email_unsubscribe__v - unsubscribe_cancel_html_file__v
- unsubscribe_confirm_html_file__v
- unsubscribe_html_file__v
- unsubscribe_identifier__v
- unsubscribe_modify_confirm_html_file__v
Edit unsubscribe_products__v
CRED
approved_email_unsubscribe__v
- detail_group__v
- detail_group_display__v
- display_order__v
- product__v
- product_display__v
- unsubscribe__v
Edit
To customize the Unsubscribe page based on content types rather than product, assign the following additional permissions:
Object Object Permission Object Types Fields Field Permission unsubscribe__v n/a n/a - consent_level__v
Edit unsubscribe_products__v
CRED
approved_email_content_type_unsubscri__v
- content_type__v
- content_type_display_name__v
Edit
Customizing the Unsubscribe Page for Products as

To customize the Unsubscribe page for Products:
- Navigate to Business Admin > Objects > Unsubscribe.
- Select Create to add a new Unsubscribe record with the following values:
- object_type__v - approved_email_unsubscribe__v
- unsubscribe_identifier__v - a unique identifier
- Create one or more unsubscribe_product__v records under the Unsubscribe record using the details below:
- object_type__v - approved_email_unsubscribe__v
- product__v - Reference a Product record
- product_display__v - Provide a Product Display Name, which is the name recipients will see. (Optional)
- display_order__v - Define the order for how products display on the page
- If using Detail Groups, add a Detail Group and Detail Group Display Name to further organize product options for recipients.
- Select Save.
To customize the Unsubscribe page for Content Types:
- Navigate to Business Admin > Objects > Unsubscribe.
- Create a new Unsubscribe record with the following values:
- object_type__v - approved_email_unsubscribe__v
- consent_level__v - content_type__v
- unsubscribe_identifier__v - a unique identifier
- Create one or more unsubscribe_product__v records under the Unsubscribe record with the following values:
- object_type__v - approved_email_content_type_unsubscri__v
- content_type__v - reference a Content Type record
- content_type_display_name__v - Provide a Content Type Display Name, which is the name recipients will see. (Optional)
- display_order__v - Define the order for how content types display on the page
- Select Save.
The unsubscribe_product__v records created display in the {{productModList}} token location in the Unsubscribe HTML. See Adding and Customizing Unsubscribe Links for more information.
If no unsubscribe_products__v records are created, all products or content types linked to approved documents will appear by default on the Unsubscribe page.
Adding the Unsubscribe Token to Approved Email Content as

Once the Unsubscribe record and products/content types are defined, add the unsubscribe token to the appropriate Email Template, Email Fragment or Template Fragment's HTML.
The unsubscribe token must match the Unsubscribe Identifier specified in the corresponding Unsubscribe record. For example, if the Unsubscribe Identifier is 101, the token should be defined as {{unsubscribe_product_link[,101]}}.