Results 1 to 15 of 15
  1. #1
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default Trackers Database

    Hi -

    On our site we have multiple instances of the same casino / offer on different pages, all with different trackers. Also, on the same page there may be multiple instances of the same tracker.

    Is there a software solution / database solution to manage the links from one place? And is it a big technical headache setting it up - I don't have a great deal of technical knowledge.

    Thanks,

  2. #2
    mickyfu is offline Public Member
    Join Date
    February 2013
    Posts
    746
    Thanks
    123
    Thanked 512 Times in 311 Posts

    Default

    Quote Originally Posted by casionmark View Post
    Hi -

    On our site we have multiple instances of the same casino / offer on different pages, all with different trackers. Also, on the same page there may be multiple instances of the same tracker.

    Is there a software solution / database solution to manage the links from one place? And is it a big technical headache setting it up - I don't have a great deal of technical knowledge.

    Thanks,
    I'm not quite sure if it is what you want, but I like to use Pretty Links WordPress plugin. It is a yearly paid subscription plugin, which certainly helps with links.

  3. #3
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default

    Quote Originally Posted by mickyfu View Post
    I'm not quite sure if it is what you want, but I like to use Pretty Links WordPress plugin. It is a yearly paid subscription plugin, which certainly helps with links.
    Thanks I've taken a look. That might help. ideal would be able to update trackers in one place rather than sifting through bits of code in WP.

  4. #4
    mickyfu is offline Public Member
    Join Date
    February 2013
    Posts
    746
    Thanks
    123
    Thanked 512 Times in 311 Posts

    Default

    Quote Originally Posted by casionmark View Post
    Thanks I've taken a look. That might help. ideal would be able to update trackers in one place rather than sifting through bits of code in WP.
    It's hard to explain, but you can manage all your affiliate links from the back end of pretty links. Basically you redirect a affiliate link to say mywebsite.com/bet365offer1 (a pretty link) Then you add the pretty link to all your pages where you want to display a certain offer. Then if the offer changes, instead of going back through your sites changing all your offers, you simply redirect the new offer to /bet365offer1. So all the links are updated.

    I'm not sure if I have explained it well enough, but I'm fair sure it is what you are looking for. The sales page on Pretty Links, actually does the plugin no justice, it is far better than what they make it out to be.

    Maybe someone can explain it better than me, but it is certainly a great tool for managing affiliate links from one place.

  5. #5
    universal4's Avatar
    universal4 is offline Forum Administrator
    Join Date
    July 2003
    Location
    Courage is being scared to death...and saddling up anyway. John Wayne
    Posts
    32,543
    Thanks
    3,944
    Thanked 8,813 Times in 5,630 Posts

    Default

    I find it easier to just create a go/visit type link, put in a separate folder (excluded by robots text) with a php or html page that redirects the link, named anything you want for various links for different campaigns, and then just use that.

    WAY faster then database lookups, and if links need changed, they are all in one place for easy changing.

    Rick
    Universal4

  6. The Following 3 Users Say Thank You to universal4 For This Useful Post:

    Betreels Casino (28 October 2017), casionmark (27 October 2017), PromoteCasino (27 October 2017)

  7. #6
    topdogcasinos's Avatar
    topdogcasinos is offline Private Member
    Join Date
    September 2017
    Posts
    16
    Thanks
    2
    Thanked 10 Times in 8 Posts

    Default

    Is this just not a link cloaker, like WP cloaker?

  8. #7
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default

    Quote Originally Posted by universal4 View Post
    I find it easier to just create a go/visit type link, put in a separate folder (excluded by robots text) with a php or html page that redirects the link, named anything you want for various links for different campaigns, and then just use that.

    WAY faster then database lookups, and if links need changed, they are all in one place for easy changing.

    Rick
    Universal4
    Thanks - I've seen that kind of set up. Will have a look into it.

  9. #8
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default

    Quote Originally Posted by topdogcasinos View Post
    Is this just not a link cloaker, like WP cloaker?
    I don't know - but if you want to explain what that is and the difference between that and a DB set up - fire away . !

  10. #9
    topdogcasinos's Avatar
    topdogcasinos is offline Private Member
    Join Date
    September 2017
    Posts
    16
    Thanks
    2
    Thanked 10 Times in 8 Posts

    Default

    Quote Originally Posted by casionmark View Post
    I don't know - but if you want to explain what that is and the difference between that and a DB set up - fire away . !
    It is a link cloaker that hides your affiliate links and stores them all in one place. If your offer changes you just change your destination URL in WP Cloaker, no need to update all the links on your site. You can also change the slug to "go/out/visit" etc.
    Last edited by topdogcasinos; 30 October 2017 at 7:44 am. Reason: spelling

  11. The Following User Says Thank You to topdogcasinos For This Useful Post:

    casionmark (30 October 2017)

  12. #10
    WagerX's Avatar
    WagerX is offline Public Member
    Join Date
    March 2006
    Posts
    2,272
    Thanks
    78
    Thanked 92 Times in 70 Posts

    Default

    Quote Originally Posted by universal4 View Post
    I find it easier to just create a go/visit type link, put in a separate folder (excluded by robots text) with a php or html page that redirects the link, named anything you want for various links for different campaigns, and then just use that.
    I agree. Set up a redirect site.
    Here's how.
    Make a folder called "go".
    Then for each casino make a php file inside of that folder. ie. Let's say we are promoting bet365.. you would do this:
    - Here's your file.
    go/bet365.php

    In that file place the following text.

    <?php
    header
    ("Location: http://www.youraffiliatelinkhere.com/"); /* Redirect to your affiliate program. */
    /* Make sure that code below does not get executed when we redirect. */
    exit;
    ?>





    That's it. PM me if you come accross any difficulties.

  13. The Following User Says Thank You to WagerX For This Useful Post:

    casionmark (30 October 2017)

  14. #11
    Unten1990 is offline Public Member
    Join Date
    September 2017
    Posts
    17
    Thanks
    10
    Thanked 8 Times in 6 Posts

    Default

    tried taking all API under some external software?

  15. #12
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default

    Quote Originally Posted by WagerX View Post
    I agree. Set up a redirect site.
    Here's how.
    Make a folder called "go".
    Then for each casino make a php file inside of that folder. ie. Let's say we are promoting bet365.. you would do this:
    - Here's your file.
    go/bet365.php

    In that file place the following text.

    <?php
    header
    ("Location: http://www.youraffiliatelinkhere.com/"); /* Redirect to your affiliate program. */
    /* Make sure that code below does not get executed when we redirect. */
    exit;
    ?>





    That's it. PM me if you come accross any difficulties.
    Brilliant, thanks thats really helpful. Will message you if I come unstuck .

  16. #13
    thesamurai's Avatar
    thesamurai is offline Private Member
    Join Date
    April 2014
    Posts
    186
    Thanks
    93
    Thanked 81 Times in 54 Posts

    Default

    Quote Originally Posted by casionmark View Post
    Brilliant, thanks thats really helpful. Will message you if I come unstuck .
    You can do that directly in htaccess. Check at Google : yoast cloaking affiliate links

    Sent from my SM-G935F using Tapatalk

  17. The Following User Says Thank You to thesamurai For This Useful Post:

    casionmark (31 October 2017)

  18. #14
    casionmark is offline Private Member
    Join Date
    November 2016
    Posts
    459
    Thanks
    349
    Thanked 128 Times in 95 Posts

    Default

    Thanks - will have a look at this too. That Yoast blog post keeps it nice and simple .

  19. #15
    rmeeuwsen's Avatar
    rmeeuwsen is offline Public Member
    Join Date
    May 2003
    Location
    Wisconsin US
    Posts
    350
    Blog Entries
    10
    Thanks
    263
    Thanked 118 Times in 94 Posts

    Default

    I've done something similar for years - it has worked great and saved me SOO much time.

    I always hate it when casinos change their code setup!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •