Hi there,
I've done a fair bit of research and can't find the answer I was looking for.
I'm trying to cut down on some API requests. I'm getting the account level click through rate for 3 different date ranges.
My question is, is it possible to run a report and get (a single piece of) information for three date ranges? E.g. LAST_7_DAYS, LAST_14_DAYS and LAST_30_DAYS
This is one of my three calls:
Account.api.report({
entity: 'customer',
metrics: ['metrics.ctr'],
date_constant: 'LAST_7_DAYS'
})
Hope you can help