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 >

prelaunch extensions data w campaign id

2022-01-24 Thread 'INI GlobalOps' via Google Ads API and AdWords API Forum
We are getting extensions data for campaigns which have NOT run yet - they have 0 impressions and have not been trafficked We need to get the campaign.id associated with extension.id Here's the query SELECT campaign.id, extension_feed_item.id,

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,

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) ```

Re: api data for ads that haven't run yet

2022-01-10 Thread 'INI GlobalOps' via AdWords API and Google Ads API Forum
Hi Xiaoming, thanks for the response - we attempted this with 0 results. We confirmed campaign and ads exist in UI - campaign is paused - but when we try to get that same data we get 0 results Can you please provide any additional guidance you can? Thank you. On Wednesday, June 16, 2021 at

where to get creative_id

2021-10-20 Thread 'INI GlobalOps' via AdWords API and Google Ads API Forum
Hi where can we get creative_id as a field in our reports just like we get ad_id. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: customer not enabled error

2021-10-20 Thread 'INI GlobalOps' via AdWords API and Google Ads API Forum
Thanks Matt - follow up question - the docs you linked state that partial_failure method isn't available for get requests - Is there something we can use for get requests? That's all we are doing is get requests - getting a daily list of accounts, then their ad performance reports like this:

customer not enabled error

2021-10-13 Thread 'INI GlobalOps' via AdWords API and Google Ads API Forum
Hi, we when generating reports by iterating over a list of customers, sometimes we get an error when a customer is not enabled which stops the process. What is the best way or endpoint to check for that? So we can implement code like this if customer.is_enabled == False then skip Thank you!

Re: api data doesn't match ui

2021-08-09 Thread INI GlobalOps
Can you please provide the link to the other thread you are referring to please? On Thursday, August 5, 2021 at 4:36:40 AM UTC-4 adsapi wrote: > Hi, > > Thanks for reaching out to us. Our team has responded earlier on a similar > thread. For better tracking, let us continue discussion on that

Re: Get Negative Keywords List

2021-07-27 Thread INI GlobalOps
thank you! On Tuesday, July 27, 2021 at 4:24:24 AM UTC-4 adsapi wrote: > Hello, > > Thank you for reaching out to us. > > With regard to retrieving negative keyword lists, you can actually check > on the available guides below: > >- Using the AdWords API > >

Get Negative Keywords List

2021-07-25 Thread 'INI GlobalOps' via AdWords API and Google Ads API Forum
Hi what endpoint can we use in the api to get the *negative keyword list *that we set at account or campaign level? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

display_url not populating

2021-07-19 Thread INI GlobalOps
Hi I'm doing a simple query - using google ads api v6: SELECT campaign.id, ad_group_ad.ad.display_url, segments.date FROM ad_group_ad WHERE segments.date DURING LAST_14_DAYS ORDER BY campaign.id but the api does not return

Display_url not populating

2021-07-19 Thread INI GlobalOps
Hi I'm doing a simple query: SELECT campaign.id, ad_group_ad.ad.display_url, segments.date FROM ad_group_ad WHERE segments.date DURING LAST_14_DAYS ORDER BY campaign.id but the api does not return any results: campaign {

Re: Ad details before trafficking

2021-04-12 Thread INI GlobalOps
to be able to request that data from the api On Wednesday, March 31, 2021 at 11:41:59 AM UTC-4 INI GlobalOps wrote: > From the ads api - is there a way to get an ad's details before it goes > live? > > Like if we set up an ad on Monday with the headline 'abc' and it is set > t

Ad details before trafficking

2021-03-31 Thread INI GlobalOps
>From the ads api - is there a way to get an ad's details before it goes live? Like if we set up an ad on Monday with the headline 'abc' and it is set to be trafficked Friday: Can we make an api call on Wednesday and get the metrics such as the ads' headline 'abc'? Thank you! -- --

campaign type column in UI but not API

2021-03-31 Thread INI GlobalOps
Hi - at the campaign level we are able to get campaign type column through Google Ads UI dashboard but we CANNOT get it through the api. Did we miss it? Or is campaign_type un available from the api? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

get_geo_target_constant service limit

2021-03-19 Thread INI GlobalOps
Hi - we need geographic data at the ad_group level from the geographic_view resource on a daily basis - the issue is that we hit error 429: resource exhausted when we run this for even 1 account *my question is:* how can we get the geographic metrics by ad_group? this is the code: client =

ad_groups name issue

2021-02-24 Thread INI GlobalOps
Hi we are getting adgroups data back from the ads api and many of the names are coming back like this: ad_group { resource_name: "customers/1234567/adGroups/9876543" id: 10293847 name: "\320\273\320\265\320\263\320\276 \320\264\321\203\320\277\320\273\320\276

v6 month segment not working

2021-02-12 Thread INI GlobalOps
Hi! after updating to v6 we are getting* this error:* error_code { query_error: EXPECTED_FILTERS_ON_DATE_RANGE } message: "Expects filters on the following field to limit a finite date range: \'segments.month\'" } this was working fine before v6 can you help? more details below.

Re: refresh token issue

2021-01-20 Thread INI GlobalOps
Thank you the link to get support went to a list of stack overflow questions - is that correct? On Tuesday, January 19, 2021 at 10:39:55 PM UTC-5 adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. > > Based on this document >

get linked manager account data

2021-01-14 Thread INI GlobalOps
Hi I'm wondering how to access the data for subaccounts under a linked manager account. When we request customer_service.list_accessible_customers() the response is this list: Customer resource name: "customers/92" Customer resource name: "customers/20" Customer resource name: