| View previous topic :: View next topic |
| Author |
Message |
roytebbz
Joined: 15 Dec 2006 Posts: 14
|
Posted: Wed Jan 03, 2007 9:28 am Post subject: Post Affiliate Pro Integration |
|
|
Hi
Has anyone integrated PostAffilatePro with DLG ?
if so .. have you any tips ??
If it is possible to use PostAffiliatePro ..what would happen if I had a sales site for Paypal and another for site for Clickbank sales ..and the customer had bought from both sites in the past ..I assume he would have postaffilatepro and clickbank cookies ..would the sales register in both affiliate systems at the same time ?
Cheers
Roy |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
Posted: Wed Jan 03, 2007 9:56 pm Post subject: |
|
|
Hi Roy,
I haven't created an official script to support it yet, but someone else may have?
With DLGuard, if you place the tracking code (I assume an image tag) into the "Extra Text/HTML Code" box on your Edit screen of your Paypal product, this will only track the Paypal sale, and not Clickbank so you won't double up on commissions.
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
roytebbz
Joined: 15 Dec 2006 Posts: 14
|
Posted: Sat Jan 06, 2007 4:20 pm Post subject: |
|
|
Hi Sam
Have been working for 2 days with CBAE and DLG for all SGC products ..had to stop while CB approve over $50 sales
Back to my PayPal and Post Affiliate Pro website.
The code I need to use to track PAP affiliate sales is below ..which I will add into the extra HTML input box ..but do you know the variable tags I have to use fro Cost - Order - Product
Thanks again
Roy
<script id="pap_MY LICENCE" src="http://www.MYDOMAIN.com/scripts/sale.js" type="text/javascript"></script>
<script type="text/javascript"><!--
var TotalCost="XXXXXX.XX";
var OrderID="XXXXXX";
var ProductID="XXXXXX";
papSale();
--></script> |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
Posted: Sun Jan 07, 2007 12:58 am Post subject: |
|
|
Hi Roy,
This code could probably be used on your download page to track your sales - this is probably what you had in mind?
Assuming you're using v3, then you can replace the variables with these keywords:
Cost: %%productprice%%
Order ID: %%customerreceipt%%
Product ID: %%productnumber%%
Keep in mind the product ID is DLGuard's ID - you may need to hardcode PAP's product code into this.
Also, the price variables will only be filled with payment processors that support it (basically if you add a product price into DLGuard's Edit Product screen, it'll display on the download page).
If you add this code to your products Extra Text/HTML Code box on your Edit screen then this code will be specific to that particluar product. This means you can hardcode the variables you need for that product.
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
roytebbz
Joined: 15 Dec 2006 Posts: 14
|
Posted: Sun Jan 07, 2007 10:48 am Post subject: |
|
|
Thanks a lot Sam
That will sort it I think.
The order ID is optional and only used for me to cross check the sale.
The product ID is only used if I set different commission per product ..in my case all products have same % commission.
I must say that I am very impressed with the level of support you give on the forum ....your efforts are much appreciated ..thank you.
Hopefully I know all I need now ....so hopefully no more questions from me and I can leave you in peace
Cheers
Roy |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
|
| Back to top |
|
 |
roytebbz
Joined: 15 Dec 2006 Posts: 14
|
Posted: Thu Jan 25, 2007 7:50 pm Post subject: |
|
|
Hi Sam
Did you get any further with the PostAffiliatePro integration codes I sent via Support email ?
Cheers
Roy |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
|
| Back to top |
|
 |
QualityUnit_martin
Joined: 22 Mar 2007 Posts: 3
|
Posted: Tue Mar 27, 2007 1:35 pm Post subject: PAP integration |
|
|
Hi
I'm Martin from QualityUnit, vendor of Post Affiliate Pro. I just wanted to let you know that we included DLguard into Post Affiliate Pro integration wizard.
The integration can now be done easily through PAP merchant panel:
Integration wizard > Shopping cart integration > Select "DL guard"
Sam, thanks for your prompt replies
Martin _________________ QualityUnit.com - we are vendor of:
Affiliate tracking software Post Affiliate Pro
Helpdesk software Suport Center |
|
| Back to top |
|
 |
KimberlyMon
Joined: 27 Jun 2008 Posts: 1
|
Posted: Fri Jun 27, 2008 3:07 pm Post subject: |
|
|
Hi,
Wonder what environment is needed for for DLG integration.
Will PHP,Linux and MySGL be ok? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
|
| Back to top |
|
 |
avlispub
Joined: 19 May 2007 Posts: 7 Location: Laredo, TX USA
|
Posted: Mon Jun 30, 2008 5:20 am Post subject: PAP Integration |
|
|
Hi Sam,
This is the code that you and the folks at Post Affiliate Pro worked out for us to use, and it is working great. This was a couple of years ago, so we don't yet have the newest version of PAP.
<script id="pap_x2s6df8d" src="http://ourdomain.com/affiliate/scripts/sale.js" type="text/javascript"></script>
<script type="text/javascript"><!--
var TotalCost="%%productprice%%";
var OrderID="%%customerreceipt%%";
var ProductID="%%productnumber%%";
papSale();
--></script> _________________ Ed and Kathy
at
www.SilvaShop.com |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
|
| Back to top |
|
 |
kiterpilot
Joined: 20 Mar 2009 Posts: 22
|
Posted: Thu Jul 16, 2009 10:37 pm Post subject: PAP4 and DLG |
|
|
| I'm using Post Affiliate Pro 4 with DLG. It is working quite well! |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 7084 Location: Australia
|
|
| Back to top |
|
 |
|