Random Error - Google Ads API

2019-05-03 Thread cv
Hello, I was getting random error. what that mean. I am not getting any help. ApiException was thrown with message '{ "message": "OS Error", "code": 14, "status": "UNAVAILABLE", "details": [] }'. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Will, We have an ongoing issue that's affecting all reporting stats in AdWords API, Google Ads API, and Google Ads Scripts. Basically, the stats are incorrect for Apr 30 - May 1. Please keep an eye on our blog

RE: Increase bid for all adgroups using adwords API

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Cory, My apologies for misunderstanding the initial concern. I see that you wish to increase or decrease your bids depending on the existing bid. That said, the solution you mentioned seems plausible and doable by using the biddingStrategyConfiguration

RE: RESOURCE_TEMPORARILY_EXHAUSTED in creating Ads

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Agustin, The *RESOURCE_TEMPORARILY_EXHAUSTED* error usually occurs when you are making the calls to a specific service at a higher rate. What you can do is you can retry the API call after 30 seconds or more time. If you are consistently encountering the error, you can provide the complete S

RE: Error: disabled_client The OAuth client was disabled

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you confirm if you are using AdWords API or Google Ads API ? Also, could you provide screenshots or logs that I can confirm the error so I can further investigate the

How can I get the create time of Ads?

2019-05-03 Thread chai . adwords
Hi, I'm trying to get information of the Ads, but I can't find any informations about time(create time, update time, start time, end time, etc) of the Ads and AdGroups. How can I get that? I used php library and called AdGroupService::class Service. Thanks; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

RE: upgrde AdWords API to version 201809 (current one 201806)

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Yafit, Could you clarify what client library you are using so I can further investigate the issue? Also, would it be possible for you to provide a sample screenshot of the full error message? Regards, Ejay Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: while downloading adwords reports for multiple accounts, response taking too much time

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Harish, Would you mind providing the complete report definition and the complete SOAP request and response logs together with the ID of the manager account that you've used in the API call via *Reply privately to author* so I can investigate? Regards, Ejay Google Ads API Team =~=~=~=~=~=~=~

Re: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-03 Thread Mat
Hi cv, yes, that's what I'm looking for. Unfortunately, I'm not able to translate the php-code provided there to work with the python library. Any help on that? Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

How can I get the name of the Ads under the Adgroup?

2019-05-03 Thread chai . adwords
Hi I'm using PHP library and trying to get the name and headline of the Ads under the Adgroup by using AdGroupAdService::class. I filtered it by AdGroupId like this, $selector->setPredicates( [ new Predicate('AdGroupId', PredicateOperator::IN, [$adGroupId])

RE: How can I get the create time of Ads?

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You may check CustomerSyncService as it contains the changed entities of the campaign within CampaignChangeData

RE: getting a lot of authentication errors

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Adam, Thanks for this additional insight. I'll pass this along to the team that is investigating the issue, and confirm with them whether this is intended. I will update here when I have any new information to share. Regards, Mike, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Google Ads API V1.0 Inclide Zero impressions and Segment.Date in select fields

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Upon investigation, I have learned that this is intentional. You cannot get zero rows if you're requesting any segments in the search query. This essentially marks a clear delineation between two use cases. If you want a structural report (i.e. what campaigns, etc. exist), then you should

Google Ads API - How many records there in query?

2019-05-03 Thread cv
Hi, I am using GAQL like this "SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text, ad_group_criterion.keyword.match_type, metrics.impressions, metrics.clicks, metrics.cost_micros FROM keyword_view WHERE segments.date

Re: Service accounts

2019-05-03 Thread microcat49
Hey Bharani, Thank you for your response. We want to use a service account to separate billing and usage between groups. Thanks, Andrew On Thursday, May 2, 2019 at 5:06:10 PM UTC-4, googleadsapi-forumadvisor wrote: > > Hello, > > We strongly recommend using installed app or web flows >

Re: Are Responsive Search Ads Mutable?

2019-05-03 Thread F B
Any news on this? I did send the required information a couple of hours ago. Cheers Fabian On Thursday, 2 May 2019 23:01:51 UTC+2, googleadsapi-forumadvisor wrote: > > Hello, > > @Pete: It is not possible to change the ad type in the UI. Please check this > help center article >

Re: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-03 Thread llei
If you're using the Python client library, the requests automatically sends another request if there was a next page token detected. Which threw me off at first because I was trying to search for the token and submit the additional requests on my own. Leon On Friday, May 3, 2019 at 5:20:06 AM

