Quick question
Can the Firestore Request Delay Tag be used for Stape Store?
Kontext: I would like to setup a “fallback” conversion mechanism. If GA4 did not catch a conversion but data tag did, I want to fire fallback tags after 30 seconds.
- For this I need to store ga4 and data tag conversions in Stape Store,
- then checking for the ga4 transaction after 30 sec (using the Data Tag Transaction ID as search query)
- If there is no ga4 Transaction with the same ID found, it would mean that ga4 did not catch it
- then it would fire the fallback tags using conversion info of Data Tag
Cheers