How to use the Tagging and Auto-Tagging features:
We now have the ability to tag individual campaigns within the Inbox Monster platform.
This is helpful for keeping track of different deployments, programs and mail-streams in our platform.
The example below shows the tag: “Automated Newsletter”
You can add a tag to any campaign in the platform by navigating to “Delivery” → “Campaigns” and clicking the “Tag Manager” button:
You can choose from the list of “Existing Tags” (Marketing, Newsletter, Transactional):
Or you can add a custom tag to use by clicking “Add Tag” within Tag Manager:
Once the custom tag has been created, you can add it to a campaign by clicking the “Add/Remove Tag” button on the specific campaign and selecting from the list:
Automatic Email Tag:
We also have the ability to add an automatic email tag by adding a snippet of code to the body of the email.
This body tag will automatically add a tag to your inbox placement report, under "Delivery → Campaigns".
Simply add this tag to the HTML of your outbound deployment before commencing the test.
Note that multiple tags can be used, if separated by a comma.
Example 1:
<!-- X-InboxMonster-AutoTag-CID-UniqueClientID: tagname -->
*The “UniqueClientID” changes for each client account. It is available in your account under “Setup and Integrations” → “Automatic Email Tag”
**Replace 'tagname' with your desired tag name
Example 2:
<!-- X-InboxMonster-AutoTag-CID-UniqueClientID: Newsletter -->
<!-- X-InboxMonster-AutoTag-CID-UniqueClientID: Newsletter, Test -->
In the first example, the tag 'Newsletter' would be added to the inbox report.
In the second example, two separate tags 'Newsletter' and 'Test' would be added to the report.
