Hi,
I am trying to find a way to show an image on my lander based on a token in my tracking url.
So let´say my tracking url shows a creative ID.
So for Creative ID 1 i show image 1
For Creative ID 30 i show image 2
And so on...
Anyone who knows how to do this?
Thanks
It's quite easy to do this, but it requires some coding ... the script would pull the token from the url and display the right image... any basic php coder must be able to do this.
You wanna do this - https://bytes.com/topic/php/answers/...mage-based-url ?
Matuloo is right. Hire a PHP coder.
LeadCloak
I run my landers on Amazon S3 and I believe it is not possible to run PHP on that?
Is that correct?
You'll need EC2 instance to run PHP not S3 (S3 is for storage).
LeadCloak
Correct, but what you are looking to do can also be done 100% with just JavaScript. This will save you money by not needing EC2.