The DMP is integrated with various advertising and marketing platforms. Custom and Lookalike Audiences are all processed in real-time, meaning the user is send to the 3rd party execution platform the moment he fits the criteria of the audience. The process below outlines how to integrate with the Mapp DMP and its real-time capabilities.

Contents of the Table

Use Cases

Below a couple of use cases for an integration between our DMP and a 3rd party (execution) platform.

Process

The process of setting up a new integration for audience building purposes consists of three main steps.

User Syncing

Mapp initiates the cookie syncing for the users with the 3rd party system. Typically the process is that every now and then (e.g. a few days) Mapp calls out to the 3rd party system to request their cookie ID for a given user. This is a redirect happening on the client-side while the browser is executing on our tracking pixel(s). The process looks as follows:

  1. Setup the appropriate user sync template: https://api.thirdparty.com/sync?out=https://go.flx1.com/uid?userid=[[USERID]]&pl=<platformId:integer>&plsec=<secureToken:string>.
  2. The 3rd party system then receives this request, replaces the macro "[[USERID]]" with their user ID and redirects back to the out URL. The secure token for the "plcsec" parameter is provided by Mapp and will be validated automatically.

  3. The redirect initiates a call to our mapping table to store the appropriate user ID: https://go.flx1.com/uid?userid=abcdef123&pl=99999&plsec=verysecure.

There is also the possibility to use signed syncing requests, where a SHA1-HMAC will be computed based on a shared secret, not exposing the secret and making it impossible to tamper with the data being exchanged. If you are not familiar with this, it means that it's likely not relevant to your business.

Segment Creation

Mapp sends the segment name by an API call and will receive the 3rd party segment ID back from the 3rd party system.

Segment Population

After the segment ID has been received, Mapp uploads users to the segment using one of the following approaches.

Recommendations

Downloads