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
0
votes
0 answers

Integrate affiliateTracking Pixel

I am trying to integrate an affiliate pixel in my website, but since Im an JS beginner, i cant figure out how to. I copied some code and tried to adopt it to my needs, which worked well for Criteo, but not for Affilinet. Please find below the code,…
Andi
  • 1
0
votes
1 answer

Allow others to sell my products?

I'm in the process of developing a eCommerce site around Drupal/Prestashop or another similar one. Is it possible to integrate an affiliate type feature that allows users to sell my products on their website? So for example, 'approved users' would…
4T7
  • 1
  • 1
0
votes
1 answer

product Comparison for Affiliate site

I am planning to create an affiliate site (Price Comparison site). As you all know that DATA (products and their Info.) from different sites(Ecomm sites) plays a vital role in these type of price comparison sites. I have already wrote scripts to…
Jagdeep84
  • 1
  • 1
0
votes
1 answer

Server to Server Postback tracking issue for redirect URL

How can we put a redirect for server to server post back tracking? For ex: we have a URL which user clicks : http://tracking1.pubsarena.com/aff_c?offer_id=626&aff_id=2 and in backend it runs a script of third party to score fraud and then send it to…
0
votes
1 answer

How can i get multiple affiliate accounts to display in one place?

I would like to know how i can extract stats and content updates from various webmaster affiliation programs to display in a single app and or website . I would need the following info , sales and conversions, click stats , webmaster referrals ,…
Maverick
  • 1
  • 2
0
votes
0 answers

Determine Original Referrer of App Store Purchases

I'd like to start an affiliate/commission system for my app, so that people who promote my app can earn a cut of my earnings when users purchase my app through special links. Essentially, if Promoter A tweets a link to my app, all purchases made by…
Jacob Pritchett
  • 380
  • 1
  • 5
  • 14
0
votes
2 answers

Do I use parameters in Google webmaster tools correct?

We've created an affiliate panel for our new website. To make sure all affiliate links will not be considered as duplicate content, we are using the 'URL Parameters' option in webmaster tools. In the example affiliate URL's below, you can see that…
0
votes
1 answer

Rails: A way to check for duplicate item in DB? Affiliate data feeds

I have a problem regarding affiliate data feeds. For example from Amazon or other e-shop partners. I am trying to import their product data, but want to avoid having duplicates, if both shops sell the same product. for example Amazon: Product…
zer02
  • 3,963
  • 4
  • 31
  • 66
0
votes
1 answer

How can I get Infusionsoft's Cookie Info from this URL

Infusionsoft provides the following script / method of obtaining an affiliate ID. Now, I want to call that URL programmatically and just get back the affiliate ID - I don't want to redirect or go anywhere else, I just want the affiliate ID to use…
Justin Handley
  • 1,159
  • 1
  • 7
  • 14
0
votes
1 answer

How do I aggregate datafeeds from affiliate networks and online merchants using custom technology?

I want to build a software solution for datafeed aggregation. I dont want to use datafeed aggregation services like Rakuten PopShops or Datafeedr. I am looking for a guidance on how to build such solution from a software architecture point of view.…
0
votes
1 answer

Redirecting to affiliate links based on words

I am working on PHP code for automatically redirecting a URL to an affiliate URL based on words in the URL. This is the code I am using: if (stripos($mylink, "amazon.in") > 0) { if (strpos($mylink, "?") > 0) { $tmp =…
0
votes
1 answer

How to get reports from Commision Junction API - PHP

Commision Junction is the name of an affiliate company. I am not familiar with SOAP, WSDL and with web services in general, but wanted to quickly test the data coming back from their affiliate api. Cannot make it work though. They provide a page for…
Kanan Farzali
  • 991
  • 13
  • 23
0
votes
1 answer

Trying To Make WooCommerce Product Makes Redirect To Affiliate Site

I am trying to edit my Wordpress ecommerce site that is running with woocommerce to become an affiliate shop. What I want to do is create a shop with lots of product listings and when you click on a product rather than going to the product page on…
0
votes
1 answer

How to configure affiliate module in Yii?

I have affiliate module and i put it into Yii protected module folder. Now what will i do for next steps to get affect of this module in my site ? Note : I don't know about affiliate Program ..... Just need to run this module in my yii site. Thanks…
Kavi Joshi
  • 173
  • 2
  • 5
0
votes
2 answers

How to redirect affiliate outbound links without PHP or htaccess?

I want to redirect outbound affiliate links and on this site there is no option for PHP or htaccess. So far I've always done this using but like I said this is not an option anymore as this site does not support…
user3187469
  • 1,461
  • 7
  • 23
  • 31