Hi,
So, a (pain-in-the-ass) client of mine wants his analytics in a very specific format.
I have been able to set up a (probably horribly inefficient) system to pull all these statistics together, using the Page Titles report as a base and PHP foreach loops making custom segment requests for each set of specific stats.
It all works fine (if slowly) but at a certain point in the generation of the report, statistics stop coming in. At around the 11,000th data value or so, all statistics are filled in as blank, continuing until the end of the report.
Is there some limit that I'm bumping into that I'm unaware of?
Thanks in advance!
So, a (pain-in-the-ass) client of mine wants his analytics in a very specific format.
Page Title | Hits | Unique Visitors | Country #1 Hits | Country #1 Unique Visitors | Country #2 Hits... - Subpage Title | Hits | Unique | etc etc etc, etc. It fetches statistics for the top three countries, the top three referrers, as well as raw hit count.
I have been able to set up a (probably horribly inefficient) system to pull all these statistics together, using the Page Titles report as a base and PHP foreach loops making custom segment requests for each set of specific stats.
It all works fine (if slowly) but at a certain point in the generation of the report, statistics stop coming in. At around the 11,000th data value or so, all statistics are filled in as blank, continuing until the end of the report.
Is there some limit that I'm bumping into that I'm unaware of?
Thanks in advance!