GetPostResponse {RGoogleAnalyticsPremium} | R Documentation |
This will request (POST method) with the prepared Query to the Google Analytics and returns the response in R object (res).
Description
This will request (POST method) with the prepared Query to the Google Analytics and returns the response in R object (res).
Usage
GetPostResponse(query.uri, postbody, token)
Arguments
query.uri |
The URL to insert report in API. |
postbody |
Body part of POST request. |
token |
Oauth2.0 token. |
Value
res Response of POST request
[Package RGoogleAnalyticsPremium version 0.1.1 Index]