intercept / wait a specific request in a series of of requests to the same URL #29765
Unanswered
gkatsanos
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to evaluate the payload of GA request , the url is always
https://www.google-analytics.com/collect
.The problem is that there's 3 events triggered, of which I want to evaluate / wait only the last one.
The code looks a bit like:
After this form is submitted and sent to an API with POST, there's a final GA event triggered which is the one I'm trying to wait/intercept.
How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions