Hello All,
I am currently following Vortex's 40 Day Newbie Follow Along (Thanks again Vortex). I am currently running into a problem of finding out how to find all the outgoing links from ripped landers that I have downloaded off Adplexity. I am a noob in coding (Have done codeacademy tutorials for the following:jquery, java, html, css, ruby) so my knowledge is still very low at this point. I am planning on keep on pushing through until I get this, but I was wondering if anyone could help. I am currently having my landers code uploaded on Sublime Text and searching through the code trying to figure out where all the outgoing links are so I can replace them with my
1. Is there a fast way to find all outgoing links? (Control F, for certain keywords or functions)
2. Or do I have to manually read through all the code and try to figure out where I would need to insert my code?
I would appreciate any guidance I can receive.
I have attached one of the landers that I am working on.
Thanks in advance to any help!
Koobs
Hi Koobs, with SublimeText you can use the “search” and “replace” commands to quickly change any outgoing link.
You just need to check the lines of code until you find the first link, then copy it, perform a search for it and then use the “replace all” function, to replace those links with your link.
I couldn’t manage to see your file on my iPad, but be sure to double check all the code and also perform basic search queries like any “http”, that will highlight any part of code starting with “http”, so you can then replace all of them.
Tracking can also be done through JS, so delete any JS you don’t actually need on your lander.
I hope this help.
Sent from my iPad using STM Forums mobile app
Thanks Koobs for giving the tutorial a run!
There's no quick and easy way of doing this AFAIK.
A good first step to fixing up any lander would be to just upload it somewhere and browse to it, and figure out which part of the coding corresponds to which part of the lander you see. Doing so can really help you find out what code does what.
And when you replace some code and wondering whether you've broken anything, just reload the page and click around to see what has changed in the functionality or the appearance of the page. I've learned a ton through this "trial and error" approach.
As for replacing outgoing links: Look for any and all links in the code, and figure out what they represent on the lander. If unsure, even replace all of them with your
The code of the lander you attached is tricky - they define outgoing urls as this:
Great thank you for the help Vortex! I am trying to test this right now and will see if it ends up going well or not!
Appreciate the help once again and am looking forward to being able to finish your guide.
To dr_franz: Thanks I will try that technique when i replace my links from now on! thank you for your tips!
Hello, I've got another question. So i have figured out how to implement the volumm click onto my ripped landing pages now. I have now proceeded to start a trial campaign on propeller ads. how do i make it so it tracks like the direct linking campaigns when I put my campaign url (from 
Sorry I'm not at my computer right now and can't see the image you attached....will take a look as soon as I get to my laptop!
In the meantime:
-Have you added the lander to
-Have you created a new campaign in
-Have you copied the Voluum campaign url and pasted that into PropellerAds as the destination url?
That should really be it!
Amy
Sent from my SM-G930W8 using STM Forums mobile app
Actually yeahp I have followed all those steps and ran it just to test and it is working! The only thing that it seems its not tracking is the Zone ID, but other than that I believe that I have figure it out which is nice. I was running into a wall there for a bit but made it through. I appreciate your guidance vortex!
Is there certain landing pages that are to much of a head ache to even attempt to try to use?
I am using one right now that seems every time I try to switch it to my
The code seems as if it's rotating between different url offer links whenever I backlink or click on the offer button. Just curious to see if anyone knows what is going on with the code and where one would find how it is calling out to these different url links within the code. (Just want to know this for future reference). I will be just trying another landing page since this is a first for me seeing this.
Did you remove any JS file and any inline JS that you don’t actually need?
If you’re unsure about what you need to keep the lander functionality, just proceed as per Amy advise: remove one JS, if the lander still works fine, you don’t need it, so move to next and repeat.
Sent from my iPhone using STM Forums mobile app
