API Error in R
Hi! I got the API credentials and the authorization part worked in R. However when I ran the following code, I got the following error message:
monthlyStats = QueueOvertime(rsid,
date.from = StartDate,
date.to = EndDate,
metrics = c("visits","pageviews","bouncerate"),
segment.id = "XXXXX",
date.granularity = "day")
Error message:
Error in ApiRequest(body = report.description, func.name = "Report.Validate") :
ERROR: Bad Request - You do not have privileges to perform this operation.
The admin got back to me and said they already gave us the full API access to the report suite I'm using. Has anyone experienced this problem before? How did you solve this? I googled solutions but didn't find a definite answer. Thank you!
