How can I send signals to multiple endpoints with same data

Hello,

I am using Tealium-Snowplow integration to send signals. Currently it is being sent to single endpoint which is normal behaviour. But we want to post same signals to 2 domains with same data. How could I achieve this?

Just set up two trackers each with a different endpoint - give them different namespaces to avoid clashes.

1 Like

@ANOOP_LATH, just wanted to extend Colm’s comment with the link to multiple trackers implementation: https://github.com/snowplow/snowplow/wiki/1-General-parameters-for-the-Javascript-tracker#25-managing-multiple-trackers.

3 Likes