Synchronization of the external user ID

Note: Prior to this synchronization, talk to your Retargetly account agent to enable the process within the DMP.

The codes shown below should all go under the container tag, whose implementation was discussed in this link.

User synchronization is the process by which users identified in their network by an ID are synchronized with Retargetly IDs. Subsequently, customized segments could be created by uploading lists with their own customer ID. To achieve this, you must implement a JavaScript code with this format:

<script>
_rely.push({'external_id':
id_usuario});
_rely.send();
</script>

Example:

<script>
_rely.push({'external_id': 'EE6AA0D3-92EF-416D-ACBA-575F11EEC03E'});
_rely.send();
</script>

The format should be as follows:

- Password: external_id

- Value: (customer user id)

How did we do?

Sizmek Campaign Track Implementation

Tag Sending through the Container Tag

Contact