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
33
votes
1 answer

How does invisible pixel conversion tracking work?

I'm trying to track clicks from our site to an external website. On the external website, I'd like to place some code on their checkout thank-you page, that tells our server that a particular click has resulted in a sale. How does this tracking code…
cjm2671
  • 18,348
  • 31
  • 102
  • 161
16
votes
3 answers

Pass parameter as an object[]

I wish to use this API with a c# application: http://www.affjet.com/2012/11/26/4-4-affjet-api/#more-3099 After adding the wsdl to my projcet i wrote this simple code : (getTransactions gets a object[] @params and returns a string) Ws_ApiService…
Matan L
  • 997
  • 3
  • 14
  • 35
11
votes
3 answers

Rails add parameter to each URL in the application

I would like to add a parameter to each URL in my Rails 2.3.10 application. I played with the default_url_options but I want the parameter to be visible in the URL. Something like: http:///posts?token=XYZ I'm building an affilate tracking…
Cimm
  • 4,653
  • 8
  • 40
  • 66
10
votes
1 answer

'Ordinary' Amazon (for example) affiliate links in an iPhone app?

Are you allowed by Apple to put ordinary HTML links (Amazon affiliate link) in an iPhone app? So, an ordinary HTML affiliate link, of the…
Fattie
  • 27,874
  • 70
  • 431
  • 719
8
votes
1 answer

What are all those parameters in an Amazon affiliate/associate link?

I've found this link, I was wondering what were all those parameters in the URL (removed the & and broke them into separate lines for…
Tlink
  • 875
  • 2
  • 14
  • 30
8
votes
7 answers

How to implement Affiliate Links to my web application?

I have built a web application using Java EE platform that sells one of my software. Now I want to give the work of marketing my website to various e-marketing companies. But as I will have to give the commission to them, I should know that who…
Amit
  • 33,847
  • 91
  • 226
  • 299
7
votes
2 answers

Apple: do affiliate links earn money for in-app purchases?

Apple recently (within the last month or two) made a bunch of changes to their affiliate program. Can you answer this question: do affiliate links earn money for in-app purchases? Example: will an affiliate link to a free app that then results in…
6
votes
5 answers

Make an affiliate link to the iTunes store without redirects?

Apple has explained in "Launching the App Store from an iPhone application" how one can make an affiliate link to the app store and handle the redirect in background so it doesn't annoy the user. But it would be even better not to have the redirect…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
6
votes
3 answers

Tracking purchase of particular product on different sites

I have a website on which other websites owner can list their products. For listing the product they need to manually create the product by providing title, description, image and link of products. When any user will visit my website he will be able…
Anshul Mishra
  • 1,706
  • 2
  • 15
  • 38
6
votes
1 answer

Advice on Affiliate Programs for Music for Android app

I'm looking for advice and your preferences on different music affiliate services for use in my Android application. My end goal is to have a revenue stream via dynamic affiliate links to any artist's music. The music should be purchasable via the…
smith324
  • 13,020
  • 9
  • 37
  • 58
6
votes
2 answers

Dynamically Insert Links Inside Span Tag Using Javascript

I have this: I want to transform it to that using javascript: It has to be done using javascript in order to hide the…
Zox
  • 203
  • 3
  • 8
5
votes
1 answer

Tracking affiliate generated app installs in iOS greater than 24 hours

I'm trying to run an affiliate project for my app and Apple's 24 hour cutoff makes it a bit difficult. I'm wondering whether there is a way to implement one's own tracking? I first was thinking a landing page with a phone number input form. Upon…
Hari Honor
  • 8,677
  • 8
  • 51
  • 54
5
votes
5 answers

How can i get order_total without taxes and shipping cost ? On woocommerce

i want put an pixel for tracking my orders for affiliate. I must get my total order after discount, so without Tax and Shipping cost. I've make something like this but it's display 0 . cart->get_total_ex_tax(); ?> It's…
Clément Houde
  • 666
  • 1
  • 7
  • 5
5
votes
1 answer

iTunes Affiliate Program: Confirm if purchase is successful

In my application I am listing some songs and users can tap on download and Itunes open and user can download the music. This far its working perfect. Now I need to know if user have successfully purchased the music. I have some logic to be…
Deepukjayan
  • 3,525
  • 1
  • 20
  • 31
5
votes
2 answers

Magento router: How can I catch parameters in all URLs?

Think of a small and basic affiliate system. I want an URL like www.myshop.com/mynewproduct.html?afid=123 Every time afid is found in the URL, a method should be called (basically to save "afid" in the session and when the customer buys stuff, I…
Max
  • 249
  • 2
  • 10
1
2 3
19 20