All Collections
Setup and Integrations
Creating the Perfect Body Tag
Creating the Perfect Body Tag

A Body Tag can be used to distinguish campaigns using custom criteria

Updated over a week ago

Seed List testing is most successful when individual campaigns can be classified automatically using pre-defined criteria.

By default, the Inbox Monster platform monitors all incoming mail for a wide variety of campaign-specific x-header values, and in the event that none are detected we are able to use a combination of Sender Domain + Subject Line + Date.

The Inbox Monster Body Tag is designed to override all other grouping mechanisms for Campaign reporting. While not always required, the Body Tag can be extra useful in keeping your deliverability data as accurate as possible.

Below are some instructions for creating the perfect Body Tag to fit your program's needs.


Finding the Body Tag Template

The Body Tag template can be found within the Inbox Monster platform by navigating to the Gear Icon โš™๏ธ > Setup and Integrations.

Within Client Settings, scroll down to the section labelled Body Tag to find the following information:

Body Tag

If your ESP doesn't use X-headers, you can add our body tag to your campaign for accurate inbox placement results. Insert the body tag within the <body> </body> of your content.

<!-- X-InboxMonster-CID: abcd123 -->

Replace abcd123 with a unique value for the campaign. Here are some suggestions for creating a value:

  • The value should be unique per campaign.

  • Do not include any spaces.


Customizing your Body Tag

Now that you've accessed the Body Tag from within Client Settings, you're ready to assign your own Campaign-Specific value. Here's how it works:

First, replace the abcd123 portion of the Body Tag with a variable, or multiple variables, that are different across campaigns. This is limited to 200 characters.

For example, Salesforce Marketing Cloud's AMPscript can be employed with the following:

<!-- X-InboxMonster-CID: {{campaignId}}_{{now format = 'yyyy-MM-dd'}}-->

Other ESPs have variable language that can be used for the same purpose, or a manual Body Tag can be used:

  • <!-- X-InboxMonster-CID: Subject_Line+Date -->

  • <!-- X-InboxMonster-CID: Campaign_ID -->

  • <!-- X-InboxMonster-CID: Custom_header -->

Next, your custom Body Tag can be placed anywhere within the <body> </body> of your HTML content.

<body>

...

<!-- X-InboxMonster-CID: Sample_body_tag -->

...

</body>

๐Ÿ’ก Please note that some HTML Design Systems and Dynamic Content creators will encode plain text HTML, so the Body Tag will need to be pasted in while viewing the HTML source directly.

Once implemented in HTML content, any campaigns send from your monitored domains to the Inbox Monster seed list will generate Campaign Reports where each campaign-specific Body Tag is detected.

The Grouping Mechanism used to distinguish each individual campaign is visible near the top of the Campaign Report. This is a quick and easy way to tell if your Body Tag in functioning as intended, pictured below:

And that's it! The Body Tag will always need to contain identifiers that are unique to each individual campaigns, but as long as it is implemented correctly then you'll never have any issues with the grouping of your campaigns within the Inbox Monster platform.

If you have any questions about Body Tag strategy, formatting, or utilization, please don't hesitate to reach out. We're here to help!

Did this answer your question?