Hello Support Team,
I’m working on pulling audience level stats through Fivetran. Since Fivetran connects directly to the Google Ads API and loads raw data into our warehouse without transformations, my goal is to replicate the same audience level data I see in Google Ads. In the console, when I query ad or ad group stats, I get the expected results with the raw data from Fivetran, but that is not currently happening with audiences. I am facing two main issues:
SELECT audience.id , audience.resource_name, audience.name , audience.status, audience.description, audience.dimensions, audience.exclusion_dimension FROM audienceYou can try making a request using the Search or SearchStream by passing the customer Id. Also, you can use QueryBuilder to create your query and QueryValidator to validate your query.
[2025-09-08 07:28:22Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5vGQ:ref" (ADR-00331941)
After running the query, the results do not align with what I see in the Google Ads console. The only exception is video_views, which matches only when I filter out the “ Removed ” state from the audience segment state , as explained above.
Could you clarify why video_views matches the console while the other metrics do not?