Skip to content

Instantly share code, notes, and snippets.

@underdown
Created December 5, 2012 19:14
Show Gist options
  • Select an option

  • Save underdown/4218625 to your computer and use it in GitHub Desktop.

Select an option

Save underdown/4218625 to your computer and use it in GitHub Desktop.
ppc phone track
<?php
if($_GET["gclid"]) {
/* We could switch on each of these if wanted */
$source= $_GET["utm_source"];
$term= $_GET["utm_term"];
$medium= $_GET["utm_medium"];
$campaign=$_GET["utm_campaign"];
$phone="1-888-555-1212"
};
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment