TV202 Prosper202 Tracking202 Export202 WorldProxy202 Meetup202 | Blog Forum Newsletter Twitter | Advertise
Login · Register
Home About Docs Scripts Blog Forums Hosting Donate Download
Before Posting, Have You Read the FAQ? And Have You Searched? If Not Please Do!

Landing Page Code (Meta Redirect)

Post new topic Reply to topic Prosper202 Forum Index » Feedback and Suggestions
New Posts Search Forum
Author Message
JasperP
Website Twitter Skype AIM


Joined: May 28th, 2008
Posts: 45

Post Posted: May 29th, 2008 at 5:58pm Post subject: Landing Page Code (Meta Redirect) Reply with quote

I use conversion codes from Google and MSN to see the clickthroughs to the merchant..

So instead of using the PHP Redirect, I modified the code so that I use the meta redirect.. here's a sample if anyone is interested:

Quote:
<?php

// -------------------------------------------------------------------

//

// Tracking202 PHP Redirection, created on Wed May, 2008

//

// This PHP code is to be used for the following setup:

//

// -------------------------------------------------------------------

$tracking202outbound = 'http://trackingdomain.com/tracking202/redirect/off.php?acip=616&pci='.$_COOKIE['tracking202pci'];

?>

<html>

<head>

<meta http-equiv="refresh" content="0; url=<?php echo $tracking202outbound;?>">

<title></title>

</head>

<body>

<!-- Google Code for Other Conversion Page -->

<script language="JavaScript" type="text/javascript">

<!--

var google_conversion_id = xxxxxxxxxx;

var google_conversion_language = "en";

var google_conversion_format = "1";

var google_conversion_color = "ffffff";

var google_conversion_label = "default";

//-->

</script>

<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">

</script>

<noscript>

<img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/xxxxxxxxxx/?label=default&amp;script=0">

</noscript>

<!-- MSN Code for Other Conversion Page -->

<SCRIPT>

microsoft_adcenterconversion_domainid = xxxxxx;

microsoft_adcenterconversion_cp = xxxx;

</script>

<SCRIPT SRC="https://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT>

<NOSCRIPT><IMG width=1 height=1 SRC="https://xxxxxx.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">&nbsp;</a>

</body>

Just thought I suggest adding a meta redirect version in addition to the php redirect...

Oh and add a preview button to forum posts! I'm not sure if this code is going to show up correctly... lol

EDIT: Nevermind.. i can just use the EDIT button.. =D

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 4343

Post Posted: May 29th, 2008 at 8:48pm Post subject: Re: Landing Page Code (Meta Redirect) Reply with quote

Thanks for this!

I'm going to put together a HACKS section or something, for everyones little custom things they programmed for prosper202 that they put together, and give you credit and stuff link backs. Because this is good!

-wes

Back to top
travelhead
Website AIM


Joined: Feb 8th, 2008
Posts: 50

Post Posted: Apr 30th, 2009 at 3:34pm Post subject: Re: Landing Page Code (Meta Redirect) Reply with quote

I tried this code with the latest version of p202.

It quickly redirects, but I do not believe it loads the code.. Any idea how to make this work?

Back to top
T202Aaron
Website Twitter AIM


Joined: Sep 9th, 2008
Posts: 985

Post Posted: Nov 19th, 2009 at 6:07pm Post subject: Re: Landing Page Code (Meta Redirect) Reply with quote

Interesting

Back to top
Post new topic Reply to topic Page 1 of 1

Creative Commons License This work (Prosper202, Tracking202 and Export202) is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.