Questions tagged [affiliate]

Affiliate marketing is a type of performance-based marketing in which a business rewards one or more affiliates for each visitor or customer brought by the affiliate's own marketing efforts.

Affiliate marketing overlaps with other Internet marketing methods to some degree, because affiliates often use regular advertising methods. Those methods include organic search engine optimization (SEO), paid search engine marketing (PPC - Pay Per Click), e-mail marketing, content marketing and in some sense display advertising. On the other hand, affiliates sometimes use less orthodox techniques, such as publishing reviews of products or services offered by a partner.

Affiliate marketing - Wikipedia

292 questions
2
votes
0 answers

Amazon affiliate - Is there a way to track the purchase & order details of a product from my website?

I had my website developed with HTML5 & Javascript and I am being an affiliate to Amazon and advertising amazon products on my website. Now my question is: When a user redirects to Amazon from my website and purchases a product, can we get the…
Raj Kumar
  • 953
  • 1
  • 8
  • 19
2
votes
1 answer

Whmcs - Custom affiliate links

I joined an affiliate system (whmcs) and I received a affiliate url: https://www.example.com/client/aff.php?aff=xxx The thing is that this link redirects me to the company homepage but I don't want this. I want to redirect to custom pages. Is this…
paulalexandru
  • 9,218
  • 7
  • 66
  • 94
2
votes
1 answer

Use flipkart API in django

I want to fetch product data from Flipkart for which Flipkart provide Product Feed API. I wanted to know how to use the json or xml provided to fetch data for my site preferably in Django. Please explain explicitly as I have no idea on how to do…
Pawneet Singh
  • 95
  • 1
  • 5
2
votes
0 answers

Emulate a play store app download on android emulator for a local apk

I'm working on an app with affiliate referral. A referral can be sent in the URL like so: play.google.com/store/apps/details?id=< MY APP >&referrer=< AFFILIATE NAME > I'm willing to read the referrer parameter, but in order to do that, the app…
Eran Egozi
  • 775
  • 1
  • 7
  • 18
2
votes
1 answer

linkshare Automated Link Generator times out

I am trying to use the Linkshare Automated Link Generator API but it is timing out. I am attempting to make calls in the following format: http://getdeeplink.linksynergy.com/createcustomlink.shtml?token=&mid=&murl= However, all…
CPP
  • 1,031
  • 3
  • 10
  • 26
2
votes
4 answers

Comparing datafeeds from different networks (Affiliate Marketing)

I am working on integrating affiliate sales into few existing sites. We are using a few merchants who work via different networks (cj, shareasale, linkshare, avantlink). Now my observation is that all these networks provide data feeds in different…
mvbl fst
  • 5,213
  • 8
  • 42
  • 59
2
votes
3 answers

Affiliate system built on top of Stripe

I'm trying to build an affiliate system. I currently have a Stripe Plan setup for customers that bills them monthly. I'd like to give a percentage-based commission to affiliates. Is there a way to automatically pay stripe customer when another…
Sam
  • 6,414
  • 11
  • 46
  • 61
2
votes
1 answer

Display XML DATA as HTML with PHP

I hope someone can help me I am stuck at this for a while.. i am an affiliate and i get xml data from the provided. I am trying to convert this data and display as html on my site. I have tested my xsl and can confirm that the xsl is displaying the…
Jai
  • 97
  • 2
  • 14
2
votes
2 answers

How to programmatically get a list of my LinkShare merchants domains

I would like to know if there is an API I can use to get a LinkShare merchant domain URL. The merchant search endpoint only returns their uid and name.
Roch
  • 21,741
  • 29
  • 77
  • 120
2
votes
1 answer

How to programmatically get a list of my LinkShare merchants from LinkShare?

How can I programatically get a list of merchants who have data I am qualified to access via my LinkShare account?
Kmeixner
  • 1,664
  • 4
  • 22
  • 32
2
votes
2 answers

Add affiliate tracker code to virtuemart thank you page

I want to add an affiliate tracker code to my Joomla based website using VirtueMart. They told me to add the code on the thank you page but I couldn't figure it out. The VirtueMart version is 2.0.12 and the code is
Kostis
  • 953
  • 9
  • 21
2
votes
1 answer

App Store gifting with iTunes Affiliate link?

I know it's possible to link directly to the "Gift This App" page in the iTunes App (it does in fact open the iTunes App, not the App Store app) (link), but I would like to know if it's possible to link to Gift This App with an Affiliate…
runmad
  • 14,846
  • 9
  • 99
  • 140
1
vote
1 answer

How to track product sales per affiliate id using Google Analytics or Piwik

Here is the seemingly standard scenario for an e-commerce site. There are two products p1 and p2, and two affiliates a1 and a2. A user visits the product pages via different affiliates: e.g. /p1/affid=a1, /p2/affid=a2 He later return to these pages…
Kumar Deepak
  • 473
  • 4
  • 18
1
vote
2 answers

Cookies with expiration lost by IE6, IE7 when loaded by JS on a different domain

We trying to write an affiliate tracking system. Users click on a link to a PHP script on server A that puts some cookies with tracking info. The script then redirects them to a landing page on server B. Once the user gets to a destination page a…
Yisrael Dov
  • 2,369
  • 1
  • 16
  • 13
1
vote
0 answers

window.rewardful is not a function when integrating Rewardful into Next.js

I have inserted the code snippets given by rewardful into my next.js _document.js file in order to have the required code on every page, like this: useEffect(() => { function func1(w,r) { …
rob
  • 83
  • 6