GetAcctDataFeedJSON: This function will make a request to the Google Management API with
the query prepared by the QueryBuilder()
and ToUri()
for retrieving the GA Account data.
Description
This function will make a request to the Google Management API with
the query prepared by the QueryBuilder()
and ToUri()
for retrieving the GA Account data.
Usage
GetAcctDataFeedJSON(query.uri)
Arguments
query.uri
The data feed query string generated by ToUri()
Value
GA.Data The response as account data feed in the JSON format.