Content Experiments php Page Question (Multiple php pages with different IDs).

0 replies
I am trying to run content experiments on my page. I have a page that has a file called songs.php which is the main file for all the songs I add to my site (i.e, howtodjquickly.com/djinfo/songs.php?id=11086 and howtodjquickly.com/djinfo/songs.php?id=13244). All the songs use the songs.php file and just get the data from my sql database. How can I make a variation, say, howtodjquickly.com/djinfo/songs_PopUp.php that uses the songs_PopUp.php file and uses that with the other urls on my site (i.e, howtodjquickly.com/djinfo/songs_PopUp.php?id=11086 and howtodjquickly.com/djinfo/songs_PopUp.php?id=13244)?

This way, if I am running a content experiment, and it goes to, say, howtodjquickly.com/djinfo/songs.php?id=11096, the page will automatically experiemtn with howtodjquickly.com/djinfo/songs_PopUp.php?id=11096. The main problem I am encountering is with the
HTML Code:
?id=(whatever ID it is)
. Which is appended to the end of the URL.

I found this question: https://productforums.google.com/for...cs/x9YI5OUKNIA

And this guide: https://support.google.com/analytics...5208&ctx=topic

But nothing seems to be what I need...

This way I can test the bounce rate between the two different files: songs.php and songs_PopUp.php

Thanks!
#content #experiments #ids #multiple #page #pages #php #question

Trending Topics