Reporting, Tracking and more
CreditSnap Tracking overview:
CreditSnap supports two tracking parameters:
- referralCode (to be used at campaign level)
- subID (to be used at lead level)
usage exaple: https://apply.creditsnap.com/product/PP?referralCode=google-ads&subId=acb-dkls1-78sh
Both are optional. For API channel, these can be passed as a part of the API payload
ReferralCode Overview:
- when referralCode passed in the URL as url parameter, it will be populated with the param value
- In the absence of these variables, system has the automatic capability to look for utm_source, utm_medium and utm_campaign params, and if they are, then they will be captured and appended together into referralCode
- Note that these parameters will be sued ONLY IF referralCode is not there
- This will be displayed under "Referral#" column on the dashboard - the value on the top (see screenshot attached. "testing" is a referralCode on that particular applicaiton)
subID Overview:
- When subID passed in the URL as url parameter, then subID parameter will be populated with the param value
- This will be displayed under "Referral#" column on the dashboard - the value at the bottom (see screenshot attached. "123456" is a subId on that particular applicaiton)