UTM Filters
Step 1: Submit a request to your Account Manager to enable the UTM Filters.
*Please note that Steps 2-5 below are for Direct API only, Konnektive Form Code already handles httpReferer.
Step 2: Include httpReferer on the Import Click API call. httpReferer may be the same value as requestUri. httpReferer must include the UTM code(s).
Step 3: Ensure httpReferer is URL encoded. URL encoding is used to translate special characters to a universally accepted format. Please see the image below for an example:
Step 4: For best practice, it is recommended to use a specific sequence of API calls for each order:
Import Click (include the httpReferer parameter)
Import Lead (include the sessionId from Import Click) - optional, use this if lead information is captured
Import Order (include the sessionId from Import Click or the orderId from Import Lead)
Step 5: Run the Order Summary Report and filter by UTM code(s)
View API Documentation here: https://apidocs.konnektive.com/
Here is an example Import Click request: