how to insert url query parameter in a script
-
Hi, I have Passed the field
User-EmailAddress
from the form as URL query parameters to a thank you page where I want to use the parameter, in the instruction it’s written[get_param]! You can use this tag on the target page to collect the data transerred [get_param param="your-name"].
how do I insert this in the below js code<script> dataLayer.push({ 'event':'form_submit_enhance', 'enhanced_conversion_data': { "email": [need the full email address here only] } }) </script>
do I simply add
[get_param param="User-EmailAddress"]
and it would work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to insert url query parameter in a script’ is closed to new replies.