You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-api - GA Data Export API
Hi,
Is there a way to get more than 1000 records in 1 request? I tried
using setMaxResults(10000), but it still only gives me 1000 records.
Any help would be greatly appreciated. Thanks in advance,
John
Nick
unread,
Apr 28, 2009, 5:23:45 PM4/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-api - GA Data Export API
Hi,
Currently the API supports returning a maximum number of 1000 rows at
a time. If you have more rows of data as specified in the feed's total
results XML element, you can use the start-index parameter in a
following query to "page" to the next 1000 queries.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-api - GA Data Export API
Hi,
Currently the API supports returning a maximum number of 1000 rows at
a time. If you have more rows of data as specified in the feed's total
results XML element, you can use the start-index parameter in a
following query to "page" to the next 1000 queries.