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
>
> 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/99f629ba-7121-4f47-97d2-bf034565e7ebn%40googlegroups.com.
  • ge... 'INI GlobalOps' via Google Ads API and AdWords API Forum
    • ... 'INI GlobalOps' via Google Ads API and AdWords API Forum
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... 'INI GlobalOps' via Google Ads API and AdWords API Forum

Reply via email to