Skip to main content

Hey,

Wondering if anyone is firing events from a GTMserver container? namely using the stape integration?

Trying to get my head around how to pass the values from events in the web container to the Klaviyo and how it works with form (and cooked data that is across a different domain).

 

Keen to run via GTMw>GTMs as we have consent v2 setup and will control events via that method to maintain consistency. 

Hi @chrisB!

While I personally haven’t seen this exact use case before, I’m excited to see if anyone else has advice!

 

- Brian


Hi @chrisB!

While I personally haven’t seen this exact use case before, I’m excited to see if anyone else has advice!

 

- Brian



Hey Brian,

 

Its pretty unique, but it does allow us to control consent via a single point (GTMw) instead of relying on multiple consent mechanisms, which for us is much better than making sure each app plays correctly for the region. 

 

I think probably the way I will go is to generate a unique user ID, store that in the cookie with a long life and then use a firestore database to store and lookup for different application userID’s (klaviyo/etc) and customer data, then pass the unique ID to GTMs and probably save the event data as well in Firestore in order to (once the userID has an email), back pop into KL.

 

There is really prob 10 ways to skin in, just dont want to trailblaze it if you know what I mean. 

 

CB