I have a pop up with a form on it. I have UTM hidden fields in there, and I dont see them coming through. The form lives on our regular site where this works just fine, but for some reason the pop up will strip them away. Anybody worked through this and found a solution?
How are you expecting to pass the UTMs? Usually, UTMs are sending a request to the browser with the various parameters. As there's no request for the pop-up, I'm not surprised that the UTMs are not passed.
Could you please give more context on how you're passing those UTM parameters currently and where do you see them being reported afterwards?
I have the same problem... I'm not expecting the UTMs to pass because I know they won't unless you introduce a function to pass it... but what is that function? That is the question...
How are you expecting to pass the UTMs? Usually, UTMs are sending a request to the browser with the various parameters. As there's no request for the pop-up, I'm not surprised that the UTMs are not passed.
Could you please give more context on how you're passing those UTM parameters currently and where do you see them being reported afterwards?