How can I create automatically changing urls?
I have following issue:
I need to add CTA Buttons to my site, that generate, whenever someone clicks on them, a new url. The URL Structure has to be like this:
example.com/ref/1001/test
The part that needs to change everytime someone clicks on the button is the middle number. Best would be if the number could count up for every new click (example.com/ref/1001/test; example.com/ref/1002/test…). I was told that this should be quite easy, but unfortunatly I have no clue what to search for.
Would be great if someone could help me out!
Leave an answer