Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This entry provides information about DIY (do-it-yourself) integrations which allow you to setup and maintain DMP outbound integrations (i.e. pushing audiences to any 3rd party execution platform).

Contents of the Table

Table of Contents


Definitions

  • DMP: Data Management Platform
  • DIY integration: do-it-yourself custom integration mechanism
  • Endpoint: URL that is used to connect to the DIY integration

...

Responsibilities

DMP
  • Send notification on the creation of a new audience.
  • Send mutations of users being appended to an audience.

...

  • Trigger: Choose HTTP Trigger
  • Source code: Upload the zip provided under the link above
  • Function to execute: diy . This is the name of the function in index.js that is going to be executed for each incoming HTTP-request
  • Stage bucket: Select a Google Cloud Storage bucket where the uploaded zip can be saved. You can either select an existing bucket or create a new on.
  • For all other fields choose as you see fit

...