ASP Free Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherASP Free Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 14th, 2005, 05:53 PM
joeuk78 joeuk78 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 4 joeuk78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 m 46 sec
Reputation Power: 0
Cool Developing an affiliate program

Hi,

I am trying to get my head round affiliate schemes and how they work (technologically speaking). I am talking about the scenario where 3 parties are involved, the affiliate, the intermediary and the end shop selling the product (merchant).

How do, say, CJ track sales? In Google Adsense the tracking code that Google use to track sales resulting from Google clicks for statistics is a Javascript that produces an iframe, but if either the iframe or javascript fails it calls a tracking image. Why not just call this image in the first place and do away with the JS and iframe? There must be a good reason but it escapes me.

Also do cookies written from a http domain, eg. http://aspfree.com, present themselves to the SSL version of the same site, i.e. https://aspfree.com, reason I ask, is that if the diversion from the affiliate > intermediary > merchant writes a cookie on the merchants site with the affiliate ID, then usually the link goes to a http link, but the Order complete page is invariablly on a https page.

Any thoughts or detailed info would be much appreciated.

Bill

Reply With Quote
  #2  
Old April 15th, 2005, 10:16 AM
GazouTG's Avatar
GazouTG GazouTG is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Quebec
Posts: 338 GazouTG User rank is Private First Class (20 - 50 Reputation Level)GazouTG User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 18 m 38 sec
Reputation Power: 5
Send a message via ICQ to GazouTG Send a message via MSN to GazouTG
doing stuff client side like in javascript help reduce charge on server
A common example of this is form validation:
let say you get the user name and email
you validate (in javascript) that the user have correct information using the client machine before sending data.
then you validate it serverside (because some people dont have or disabled javascript)
so no invalid data get into server.

this way whan an error is catched client side(most of the time) it save the server processing when error occurs

I suppose google is doing such for similar reasons.
__________________
-----------------------------------------
You're not the center of the Universe
You're just an ass in the space of time
-----------------------------------------

Reply With Quote
  #3  
Old April 15th, 2005, 10:34 AM
joeuk78 joeuk78 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 4 joeuk78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 m 46 sec
Reputation Power: 0
Thing is, all the JS is doing is building an iframe to show a tracking image.

The do things like
Code:
document.write('<ifr' + 'ame' 


why not do it in one go (i.e. '<iframe>')? Is it an effort to combat privacy filters etc that might otherwise filter it out?

Reply With Quote
  #4  
Old April 15th, 2005, 10:41 AM
GazouTG's Avatar
GazouTG GazouTG is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Quebec
Posts: 338 GazouTG User rank is Private First Class (20 - 50 Reputation Level)GazouTG User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 18 m 38 sec
Reputation Power: 5
Send a message via ICQ to GazouTG Send a message via MSN to GazouTG
maybe google is just acting like microsoft.... weirdly

Reply With Quote
  #5  
Old April 15th, 2005, 08:22 PM
Shadow Wizard's Avatar
Shadow Wizard Shadow Wizard is offline
Moderator From Beyond
ASP Free God 46th Plane (27500 - 27999 posts)
 
Join Date: Sep 2004
Location: Israel
Posts: 27,932 Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)  Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 3 Months 2 Weeks 12 h 17 m 53 sec
Reputation Power: 2002
when you have html tags within javascript code it may cause havoc - for example having <script> written inside js code as part of string will cause chaos because the js compiler will see that as actual html tag - the compiler does not always check if the tags are part of string, at least in the old versions. as for cookies, they're seperate for each domain and probably seperate for SSL server as well.

Reply With Quote
  #6  
Old April 15th, 2005, 08:52 PM
Phoenix's Avatar
Phoenix Phoenix is offline
Web-Standards Evangelist
ASP Free Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2003
Posts: 1,522 Phoenix User rank is Corporal (100 - 500 Reputation Level)Phoenix User rank is Corporal (100 - 500 Reputation Level)Phoenix User rank is Corporal (100 - 500 Reputation Level)Phoenix User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 23 h 48 m 4 sec
Reputation Power: 9
Quote:
Originally Posted by Shadow Wizard
when you have html tags within javascript code it may cause havoc - for example having <script> written inside js code as part of string will cause chaos because the js interpreter will see that as actual html tag - the interpreter does not always check if the tags are part of string, at least in the old versions. as for cookies, they're seperate for each domain and probably seperate for SSL server as well.


Get it right, bint

Reply With Quote
  #7  
Old April 17th, 2005, 03:38 AM
Shadow Wizard's Avatar
Shadow Wizard Shadow Wizard is offline
Moderator From Beyond
ASP Free God 46th Plane (27500 - 27999 posts)
 
Join Date: Sep 2004
Location: Israel
Posts: 27,932 Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 15th Grade (Above 100000 Reputation Level)  Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1Folding Points: 391471 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 3 Months 2 Weeks 12 h 17 m 53 sec
Reputation Power: 2002
lol... back to the good old argument eh?
well, I didn't want joe to get confused, so I used the more popular and familiar (but incorrect!) term.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherASP Free Lounge > Developing an affiliate program


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT