Hey guys,
I've been searching through all the prosper202 threads here, but don't see what I am looking for.
Yesterday I setup prosper202 on my server for the first time, went through and set everything up as best I understood it for a single campaign. Today I am getting clicks and conversions in my Neverblue account, but prosper202 has no data at all.
What I did is:
- Installed the prosper202 app, everything appears to be running ok, I can login and create campaigns. I don't *think* there is a problem with the prosper202 install itself.
- Created the campaign inside prosper202, steps 1 through 5 don't really seem to impact the code in anyway. In step 6 Get LP Code, I went for the cloaking option "Landing Page: Outbound PHP Redirect Code". Since I am seeing clicks and conversions at Neverblue, presumably this is implemented correctly.
- Step 7 Get Links in prosper202, generated the destination URL for Adwords, which looks like http://example.com?t202id=666&t202kw={keyword} Pasted that code into the destination URL in Adwords. Again, I assume this is working since I am getting clicks on my ads. If I check the referrer logs for the prosper202 domain, I see stuff like:
since I can see keywords in my referrer logs, presumably the new destination URL in Adwords is working. I would expect to see something after subid though??
- Step 8 Get Postback/Pixel: I went for the global post back URL, and copied the following unsecured version into my Neverblue account. http://example.com/tracking202/static/gpb.php?subid={subid}
I have not placed a pixel for the specific campaign inside of Neverblue, just used the global post back. Is that right? I don't fully have my head around that part.
I haved opened up the prosper202 SQL database and there is simply no data in the tables where you would expect there to be data such as the 202_keywords or 202_clicks_counter tables.
Does anybody have any pointers as to what could be wrong?
I've been searching through all the prosper202 threads here, but don't see what I am looking for.
Yesterday I setup prosper202 on my server for the first time, went through and set everything up as best I understood it for a single campaign. Today I am getting clicks and conversions in my Neverblue account, but prosper202 has no data at all.
What I did is:
- Installed the prosper202 app, everything appears to be running ok, I can login and create campaigns. I don't *think* there is a problem with the prosper202 install itself.
- Created the campaign inside prosper202, steps 1 through 5 don't really seem to impact the code in anyway. In step 6 Get LP Code, I went for the cloaking option "Landing Page: Outbound PHP Redirect Code". Since I am seeing clicks and conversions at Neverblue, presumably this is implemented correctly.
- Step 7 Get Links in prosper202, generated the destination URL for Adwords, which looks like http://example.com?t202id=666&t202kw={keyword} Pasted that code into the destination URL in Adwords. Again, I assume this is working since I am getting clicks on my ads. If I check the referrer logs for the prosper202 domain, I see stuff like:
Code:
127.0.0.1 - - [10/Jul/2009:20:50:28 -0400] "GET /tracking202/redirect/lp.php?lpip=666 HTTP/1.1" 302 5 "http://example.com/?t202id=666&t202kw=keyword1%20keyword2%20keyword3%20keyword4&gclid=skddkdsfd3448578f949" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; XXXXXX; XXXX; .NET CLR 1.1.4322; InfoPath.1)"
127.0.0.1 - - [10/Jul/2009:20:50:28 -0400] "GET /tracking202/redirect/cl2.php?q=http%3A%2F%2Fexample.com%2Fclick%2F%3Fs%XXXXX%26c%3D11111%26subid%3D HTTP/1.1" 200 443 "http://example.com/tracking202/redirect/lpc.php?lpip=666" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; XXXXXX; XXXX; .NET CLR 1.1.4322; InfoPath.1)"
- Step 8 Get Postback/Pixel: I went for the global post back URL, and copied the following unsecured version into my Neverblue account. http://example.com/tracking202/static/gpb.php?subid={subid}
I have not placed a pixel for the specific campaign inside of Neverblue, just used the global post back. Is that right? I don't fully have my head around that part.
I haved opened up the prosper202 SQL database and there is simply no data in the tables where you would expect there to be data such as the 202_keywords or 202_clicks_counter tables.
Does anybody have any pointers as to what could be wrong?