• Hi,

    When I generate a lead I get the values passed on via the URL Query which is the following:

    ?fname=[value]&lname=[value]&email=[value]

    I’d like to know how I can carry this query on to the next page as well?

    So it would flow like this:

    LeadPageExample.com -> Lead entered details -> LeadPageExample.com/Upsell?fname=Alex&lname=Smith&[email protected] -> Lead clicks on cancel or add to cart (I want fname=Alex&lname=Smith&[email protected] to be passed on again) -> LeadPageExample.com/checkout/?add-to-cart=312&fname=Alex&lname=Smith&[email protected]

    Essentially I want the fname=Alex&lname=Smith&[email protected] query to be passed on twice in this scenario.

    Any ideas? Is it possible? If so, how?

    To be even more specific, I ONLY want this to happen on specific webpages on my wordpress site.

    Please explain to me like a 5 year old too :).
    Thanks so much for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is something you can do with the help of a developer. If you want to do it yourself then it is possible through Google Tag Manager. With a quick search I found this video which might be helpful – https://www.youtube.com/watch?v=V7fgPl1lFXY

    Thread Starter alphaexcapital

    (@alphaexcapital)

    Thank you very much for the video.

    It’s actually pretty good as it can be used to store the sessions too, however, I’d like a solution that doesn’t require GTM.

    What should I look for specifically to use a non-GTM solution?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Maintaining Queries in URL’ is closed to new replies.