Created
December 7, 2012 16:06
-
-
Save underdown/4234250 to your computer and use it in GitHub Desktop.
Traffic Map Configuration
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 | |
| /************************************************************ | |
| Configuration Section | |
| *************************************************************/ | |
| $username="email@domain.com"; | |
| $password="PASSWORD HERE"; | |
| $profile="12345678"; // See http://www.google.com/support/forum/p/Google%20Analytics/thread?tid=73f5507df43705db&hl=en - | |
| $usaonly=1; //Set to filter out non-US information. | |
| $hsize=640; //Horizontal Size | |
| $vsize=480; // Vertical Size | |
| $days=14; // Days to show results from | |
| $maxtoshow = 40; //Show so many dots. | |
| /** SNIP **/ | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment