Created
December 5, 2012 19:14
-
-
Save underdown/4218625 to your computer and use it in GitHub Desktop.
ppc phone track
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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