Export
POST /:account/campaign_filters/:campaign_filter/export
Exporting analytics for a campaign filter will enqueue a job that emails the user a csv attachment with one row for each campaign in the scope of the filter
Examples
Exporting analytics for a campaign filter
Request
POST /my_account/campaign_filters/mine/export
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
-H Authorization:"Bearer {token}" \
-X POST /my_account/campaign_filters/mine/export
Response
Status
202
Response Type
No body