Created
November 21, 2012 12:14
-
-
Save danscotton/4124572 to your computer and use it in GitHub Desktop.
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
| ---------------------------------------------------------------------------- | |
| REQUEST FORMAT 1: | |
| http://stats.bbc.co.uk/o.gif? | |
| s: News | |
| t: 0_Load | |
| i: 19948140 | |
| p: 99110 | |
| a: 0 | |
| u: http://pal.sandbox.dev.bbc.co.uk/news/test-map-0 | |
| r: 0 | |
| q: 0 | |
| z: 66 | |
| This still looks wrong, but I'm unsure why this is getting sent out. Is this the fmtjLiveStats plugin? | |
| ---------------------------------------------------------------------------- | |
| REQUEST FORMAT 2: | |
| http://stats.bbc.co.uk/o.gif? | |
| s: News | |
| t: emSt_Play/i | |
| i: p00zrxds | |
| p: 0 | |
| a: v | |
| u: http://pal.sandbox.dev.bbc.co.uk/news/test-map-0 | |
| r: 0 | |
| q: x0m=0.22 | |
| z: 0 | |
| &x0s=C576ACDD-FB10-0001-F151-1E90CFEC1E75 | |
| &x0e=1 | |
| &xf=MAC%2011,5,31,106 | |
| &xfc=C56443E3-B0E0-0001-4AAF-196B1FA7A330 | |
| &xj=0 | |
| &xp=0 | |
| &xvp=19948140 | |
| &xv1=3.1.0.r749603_749269_749444_6 | |
| &xtlp=922 | |
| &xtmr=1440 | |
| &jed=0 | |
| &jpt=0 | |
| &juid=0 | |
| &jps=0 | |
| This now seems right, based off the config.xml file here: https://gist.github.com/4124546. The site name is correctly set to News, and the event names are seemingly in the correct format: emSt_Play, R_EMP_C_Open, etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment