Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-01-2017, 06:17 PM   #1
mce
Confirmed User
 
mce's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
Programmers: Step Inside Please

Quick question re affiliate links

Assume you have a url for a gallery or tube page: http://www.sitexxxxxx.com/tubepage.php

Questions

Can you put an AFFILIATE ID on that tube page so affiliates who refer that page will get paid if a visitor buys ANYTHING from the page (the page has ads)

http://www.sitexxxxxxxx.com/tubepage.php becomes http://www.sitexxxxx.com/tubepage.php?aff=1234

Can wordpress autorender the ads' urls if the visitor comes through an affiliate link?

Thank you in advance
__________________

Pay Virtual Assistants Based on RESULTS instead of TIME
STOP getting FUCKED IN THE ASS by your VA
mce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2017, 07:12 PM   #2
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Only if the ads are on the same server or you can carry the variable on to your network ads and track them somehow.

You can envelope the query string on the URL then do something with it.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2017, 07:59 PM   #3
VladS
Available for Coding Work
 
VladS's Avatar
 
Industry Role:
Join Date: Jun 2008
Posts: 1,432
If you load the ads using the respective affiliate ID, sure. You can even match tracking to affiliate and show ads accordingly.
__________________
<developer> MechBunny / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery
Email: vlad [at] faxite.com
Telegram: @dangerouscoding
VladS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2017, 08:09 PM   #4
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
yes, what ^^ said.

by pasing variable you can recognize who the affiliate / user it and show ads accordingly.

you can even set cookie, so even if use comes directly to your gallery or landing page, without using the affiltae id , he will still see the ads which was shown previously. and credit appropriate affiliate.

literally speaking anything is posssible.
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2017, 09:34 PM   #5
mce
Confirmed User
 
mce's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
Quote:
Originally Posted by VladS View Post
If you load the ads using the respective affiliate ID, sure. You can even match tracking to affiliate and show ads accordingly.
Will this work?

Url of the content, say, is xxxxxxxxxxx.com/greattubepage.php

The page has affiliate ads from ONE sponsor, say affprogramxxxxx.com and the program's tracking url structure is like AFFID.affprogramxxxxx.com/

Question: If have affiliates and give them each a SUBID like ?tid=SUBID

So the url of the tube page or gallery they wish to promote looks like this: xxxxxxxxxxx.com/greattubepage.php?tid=SUBID how do I pass the ?tid=SUBID so it appends to AFFID.affprogramxxxxx.com/

Is this possible?

What I'm trying to do is have my affiliates promote pages using their SUBIDS and when their traffic BUYS anything off the page, I give my AFFILIATES a % of my own AFFILIATE payout from the ads.

They basically become SUBAFFILIATES and I'm the PRIMARY affiliate

Is this possible?

I'd like to do this with WORDRPESS-based pages

Doable?

If so, is there an EXISTING WP plugin for this OR do I need it done CUSTOM?
__________________

Pay Virtual Assistants Based on RESULTS instead of TIME
STOP getting FUCKED IN THE ASS by your VA
mce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2017, 03:20 AM   #6
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,319
get the tid variable in your if statement
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2017, 03:41 AM   #7
mce
Confirmed User
 
mce's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
Quote:
Originally Posted by fris View Post
get the tid variable in your if statement
Sorry, I'm not a coder so I ask HOW is this done?
__________________

Pay Virtual Assistants Based on RESULTS instead of TIME
STOP getting FUCKED IN THE ASS by your VA
mce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2017, 02:10 PM   #8
mce
Confirmed User
 
mce's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
Bump. Please help.
__________________

Pay Virtual Assistants Based on RESULTS instead of TIME
STOP getting FUCKED IN THE ASS by your VA
mce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2017, 05:22 PM   #9
Relic
So Fucking Banned
 
Join Date: Aug 2002
Posts: 10,300
Quote:
Originally Posted by Barry-xlovecam View Post
Only if the ads are on the same server or you can carry the variable on to your network ads and track them somehow.

You can envelope the query string on the URL then do something with it.
https://github.com/samyk/evercookie
Relic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2017, 03:47 PM   #10
mce
Confirmed User
 
mce's Avatar
 
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
Quote:
Originally Posted by Relic View Post
So use cookies to automatically appen the aff ID?

Sorry I'm not a coder. I'm trying to figure this out before I pay someone to do it.
__________________

Pay Virtual Assistants Based on RESULTS instead of TIME
STOP getting FUCKED IN THE ASS by your VA
mce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2017, 04:47 PM   #11
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,072
I don't think you are going to find any kind of plug in for what you are wanting to do.

So, you are probably going to have to hire someone if you want it done right.

If your sponsors allow a tracking code on the url then you can accomplish a lot of what you are trying to do by appending a tracking code to a url, unfortunately your sponsors will NOT all be using the same scheme for their tracking code and not all sponsors offer the option of a tracking code.

For example: to attach a tracking code to a Chaturbate url you would add a query string of track=xxxxx (where xxxxx iis the tracking code) to the chaturbate url.

If you assign each of your affiliates a unique tracking code and you assign that tracking code to the url going to the sponsor then you should be able to get sponsor reports that show that tracking code and what activity is attributed to it, you could then use that information to pay your affiliates.

I do not know of any plugins that would do what you need to do so you are probably looking at a custom solution.

Your solution needs several pieces:

1. A place for your affiliates to sign up. This piece would be where you would assign a tracking code to the particular affiliate along with collecting the info needed to pay them. It is also where your affiliates would go to look at the various reports that would show them their activity with each of your sponsors or however you plan to structure that presentation.

2. A mechanism on your site to recognize the incoming tracking code that the affiliate sends to you and then assign that tracking code to each outgoing link that is active in that session. That piece would need to know the scheme for each sponsor so that it can properly structure the outgoing links.

3. A mechanism to periodically collect the various sponsor stats and break them down by tracking code/affiliate for presentation to the affiliates and for paying affiliates.

You are probably going to want a database for this to keep track of everything.

.
__________________
All cookies cleared!
sarettah is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2017, 05:40 PM   #12
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Most affiliate programs do not allow 'sub affiliates' -- you have a limited license to sell the program to end users only.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
page, affiliate, tube, ads, visitor, inside, step, quick, buys, wordpress, advance, link, autorender, urls, paid, links, questions, assume, gallery, question, refer, affiliates, programmers, url



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.