Re: geographic view segmentation

2022-01-26 Thread 'INI GlobalOps' via Google Ads API and AdWords API Forum
thanks for flagging this we responded on that thread. On Tuesday, January 25, 2022 at 2:47:48 AM UTC-5 adsapi wrote: > Hello, > > I could see that my colleague, Mark, already responded to you in this > thread >

RE: geographic view segmentation

2022-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I could see that my colleague, Mark, already responded to you in this thread. I would recommend to continue the discussion on that thread instead for better tracking of the issue. Regards, Teejay Wennie Pimentel Google Ads API Team ref:_00D1U1174p._5004Q2VOzaR:ref -- --

Re: geographic view segmentation

2022-01-24 Thread 'INI GlobalOps' via Google Ads API and AdWords API Forum
this is how we were accessing it before *campaign.segments.geo_target_city* On Monday, January 24, 2022 at 12:26:28 PM UTC-5 INI GlobalOps wrote: > we are getting data from geographic view endpoint like so > > SELECT > campaign.id, > geographic_view.resource_name, > FROM

geographic view segmentation

2022-01-24 Thread 'INI GlobalOps' via Google Ads API and AdWords API Forum
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) ```