Event-Deduplication and Tag Sequenzing - How to do? (e.g. tiktok)

Hi there,

My problem is, that we trigger two tiktok-Events on the same trigger (client tracking) But tiktok want the base code first and then the purchase Event. So the purchase event is setup by the base code.

For serverside tracking we have two events send to the server. Both triggered on the same trigger.

The problem now is that due to the sequenzing the client purchase event gets event_id id-y, while the server gets id-x.

How to solve that issue? Firing the two client tags on the same trigger may leads to an error, as tiktok wants the base code first.

Hi @simon_reu, you can either:

  • use the same trigger, but add a higher priority to the base code (although it’s not guaranteed that it will always fire before the event tag)
  • or use this tag that doesn’t require the base HTML code

@giovaniortolani the second advice with the stape tiktok tag worked

1 Like