As of Saturday, any request made using the Data Warehouse API's Report.Queue has been returning considerably more data (roughly 10x more rows), inflating numbers when selecting more than 3 dimensions. When duplicating the report inside of Data Warehouse and setting the target to "email", the numbers return to normal, however, any request made using the API returns significantly more data.
Solved! Go to Solution.
Views
Replies
Total Likes
@chrisalvarespmg Can you provide more details, like what request you are making from data warehouse API and response you are getting that will help us in debugging the issue.
Views
Replies
Total Likes
@chrisalvarespmg Can you provide more details, like what request you are making from data warehouse API and response you are getting that will help us in debugging the issue.
Views
Replies
Total Likes
@ankits28281247 posted as another comment.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Here is the request:
Report.Queue:
"reportDescription": {
"reportSuiteID": "<redacted>",
"dateFrom": "2020-09-08",
"dateTo": "2020-09-13",
"dateGranularity": "day",
"metrics": [{
"id": "revenue"
},
{
"id": "visits"
},
{
"id": "orders"
},
{
"id": "allvisitors"
}],
"elements": [
{
"id": "mobiledevicetype",
"everythingElse": true
},
{
"id": "evar1",
"everythingElse": true
},
{
"id": "referringdomain",
"everythingElse": true
},
{
"id": "trackingcode",
"everythingElse": true
},
{
"id": "visitnumber",
"everythingElse": true
}],
"locale": "en_US",
"currentData": true,
"source": "warehouse",
"elementDataEncoding": "utf8"
}
}
Report.Get
{
"reportId": "<redacted>"
"format": "csv",
"page": 1 //1,2,3,4,5,6,7, etc
}
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
@pmgp52464762 unfortunately I don't think there is a fix, This is being work upon, will update this thread as soon as fix is in place.
Views
Replies
Total Likes
Can you try without currentData? May be that is causing the issue.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @Ankit_Sharma_ , nice posting.
Views
Replies
Total Likes