RE: How can I get the name of the Ads under the Adgroup?

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will be able to use the Description fields (Description , Description2

Re: [GOOGLE ADS API] Get Conversion Action List

2019-05-03 Thread rentcafedev1
Anthony, This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status"

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-05-03 Thread rentcafedev1
This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNA

Re: Bug with retrieval of actions

2019-05-03 Thread rentcafedev1
This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNA

RE: [GOOGLE ADS API] Get Conversion Action List

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi KDJ, Our team will double check on this issue and if it's potentially another issue. I'll keep you updated. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/

RE: Bug with retrieval of actions

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi KDJ, Our team will double check on this issue and if it's potentially another issue. I'll keep you updated. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/

[API is DOWN] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-03 Thread AdWordsApiUser
Hi Team, The API is down with UNEXPECTED_INTERNAL_API_ERROR for any request. Thanks for your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Re: [API is DOWN] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-03 Thread dima
Same here. On Friday, May 3, 2019 at 8:38:50 PM UTC+3, AdWordsApiUser wrote: > > Hi Team, > > The API is down with UNEXPECTED_INTERNAL_API_ERROR for any request. > > Thanks for your help! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

RE: Service accounts

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Andrew, You can achieve the same functionality using the Web application or the Installed application flow. Using a service account is rare, and most people use a refresh token since people can easily run long-running jobs with just a refresh token. If you're able to just get things done w

RE: How to pull conversion_actions from new google ads api?

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Our team is investigating, and I will update here when I have any new information to share. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://developers.google

RE: Random Error - Google Ads API

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Could you please share the request and response logs for the error that you're receiving? You could share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

RE: Are Responsive Search Ads Mutable?

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I am looking into whether ads are mutable in the Google Ads Service yet, and if so how it should work. I will let you know as soon as I find out more. Regards, Mike, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: [API is DOWN] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Our team is looking into this. Could you please confirm if you're still seeing this issue? If so, could you please retry the request and share the request/response logs which includes the request Id to check this further? You can share the details via *Reply privately to author* option.

Adwords API time window

2019-05-03 Thread fede
Hello everybody! I'm developing an app that gets campaign insights using the Campaign Performance Report of the Google Adwords API. I have a process that runs every hour and gets data of the current day and persist it in my database. Currently, I always persist all the current's day data ever

RE: Google Ads API - How many records there in query?

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, There is no specific limitation on the number of rows that can be pulled. If you're pulling extremely large data sets the request might timeout. You could apply pagination by specifying the page_size so that the API will only return results for that many rows and will return next_p

RE: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mat, Thank you for the additional input. Pagination is handled automatically by the response iterator. Please check this related issue on the issue tracker as a reference. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: [API is DOWN] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thank you for reporting this. There was an outage on May 3rd from 10:22 - 10:48 Pacific time for the Google Ads API and AdWords API. This issue has been resolved now. Could you please retry the API requests that failed during that time and let us know if you have any issues? Regards, Bha

Re: keyword plan idea service in new google-ads-python library does not give suggested bid like in old target idea service

2019-05-03 Thread pratiksha
Hello I can see the field of recommended_cpc_bid_micros in PHP lib. the same field is not there in Python lib. https://github.com/googleads/google-ads-php/blob/0e41bb9684c606aaedb7bdb6464bda758290f163/src/Google/Ads/GoogleAds/V1/Resources/Recommendation/KeywordRecommendation.php Thanks Pratik

NEW Google Ads API Error creating Location Extension feed CUSTOMER_FEED_ERROR_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2019-05-03 Thread John Walker
Hello, I'm am using new google-ads-python to sync GMB locations in order to create Google Ad Location Extensions. I can not find any docs anywhere, not in code, the docs site or any blog posts on how to do Location Extensions in Google Ads API, only in Adwords API. So I'm going off of that and

Re: I am having problems when trying to set a FEEDMAPPING_PLACEHOLDER_TYPE as ID of 7 for a location extension.

2019-05-03 Thread John Walker
Hi Anthony, Any chance you could post the results from your private issue help with Nick please? I have the same error, but in the new python google-ads-api v1. Thanks, John On Tuesday, April 30, 2019 at 1:42:40 PM UTC-6, googleadsapi-forumadvisor wrote: > > Hi Nick, > > Can you please provide

Setting up Ads API; Internal error encountered

2019-05-03 Thread C Phillips
We're trying to set up Ads Api to replace our AdWords Api reporting application, but cannot make any progress as all of our calls result in an Internal error exception with StatusCode 13. I've pared down one of the example queries to the bare minimum, but it doesn't seem to make any difference

Re: ValueError: The String type doesn't accept collections as value when I upgraded the Adwords API to v201809 and googleads to 14.1.0 and later ones in Python

2019-05-03 Thread chris.fraleigh via AdWords API and Google Ads API Forum
Hello, I'm getting a similar error when executing the sample code from https://developers.google.com/adwords/api/docs/samples/python/basic-operations#update-a-campaign. This example seems to be broken On Friday, February 1, 2019 at 1:11:32 PM UTC-8, googleadsapi-forumadvisor wrote: > > Hello J

ProductPartition.parentCriterionId

2019-05-03 Thread Alex
I am fetching product partition criteria and attempting to rebuild the tree hierarchy. It seems that the same criterion (same id) can be returned with different parentCriterionId values. *Example Tree Result* - Criterion#1000: Brand = Foo - Criterion#1001: Category = Bar - Criterion

How to move account with Google Ads API

2019-05-03 Thread ghostwolf20190106
Hello, How do we move account with Google Ads API, moveOperation doesn't exist any more. Can we move the client account under a new manager account by using the mutate customer client link services? What will happen for the customerClientLink of the older manager account? Will it get updated a

CustomerExtensionSettingService is not returning all extension settings.

2019-05-03 Thread dpark
Hello, We're using v201809 of the AdWords API and trying to get the customer extension settings via the CustomerExtensionSettingsService. We currently have 4 extensions for SITELINKS enabled at the account level and 4 extends for CALLOUTS. However, when we make the request for our account-level

Re: Are Responsive Search Ads Mutable?

2019-05-03 Thread F B
Hi Mike, cool, thank you. I am at a bit of a crossroad now in terms of implementation, as I have to decide to try to use 1. AdParameter (and set them on KeyWords), or 2. Mutate the Ads themselve bths options lend themselves to quite different implementations. I'd prefer to do 2.) but if