Same parameter across multiple URLs and events

I have it set up so when someone clicks on a button, it sends the parameter ‘partner=jemmadoe’ and send them to a product page. What I want to happen next is when someone clicks the add to cart button, it searches to see if the URL contains this parameter ‘partner=jemmadoe’ and sends it again, so the next URL they go to is basket?partner=jemmadoe

I’ve tried using ‘only when This URL contains jemmadoe,’ but it doesn’t seem to be working. It just sends the user to /basket with no parameters.

Any ideas welcome!


Hey @emma1. Technically, it should send the same parameter to the next page when Send current page parameters are checked. You don’t need to do anything special. See demo below. It sends a parameter from first page to the second page, and then, without doing anything, it sends the same parameter to the third page:
brave_IKzOBAZKCm

This is what add to basket button does in the second page:
image

So, technically, you don’t need any conditions.

Thank you! I was making it too complicated for myself. That’s worked as desired, thanks again!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.