Hi Gigazelle, Now out off all 4 breakdowns and 2 metrics, I am able to get 2 breakdowns and 2 metrics.The two which are left are as follows :
Data Breakdowns: Mobile Device Type Standard
App or Web (v9) (SAINT) Custom
when I am trying to get App or Web , which is a SAINT classification of "Site (v9)" , then the report output for this variable is different from the report when I use the portal to generate the report and Secondly I am not able to get the "Mobile Device Type" breakdown which is a standard breakdown.
This is the below JSON I am using to generate Report
{
"reportDescription": {
"reportSuiteID": "tescoukgroceriesprod",
"dateFrom": "2018-11-30",
"dateTo": "2018-12-01",
"dateGranularity": "day",
"report_name": "Demo",
"metrics": [
{
"id": "event1",
"name": "Searches (e1)",
"type": "number",
"decimals": 0,
"formula": null
},
{
"id": "event3",
"name": "Product Impressions (e3)",
"type": "number",
"decimals": 0,
"formula": null
}
],
"elements": [
{
"id": "evar24",
"name": "Customer ID (v24)",
"correlation": false,
"subrelation": true
},
{
"id": "evar43",
"name": "Page URL (v43)",
"correlation": false,
"subrelation": true
},
{
"id": "evar9",
"name": "Site (v9)",
"classifications": [
{
"name": "App or Web (v9) (SAINT)"
}
],
"correlation": false,
"subrelation": true
}
],
"source": "warehouse",
"ftp": {
"host": "**********",
"port": "**",
"directory": "**",
"username": "******",
"password": "********",
"filename": "Report.csv"
}
}
}