Expand my Community achievements bar.

SOLVED

Zipped Warehouse request

Avatar

Level 1

Hi, I have the following JSON request but with more than 50 elements. It's a huge report so I need it to retrieve it zipped. 

How can I do this?

 

Report.Queue

{

    "reportDescription":{
        "reportSuiteID":"someID",
        "date":"2016-03-30",
        "dateGranularity":"day",
        "metrics":[
            {"id":"pageviews"}
        ],
        "elements":[
            {"id":"topleveldomain"}
       ],

        "source":"warehouse"
    }
}

 

 

Report.Get

{"reportID":"nr_report", "format":"csv"}

 

I want this CSV to be retrieved zipped. Is that possible?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Does specifying an FTP location help at all? I know that when data warehouse reports are sent via FTP, larger files are automatically zipped.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Does specifying an FTP location help at all? I know that when data warehouse reports are sent via FTP, larger files are automatically zipped.