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.

905

All suppliers are provided with a base entry link.

1872

Secure entry link that includes the unique user ID and hmac parameters.

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.

905

Base entry link.

Deeper integration router link:

2117

New entry link that includes demographic data and hmac parameters.

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.

1039

Incomplete API entry link.

2001

Complete API entry link.