Statistic Query Strings
From TMM Wiki
Jump to navigationJump to searchYou can breakdown the statistics on stats.php by adding a variable to the end of the query string. For example:
- By site I.D.: http://example.com/stats.php?by[]=siteid
- By program I.D.: http://example.com/stats.php?by[]=programid
- By campaign I.D.: http://example.com/stats.php?by[]=campaignid
Replace example.com with your NATS Domain.
Any combination of the variables will also work. For example:
- http://example.com/stats.php?by[]=programid&by[]=siteid
- http://example.com/stats.php?by[]=programid&by[]=siteid&by[]=campaignid