Firestore Request Delay - Use for Stape Store?

Quick question :smiley:

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

No, but it might help you with this Request delay power-up: https://help.stape.io/hc/en-us/articles/12353331891997-Request-delay-power-up

As of today, you can use a minimum of 1 minute (documentation will be updated soon)

I know, but this is only available for Business, which is way too expensive for most small companies.

Then I guess I have to build it with firestore or find another solution for a request delay…