Delete profiles (CEP & MEP)

Overview

In this destination, DinMo will delete profiles from your Batch dashboard.

To do so, you will need to go through these three steps:

  • Creating a Batch destination. Refer to the corresponding section for more info.

  • Creating a user segment (or model) composed of all the users that have to be deleted from Batch.

  • Activating the segment to the Batch destination to delete profiles.

Each time the activation will be running, profiles will be deleted from your Batch dashboard.

Destination setup

To start deleting profiles, you are first required to create a Batch destination with the corresponding destination service.

To get your API and project key, navigate to settings (in Batch) and copy your REST API Key and Project Key into DinMo.

You'll also need a Batch Live API Key. This key is either your Live, Dev or SDK Batch API key from the settings page of your app within the Batch dashboard.

Activation setup

Once the destination has been setup, and your DinMo segment created, you can create an activation to start deleting profiles in Batch right away.

First, you must select the segment/model that contains the data to be deleted in Batch, then the correct destination service. A few additional configurations are then necessary:

Run type

To indicate how the data should be deleted, configure the run type:

  • Full only: DinMo deletes the entire segment/model at each run.

  • Full then Delta: DinMo deletes the entire segment/model on the first run. After that, DinMo only deletes new people (compared to the historical runs).

For example, if a person has been deleted, then is back in Batch (e.g., because they have made another purchase from your company) and finds themselves back in the deletion segment

  • Full only will effectively delete this person a second time

  • Full then Delta will not delete this person because they have already been deleted in the future.

Fields mapping

It is necessary to map the person's unique identifier in the Batch dashboard.

Scheduling options

In this section, specify how often the list should be deleted in Batch. Every time the activation runs:

  • Full only: Any user in your segment/model will be deleted in Batch

  • Full then Delta: Any new user entering your DinMo model or segment will be deleted in Batch

Last updated