PDA

View Full Version : No sale registeration in log message!


cch233
9th January 2008, 04:56 AM
Hi,
I installed postaffiliatepro3.14 and I want to test sales.

I set my commission type to per sale. I integrate DLGuard with sale tracking code.I insert click tracking code in all of my page. (follow the integrate wizard steps)

And then I clicked my banner ad, then made a payment. But my history and error log only record to click registration no sale registration.

What happened?

History & Error Log:

282c4921 2008-01-08 21:16:44 debug Click registration: Start registering click, params: a_aid=35168270, a_bid=2e6cd9ae, lid=, dr=n, js=y, referrer=, d1=, d2=, d3=, PHPSESSID=4948c87256f0cd4beb262cb14f7c4d42, POSTAff2TimeCookie=1199848547_1199848547_1, POSTAff2Cookie=35168270_1, POSTAff2ClickCookie=50df144e

890ab398 2008-01-08 21:16:44 debug Click registration: After check that affiliate exists, OK

68486075 2008-01-08 21:16:44 debug Click registration: After check that banner exists, OK

46e7f290 2008-01-08 21:16:44 debug Click registration: After check that campaign exists

2e22bbe0 2008-01-08 21:16:44 debug Click registration: After check that affiliate is in this product category, OK

e0e6923a 2008-01-08 21:16:44 debug Registrator: P3P policy set to 'P3P: policyref="p3p.xml", CP="NOI NID ADMa DEVa PSAa OUR BUS ONL UNI COM STA OTC"'

8b7e6b5f 2008-01-08 21:16:44 debug Click registration: original referrer is empty, will not save it to cookie

5848f174 2008-01-08 21:16:44 debug Registrator: Value recognized (User ID: 35168270, Product category ID: 1)

04795444 2008-01-08 21:16:44 debug Click registration: After setting cookie, OK

fe3003fe 2008-01-08 21:16:44 debug Click registration: After fraud protection, OK

4721b109 2008-01-08 21:16:44 debug Click registration: After saving click, Start registering multi tier commissions

8840f954 2008-01-08 21:16:44 debug Click registration: Maximum tier levels reached

d31eef2b 2008-01-08 21:16:44 debug Click registration: After registering multi tier commissions

9d019b4e 2008-01-08 21:16:44 debug Click registration: End registering click

80f4fe08 2008-01-08 21:16:44 debug Registrator: Value recognized (User ID: 35168270, Product category ID: 1)

I did make a test sale but not registered in log, what to do now?

Thanks.

cch233
9th January 2008, 06:47 AM
I found the problem. The problem is the code on thankyou page.

It seems that the sales tracking code from PAP3 does not compatible with DLGuard.

The sales tracking code from PAP3 is

<script id="pap_x2s6df8d" src="http://www.mydomain.com/scripts/sale.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
var TotalCost="%%productprice%%";
var OrderID="%%customerreceipt%%";
var ProductID="%%productnumber%%";
papSale();
-->
</script>

On the thankyou page, the parameters (%%productprice%%, %%customerreceipt%% and %%productnumber%%) doest not change along with the data in DLGaurd.

So, do i have to change these parameters by my self or it will change automatically?

drakeman
10th January 2008, 09:30 AM
Our integration code is fully compatible and it works without problem. Try make another test sale and after order check source code of your order thank you page. It should contain our sale tracking code with proper values.