Securing The Entry Link
Adding the unique user ID and the HMAC adds a layer of security which prevents fraudulent link manipulation.
HMAC
The hash-based message authentication code (hmac) value is an MD5 hmac hash of the
unique_user_id
and the demographic parameters from the entry link.The hmac is used to verify the integrity and authenticity of a message.
Router Entry Links
To ensure the integrity of the router entry link, suppliers are required to include a unique_user_id
parameter and append the entry link with an hmac value.
Router With a Deeper Integration
A deeper integration for the router is when a supplier includes at least ONE piece of demographic data in the entry link.
Deeper integration router link:
Basic API Calls
Suppliers that utilize the Basic API call receive an incomplete entry link from Cint.
To complete the entry link, suppliers are required to append the entry link with a unique_user_id
and hmac.
Updated about 1 year ago