The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Search results for query: *

  1. Yellow Web

    Create your own deeplinks in 2 minutes and absolutely for free

    If you are an affiliate and want to use smth like this - then just add a page like described above to any tracker. And you'll have all the stats that you need. Btw, I can't imagine an affiliate without webserver of hosting) Even if it is smth like Clickfunnels.
  2. Yellow Web

    Create your own deeplinks in 2 minutes and absolutely for free

    Hi guys. I run an affiliate marketing blog and get many questions like: "How to promote a link after clicking on which the Instagram app will be opened and some Instagram profile will be shown?". The thing is, that if you just put smth like https://instagram.com/dvygolov into your traffic...
  3. Yellow Web

    adding tracking url to a prelander html file.

    Maaaan, this regex can be used on any OS, I just showed a usecase. This expression could be used if you scraped someones prelander and want to replace all the links in it quickly. Copy-paste, replace - and you are good to go.
  4. Yellow Web

    adding tracking url to a prelander html file.

    That will work only if the link is always the same in the source file. If you download your page from some website, then just replacing the url won't work.
  5. Yellow Web

    Automation Tools

    Plus one for Autohotkey. You can do amazing stuff with it if you learn the synthaxis.
  6. Yellow Web

    Back Button Redirect Script (Chrome)

    Try this one. <script type = "text/javascript"> (function(window, location) { var base=document.getElementsByTagName('base'); var hasBase = base.length==1; var baseHref=''; if (hasBase){ baseHref = base.href; base[0].remove(); } history.replaceState(null...
  7. Yellow Web

    Script for in your (city name) (location)

    Just use ipinfo. Here's and example for you: $.get("https://ipinfo.io", function(response) { console.log(response.city, response.country); }, "jsonp");
  8. Yellow Web

    adding tracking url to a prelander html file.

    On Windows you can use Notepad++ or any other text editor, that supports the so-called regular expressions. Open your html file there and then look at this screenshot. So just push the Regular expression radiobutton and then enter this: Find what: (<a[^>]+href=[\'\"])([^\'\"]+) Replace with...
  9. Yellow Web

    Autoclick Script For Push Button

    If by "Push button" you mean a button in the confirmation dialog where the website asks you: do you want to receive push notifications or not, then it's not possible.
MI
Back