Having trouble with Batch Export Activity IDs
Hi everyone,
I am trying to set up a daily process to retrieve all of our unsubscribes from the activity batch export. However, when I specify the activity ids that I want, the batch is ignoring them and returning the full data set. Not sure what is going on here, TIA.
Here is my json that I am sending as part of my request. I know that 9 is the unsubscribe id, I just have 5 in there as a test
"{
"format": "CSV",
"filter":{"createdAt":{"startAt":"2019-12-27T00:00:00Z","endAt":"2019-12-28T00:00:00Z"} },
"activityTypeIds": [5,9]
}"