Desired behaviour
- I want scheduler to run daily
- I want it to get data from ads manager from yesterday
- On days when ads are running, want to fill with value
- On days when ads aren't running, want row to fill in with '0'
- I want this to run for 365 days a year
- See screenshot
Problem
- I'm trying to manually setup the configuration
- If there are no ads running yesterday. Then when I set date = yesterday, I get the error (FAILED: No Data For The Specified Date Range)
- It's also not building the query due to the error
Questions
- How can I get my desired behaviour?
- What should the query look like to get this to work for 'yesterday'?