The UTM parameters on an Ice Cream Social link tell us:
whether a potential lead arrived at a url provided by Ice Cream Social (utm_source)
whether this was an influencer link or not (utm_medium)
how the link was generated (utm_content)
the campaign it is part of (utm_campaign)
the name of the campaign (utm_term).
These parameters are captured before redirecting to the final URL provided by a client in the ICS Admin. All UTM parameters will be forwarded to the final URL along with any other custom parameters provided. This allows us to accurately attribute conversions without having to rely on 3rd part cookies and allows clients to map some of their analytics data to ICS functions. This also gives us potential to serve different experiences based on the link parameters provided. Additionally, the custom data also allows clients the ability to pass any other tracking information that might not be standard or any other flags for their needs.
Parameter Values
All UTM parameters on links generated by ICS will explicitly contain ics
or ice_cream_social
in the value in order to clearly differentiate between other data from platforms that might utilize UTM as well (such as Facebook ads or non-ICS email campaigns). The following values are generated automatically by ICS without any client intervention:
UTM | Possible Values | Description |
source |
| The only allowed value. If source is not ice_cream_social, it will not be tracked by ICS because either:
|
medium |
|
|
content |
|
|
campaign | ics_campaign_[CAMPAIGN_ID] | The ID of the campaign this link belongs to. If campaign does not contain
|
terms | The words in the name of the campaign and the offer, delimited by ex: | This parameter is not really used much any more. This is usually for paid search, but in our case it is purely cosmetic. It contains all the custom copy that the end user is able to see. This will not do anything special for now, but can be used to create a database of keywords that we can run data analytics on to see what keywords perform better. |