Hi there — I’m working with the Google Ads API export in BigQuery and need to distinguish, within *Search* campaigns, which ones are *AI Max*, *DSA (Dynamic Search Ads)*, and which are standard Search campaigns. I’m querying the campaigns table:
SELECT * FROM `myproject.my_dataset.ads_Campaign_xxx` but I don’t see a field/flag that clearly indicates AI Max or DSA status. - Which column(s) or join(s) should I use in the BigQuery export to identify AI Max and DSA campaigns within Search Campaigns? - If this requires another table (e.g., settings or subtypes), which one and which fields? Thanks for the guidance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/fa3c404a-b0fb-4cd1-90d9-906e258b956fn%40googlegroups.com.
