Posts tagged with airbyte

I'm using Airbyte to extract data from Facebook Marketing. I need to add a custom field to the API requests to better manage the data extraction process. The main problem is that the returned campaigns data does not include a way to map the adsets to the campaigns, so i want to add the "adsets" field to the campaigns request to then map them.

I have reviewed Airbyte documentation and forums but couldn't find clear instructions. I have also tried to use the Custom Insights but no luck.

in Airbyte i have setup a source from Google Ads. The Client ID, Secret, Refresh Token is filled in. Then i input the CUSTOMER ID. Under this customer there are several Campaigns, but one Active one is missing in the final data that i receive from Airbyte.

Should i refresh the Client ID/Secret/Token or do i need to enable this missing Campaign in Google Ads?

I would assume that all campaigns should be automatically included if they are under the common Customer ID.

Thank you