Home > Technical & Creative Skills > Design - Imagery, Banners & Landers

Showing Image depending on Token (7)


11-29-2018 04:51 PM #1 eurosen (AMC Alumnus)
Showing Image depending on Token

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


11-29-2018 07:40 PM #2 matuloo (Legendary Moderator)

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.


11-30-2018 01:03 AM #3 leadcloak (Member)

You wanna do this - https://bytes.com/topic/php/answers/...mage-based-url ?

Matuloo is right. Hire a PHP coder.



LeadCloak


11-30-2018 05:07 AM #4 eurosen (AMC Alumnus)

I run my landers on Amazon S3 and I believe it is not possible to run PHP on that?

Is that correct?


11-30-2018 05:38 AM #5 leadcloak (Member)

You'll need EC2 instance to run PHP not S3 (S3 is for storage).



LeadCloak


11-30-2018 07:39 AM #6 Mr Baffoe (Veteran Member)

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.


11-30-2018 07:47 AM #7 eurosen (AMC Alumnus)

Quote Originally Posted by Mr Baffoe View Post
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.
Thanks,

Any pointers on how I can achieve this with JS?


Home > Technical & Creative Skills > Design - Imagery, Banners & Landers