Hi All,
I'm trying to send my Facebook ads insight data to BigQuery using Matillion Data Loader.
However, it seems something is wrong with the time increment. I'm trying to send "Last 3 days" of Facebook ad action data separately.
For example, since today is January 11th, I want 3 separate data as follows:
start-date: 2023-01-09, end-date: 2023-01-09
start-date: 2023-01-10, end-date: 2023-01-10
start-date: 2023-01-11, end-date:2023-01-11
To achieve this, as you can see in the screenshot, the data preset is set to "Last 3 days" and the "Time Increment" is set to 1. but only start-date:2023-01-11, end-date:2023-01-11
is shown in BigQuery.
Also, If I set my data preset to yesterday, and the time increment to 1, it only shows 2023-01-11 date which is today not yesterday. Can someone please help? Thanks