Attribution Parameters
for Reimbursement Links
It's important for Truemed partners to know which customers are getting reimbursed, and how these customers are discovering Truemed. To this end, Truemed supports optional query parameters for attribution purposes.
Source
Most of our merchants exclusively use the source
query parameter. It is not technically required, but strongly recommended. The value should indicate where a customer clicked on your Truemed reimbursement link, so it should be different for each instance of the link.
Example:
https://app.truemed.com/qualify/tm_qual_xxxxxxxxx?source=yyyyyy
Common Values
email_receipt
email_payment_reminder
order_confirm
reactivate_campaign_3
Notes
- For legacy purposes, we also accept the parameter names
utm
andutm_source
and treat them assource
values, but we only officially supportsource
moving forward. We ignore any other UTM parameters.
User ID
For merchants who want more deterministic user-attribution, we accept an optional user_id
query parameter. This can be any string, including:
- The customer's email address (make sure it's url-encoded so that it's a valid query parameter)
- The user's id, UUID, or obfuscated id
Example:
https://app.truemed.com/qualify/tm_qual_xxxxxxxxx?source=yyyyyy&user_id=zzzzzzz
If provided, we will store this user_id and reflect it back in the .csv reports downloaded from the Truemed dashboard.
Updated 7 months ago