we are getting data from geographic view endpoint like so SELECT campaign.id, geographic_view.resource_name, FROM geographic_view
BUT we need data from PRELAUNCH campaigns Google api docs say we cannot get prelaunch data in combination with segments (campaign segment) ``` Segmenting resources ad_group <https://developers.google.com/google-ads/api/fields/v9/ad_group> campaign <https://developers.google.com/google-ads/api/fields/v9/campaign> Fields from the above resources, when selected along with this resource in your SELECT and WHERE clauses, *will segment* metrics. ``` Which changes our query to: SELECT geographic_view.resource_name, FROM geographic_view We need to associate geotarget data with campaign *our question is:* How to we get geographic data with campaign.id for PRELAUNCH campaigns? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/63d34268-31dc-456d-81a9-72979790ba42n%40googlegroups.com.