Marketing and UTM Attribution

📘

Don't have an Instabot account yet?

Start your free trial today!

Contents

  1. UTM Attribution
  2. Custom Marketing Attribution Parameters
  3. Reference Attribution Data
    3a. In a bot
    3b. Pass it to CRM via webhooks

Now you can use Instabot to attribute anonymous visitors on your site to specific marketing, campaigns, advertisements, and e-mails via UTM attribution and custom marketing parameter attribution

By passing attribution data that already exists in your marketing clickthrough links into Instabot, you can focus your marketing time and dollars towards the campaign sources that actually yielded valuable leads for you through Instabot!

1283

This Instabot session yielded a valuable lead that came from the "facebook-spring2018" campaign!


1. UTM Attribution

📘

Instabot automatically captures all UTM attribution parameters in your digital ad clickthrough URLs and store it in the user's profile when the user lands on your page and engages with a bot. No additional setup is required!

Let's use this link as an example landing page - https://www.instabot.io/?utm_source=instabotdocs&utm_medium=instabotdocumentation&utm_campaign=instabot-documentation&utm_term=instabotutmattribution&utm_content=marketingattributionpage

In this example landing page link, we are passing 5 UTM parameters in the landing page link:

  • utm_source = instabotdocs
  • utm_medium = instabotdocumentation
  • utm_campaign = instabot-documentation
  • utm_term = instabotutmattribution
  • utm_content = marketingattributionpage

If a user clicks on this link and engages with any bot on the site, all 5 UTM parameters will be automatically captured and stored to that user's profile.

📘

This marketing attribution will also work with microsite URLs - eg: https://microsite.instabot.io/p1yiW?utm_source=instabotdocs&utm_medium=instabotdocumentation&utm_campaign=instabot-documentation&utm_term=instabotutmattribution&utm_content=marketingattributionpage


2. Custom Marketing Attribution Parameters

📘

Instabot also allows you to capture custom marketing attribution parameters (non UTM) in your clickthrough links.

For example, let's say you want to track and attribute "lead potential" and "company" in any bot engagement via clickthrough links in your email outreach marketing. You'll need to do two things:

  1. Create a custom user-property
  2. Update your clickthrough link

Create a custom user-property

  1. Open the user-property management page, and create a new property
640

Create a new user-property

  1. Add your new user-property as follows:
  • "name" = name of your custom marketing attribution parameter
  • "description" (optional) = a brief description so your team knows what this parameter indicates
  • "format" = Free Text"

  1. Repeat steps #1 and #2 until you've added all your custom marketing attribution parameters. Now let's finalize our clickthrough link

Update your clickthrough link

The purpose of updating your clickthrough link is to tell Instabot which parameters in your landing page URL should be passed to us and attributed to this user.

  1. Prepend every custom marketing attribution parameter with ib: - for example, if you are tracking leadpotential and company - modify your clickthrough link as follows:
instabot.io?ib:leadpotential=high&ib:company=instabotdocumentation
  1. And you're done! Now, any URL parameter in your clickthrough link that are prepended with ib: will be automatically tracked and attributed when that user engages with your bot!
1520

Custom marketing attribution

📘

Remember

Instabot will only automatically attribute URL parameters under the following conditions:

    1. It is a UTM parameter (eg: utm_source, utm_medium, utm_campaign, utm_term, utm_content)
    1. The URL parameter is prepended with ib:

3. Reference attribution data

📘

You can extend what we did in section 1 and section 2 to pass this attribution data directly into bot's content, or pass it to your CRM via webhooks!

a. In the bot

Let's assume you want to UTM_source directly into your conversation.

  1. In your bot, insert the UTM_source user-property
640

Display custom-properties in the conversation

  1. This is what the end-user will see when they engage with a bot


b. Pass it to a CRM or external system via webhooks

📘

Any marketing attribution parameters you capture whether UTM parameters or custom parameters can be exported to your CRM or external systems via webhooks.

  1. Configure your webhook to accept an input parameter for every attribution parameter you want to pass

  2. Insert the attribution parameter as an input into your webhook