Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › WP Affiliate – clicks and sales not tracking
Tagged: affiliate
- This topic has 5 replies, 2 voices, and was last updated 11 years, 5 months ago by admin.
-
AuthorPosts
-
June 2, 2013 at 2:30 am #9163petespaleoMember
Using wordpress 3.5.1. Just bought and downloaded the plugin.
– petespaleo.com is my site
– buy.petespaleo.com is my shopping cart through Big Commerce
I have created two affiliate id’s and both are appearing in manage affiliates, but when I use the main affiliate store link, clicks and sales do not track or register either on the affiliate’s page side or on my wp admin side.
The code that i’ve inserted into big commerce’s conversion area is:
<img src=”http://www.petespaleo.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXX&sale_amt=%%ORDER_AMOUNT%%&txn_id=%%ORDER_ID%%&buyer_email=%%ORDER_EMAIL%%” width=”1″ height=”1″/>
with XXX being the real secret word, but blocked here because public forum
I was a little unsure about this section, but I enabled it (and the debug section):
POST URL for Remote Click Tracking:
[http://petespaleo.com/wp-content/plugins/wp-affiliate-platform/api/remote-click-track.php]
POST URL for Sale/Commission Awarding:
[http://petespaleo.com/wp-content/plugins/wp-affiliate-platform/api/post.php]
POST URL for Lead Capture:
[http://petespaleo.com/wp-content/plugins/wp-affiliate-platform/api/remote-lead-capture.php]
and then obviously the same secret word is also pasted into the code in big commerce’s admin panel
I’m not sure what else you’ll need to help advise me on how to correct this issue
June 2, 2013 at 11:41 pm #55942adminKeymasterBig commerce is not something you install on a WordPress platform so I am not sure how it will work out but lets start by taking a look at their 3rd party affiliate integration documentation. Please post a link to the documentation so I can take a look and see how they offer an integration.
Also, please tell me the URL of your landing page (where you expect your visitors to send the users).
The following post is a good reference for this topic:
https://support.tipsandtricks-hq.com/forums/topic/clicks-are-tracked-but-not-the-sales
June 3, 2013 at 6:45 pm #55943petespaleoMemberyes, big commerce hosts their own shopping cart which leverages my subdomain. i know they aren’t installed within wordpress’ platform. does the shopping cart have to be within WP in order to work with your plugin?
the url of the landing page is buy.petespaleo.com for where i want my affiliates to send their customers
thanks!
June 4, 2013 at 8:06 am #55944adminKeymasterThank you. The shopping cart doesn’t have to be installed WordPress but it helps if it is (makes the integration easier).
Can you please ask them if they have an option to pass the IP address of the customer on the Thank you page (after a transaction)?
June 4, 2013 at 5:30 pm #55945petespaleoMemberBigCommerce said: no, I am afraid we do not have this option
: but you might be able to obtain that through some hard coding
June 5, 2013 at 8:06 am #55946adminKeymasterOkay. Try the following:
1) Create a pass thru affiliate link that takes the user to the buy.petespaleo.com domain via your main site (where the affiliate plugin is installed). This post will tell you how to create a pass thru affiliate link:
2) Next, insert the following tracking code on your BigCommerce “Thank you” page (you have already done it):
<img src=”http://www.petespaleo.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXX&sale_amt=%%ORDER_AMOUNT%%&txn_id=%%ORDER_ID%%&buyer_email=%%ORDER_EMAIL%%” width=”1″ height=”1″/>
3) Enable debug from the affiliate plugin settings and do an affiliate test transaction and let me know how it goes in terms of tracking the clicks and the sales.
-
AuthorPosts
- You must be logged in to reply to this topic.