Active
Project:
Affiliate
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Mar 2009 at 09:14 UTC
Updated:
15 Oct 2013 at 22:48 UTC
Hello,
Affiliate is awesome for the merchands, but on the other side of affiliation, the website publishers, it seems there's a lack of a Drupal module to manage outgoing affiliate links (like Affiliate Ninja & al. on Wordpress).
Bouncer seems to be a good starting point for this, although some deep modifications would be necessary in order to use it as an affiliate link module. For now, I've just ported the module to Drupal 6 : #371683: 6.x version?
Do you know any other interesting modules I'm not aware of ?
Thanks,
Guix
Comments
Comment #1
guillaumeduveauThere's URLproxy too as a base code candidate.
Comment #2
giorgio79 commentedI am looking for the exact same functionality.
For each node I would like to add outgoing links, that are masked.
So for a node like
mydrupal.com/dogs
I would like to add
mydrupal.com/dogs/download
or
mydrupal.com/dogs/visit
which then take you to
othersite.com/landingpage
Any ideas how this could be achieved the best way with any current modules?
Ideally, I would like each node, to enable callbacks somehow, so if the masked url is clicke d with /download added in the end, the user is redirected according to some rule, or db value for all nodes in a content type for example.
I am also pointing some discussions here, maybe we can cook something up...
http://drupal.org/node/182008
http://drupal.org/node/8958
http://drupal.org/node/136719
http://drupal.org/node/334769
http://drupal.org/node/29046
http://drupal.org/node/182509
Comment #3
guillaumeduveauThanks giorgio79 for all these links, it seems Drupal indeed lacks a good affiliate link module.
I don't have time right now to code but I'll try to rather start a wiki page instead of using that issue in Ubercart Affiliate.
For what you want, I know it's easy for a module to register a path like /go/[keyword] or /visit/[keyword] but maybe it's more difficult to register a path like /node/[NID]/[keyword]
Comment #4
lagpro commentedAny status update on Affiliate work for UB?
Thanks!
Comment #5
lagpro commentedhas this work been abandoned?
Comment #6
101 commentedDid anyone try using Path Redirect module or Links Package to manage the links?
Any success?
Comment #7
ressaCheck out the Go - url redirects module.
Comment #8
jerdiggity commentedGood idea. It will more-than-likely be implemented on the 7.x version first, but still a good idea.