- This topic has 0 replies, 1 voice, and was last updated 11 years, 3 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate F.A.Q/Instructions › WP Affiliate and e-Junkie Integration
Tagged: e-junkie, integration, WP Affiliate
In this post I will explain how you can integrate e-junkie with the Affiliate platform plugin.
Setup Preparation:
The following URL has helpful information on how you can customize your e-Junkie thank you page
http://www.e-junkie.com/ej/help.custom.thankyou-page.htm
Integration Steps:
1. Go to the settings menu of the affiliate plugin and check the “Enable Remote Post” checkbox. Take note of the “Secret Word” from this section.
2. Check the “Enable Debug” checkbox from the testing and debugging settings (this will log debug details which will help us troubleshoot if the commission doesn’t get tracked as expected.)
3. Save the changes by hitting the update settings button.
4. Add the following HTML tracking code to your ejunkie thank you page as suggested by that URL (ejunkie’s help page):
Tracking code:
<img src=”http://www.your-domain.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXXX&sale_amt=%5B%total%%5D&txn_id=%5B%txn_id%%5D&buyer_email=%5B%payer_email%%5D” width=”1″ height=”1″/>
– Replace “your-domain” with your actual site URL
– Replace “XXXX” with the actual secret code from the settings menu of this plugin (refer to step 1)