Hello
I am trying to generate report including multiple dimensions and metrics from AdExchange API using Java. It is generating report with one dimension and 4-5 metrics but for multiple dimensions and metrics, this is the error I am facing
403 Forbidden
{
"code" : 403,
"errors" : [ {
"domain" : "usageLimits",
"message" : "Rate Limit Exceeded",
"reason" : "rateLimitExceeded"
} ],
"message" : "Rate Limit Exceeded"
}
Please help me with any information regarding this.
Thanks!