Reimbursement attribution
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.
Common values
email_receiptemail_payment_reminderorder_confirmreactivate_campaign
Example:
User ID
For merchants who want more deterministic user-attribution, we accept an optional user_id query parameter.
Common values
- The customer’s email address
- The user’s ID, UUID, or obfuscated ID
- The order or checkout ID
Example:
SKU information
Please reach out to merchants@truemed.com to enable this feature.
For merchants with a varied catalog, we offer the ability to tailor the telehealth survey to items purchased by appending the SKUs of the purchased items to the reimbursement URL via the skus query parameter. This looks as follows:
Common values
- A single SKU
- A comma-separated list of SKUs
Example:
Notes
- Make sure any values used are url-encoded so that it’s a valid query parameter.
- If provided, we will store the source and user_id and reflect it back in the Truemed dashboard and the .csv reports downloaded from the Truemed dashboard.
- For legacy purposes, we also accept the parameter names
utmandutm_sourceand treat them as source values, but we only officially supportsourcemoving forward. We ignore any other UTM parameters.