Error related to KeywordPerformance Report - Temporary problem with the server, Please retry the request after a few moments

2020-05-12 Thread Anton R
Hi, We have encountered an unexpected error without doing any changes on our side. It looks like the error comes from Adwords' server but I would like to be sure. We were trying to get "Keyword Performance Report" using Adwords API v201809 client ( ReportDownloader.php -> downloadReport(Repor

Re: How can I use google ads api 2.0 set Maximum CPC bid limit ?

2020-05-12 Thread mack
Very useful! Thanks a million. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Go

Google Ads / Media Bundle Upload (Python)

2020-05-12 Thread Fabio Szostak
Hello, I`m new here. I need upload media bundle package to Google Ads, I found how to send text ads in Google Ads Examples, but not how to send zip files, no documentation. In the code below the package upload is done but dont found how to create the ad. Anybody can help me? Thanks ad_group_a

Re: AdWords API intermittent issues right now?

2020-05-12 Thread hiromi hishida
We have same errors, too. Any updates or fix? 2020年5月12日火曜日 8時18分43秒 UTC+9 Frederick Vallaeys: > > Our service which uses the AdWords API is encountering intermittent issues > like the following. Is this a known issue that someone is working on? > > ReportDownloadError.INTERNAL_SERVER_ERROR. (Err

How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread st4rlight
Hi. I have created an AppCampaign, and an AdGroup with an UniversalAppAd. And now I want to modify the title, descriptions of UniversalAppAd vid AdWords API, but I got the error_msg "OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE" The documentation says that the Ad can't be m

Re: How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread st4rlight
maybe this picture is useful. the campaign type is an AppCampaign -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed t

Re: How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread st4rlight
when I use Operator.SET http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201809"; soapenv:mustUnderstand="0"> 538-310-7482

Accepting manager invites through APIs

2020-05-12 Thread 'Dhruv Jagetiya' via AdWords API and Google Ads API Forum
Hi, Our use case is that an external manager will send a invite to one of our accounts. I have access to our client accounts via API, but not the manager accounts. I want to accept the invitation programatically. But looking at the examples, it seems that I need to get a managerLinkId from mana

Re: Keyword in Click View report

2020-05-12 Thread Jarek Miazga
Hi Xiaoming! Thanks for your answer, good to know that there's a feature request and you have it in plans. Do you plan also similar stuff for the final URL and search term? Both would be super useful in the Click View report. Jarek On Monday, May 11, 2020 at 6:16:07 PM UTC+2, adsapiforumadvis

Re: AdWords API intermittent issues right now?

2020-05-12 Thread Zweitze
We have the same with reporting service - about 10% of accounts fail. Funny thing is, when the first report succeeds, then the following 30+ reports on the same account succeed as well. But the next different account may fail again. We also get HTTP 500. For investigation we have sample respons

RE: Google Ads / Media Bundle Upload (Python)

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Fabio, Thank you for reaching out. You should start by creating a MediaBundleAsset by following the instructions here (but with type MediaBundleAsset). Once that is done and you have the asset ID, you can use the AdGroupAdService to create a DisplayUploadAd and specify the media_bundle attri

Can developer token work with any test account?

2020-05-12 Thread Tal Lipits
Hi Can developer token work with any test account? Developer token (created with a production manager account) and a test account were created using different google ids. Is the only thing that makes my calls work with a test account is a test customer id? Trying to understand the require

Re: Can developer token work with any test account?

2020-05-12 Thread SUBINPVASU
You need a developer token to make api calls. For using different accounts, either it should be under the same mcc or you need separate developer tokens On Tue, May 12, 2020 at 8:05 PM Tal Lipits wrote: > Hi > > > Can developer token work with any test account? > > Developer token (created with

Re: Can developer token work with any test account?

2020-05-12 Thread Tal Lipits
Thanks Can I create them under same mcc, if one is production mgr account and the other is test mgr account? On Tuesday, May 12, 2020 at 5:53:12 PM UTC+3, SUBINPVASU wrote: > > You need a developer token to make api calls. > For using different accounts, either it should be under the same mcc or

How to; Filter out dynamic campaigns when fetching all display campaigns

2020-05-12 Thread Noud Adrichem
I'm trying to filter out all 'dynamic' campaigns while fetching all display campaigns. I can't seem to find any 'dynamic' related attributes/properties on the Campaign entity ( https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.Campaign ) I then tried to match fee

Re: Google Ads / Media Bundle Upload (Python)

2020-05-12 Thread Fabio Szostak
Hi, thanks for the quick reply... I am uploading the Media Bundle already, just haven't posted that part of the code. Here is the complete code, uploading the Media Bundle and than trying to create the ad. What am I missing, please? I've put a comment on where I'm stuck try: media_file_operation

RE: Cost in micros

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Jackson, Thank you for reaching out to us. According to this documentation all money fields are reported in micros. To obtain the original currency, you can take the reported number and divide it by 1,000,000 to obtain the correct original currency. Let me know if you have further questions.

RE: Accepting manager invites through APIs

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Dhruv, Thank you for reaching out. That value comes from this line where the link IDs are queried. If you don't know the ID beforehand, just remove the filter on that query and all of the pending invitations for the account will be returned. Assuming you only have 1 pending invitation at the

RE: Error related to KeywordPerformance Report - Temporary problem with the server, Please retry the request after a few moments

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Anton, Thank you for reaching out. With regards to your concern about the errors temporary problem with the server. The request may also time out of you're pulling extremely large data sets for which the server may return an error if it is too large. Could you please retry the request by us

Re: Enabled CampaignSharedSet which is attached to Removed SharedSet

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for the clarification. I didn't notice that screenshot when the case was escalated to me, and that helps to clarify the problem quite a lot. I'm not sure how that shared set got into the state it is, since it appears to be from 2017 and our change history only goes back to January

RE: AdWords API intermittent issues right now?

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi All, Thank you for your patience. I've taken a look at this issue internally with my team. Could you try your requests again and let me know if you're currently encountering the same issue? Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zLPM5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: When trying to create test client I get redirected to production client

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Tal, Thank you for reaching out. Looks like you are following the steps correctly. Since you are accomplishing this in the UI, I suggest reaching out to the product team as they are better equipped to address your concerns. You can reach out them through their support page here to find out i

RE: Service Plan Limitations

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Yair, Thank you for reaching out. As mentioned in this guide, all requests to Keyword Planning services for both standard and basic access are rate limited. For Keyword Planning services, the limit is one query per second. The daily limit of requests depends on the access level of the develo

CAll-only Ads issues

2020-05-12 Thread 'Berto Torres' via AdWords API and Google Ads API Forum
Hello, I have a couple a of issues regarding Call-Only Ads: - - Can I Set or Get both Headline fields? Are those fields available to create and update Ads? I can't find them. - When I create a Call-Only Ad via Adwords API, the displayUrl is required(it leads me to an "empty_fiel

RE: Can developer token work with any test account?

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Tal, You can use a developer token on your test and production account. They can use the same token but you will need to generate separate credentials. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zLW3d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Generate refresh token with python

2020-05-12 Thread Siqi Gu
Hey team, i am following the step 3 from below guide to generate the refresh token: https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-installed but i don't see the page/url after i run 'authenticate_in_standalone_application.py'. so i'd like to check if i don't do cor

Re: AdWords API intermittent issues right now?

2020-05-12 Thread Frederick Vallaeys
Hi Bryan, Things seem back to normal on our end. Thanks for working in this! Fred On Tuesday, May 12, 2020 at 9:43:48 AM UTC-7, adsapiforumadvisor wrote: > > Hi All, > > Thank you for your patience. I've taken a look at this issue internally > with my team. Could you try your requests again and

RE: How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. AdGroupAdService could only be used to mutate the ad status. AdService could be used to muate certain ad types and you could find them in this list. Unfortunately, the UniversalAppAd is not mutable via AdService. Let me know if you have any further questions. Th

Re: Keyword in Click View report

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Jarek, I have submitted a feature request to include the final URL and search term fields in the click_view resource in Google Ads API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1z

RE: How to; Filter out dynamic campaigns when fetching all display campaigns

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hello, You can run the Placeholder Report which will break data down on the placeholder type level. You can include campaign related fields to see if the campaigns include those placeholder types. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zLWR0:ref -- -- =~=~=~=~=~=~=~=~=~=

Set targeting campaign level to Observation

2020-05-12 Thread Juan Carlos Blanco Delgado
Hello, I am trying to use the API to set the targeting settings to *Observation. *Any guidance how is this possible? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread st4rlight
Thanks for your help. I retrieved my ad back, the info is AdGroupAd{ad=UniversalAppAd{adType=UniversalAppAd, headlines=[AssetLink{ asset=TextAsset{assetId=8833531363, assetSubtype=TEXT, assetText=1, assetType=TextAsset}, assetPerformanceLabel=PENDING, assetPolicySummaryInfo= AssetPolicySummaryIn

Re: How to modify the title, descriptions, images of an UniversalAppAd

2020-05-12 Thread st4rlight
I have fixed this problem by AdService, even though the UniversalAppAd doesn't in this list I don't know why it works, but it works. (-: Maybe it's about the priority of my Access Token, I have

How to send a notification when the status of the ad, campaign is updated?

2020-05-12 Thread CH K
Hello! I am managing ad service using adwords api, and currently having one problem. The problem is that it is difficult to check in real time when the advertisement is stopped because of some sort of reason. I want to detect when the status of an advertising entity such as a campaign changes.

Get the Previous Search volume in Keyword planning

2020-05-12 Thread 윤성원
Hi I'm trying to get the monthly Search Volume of the keyword by using AdWords API. I can get the Keyword Estimate but I could not find the old monthly data. Where can I get the data in the API? Thanks. (I want the data below.) [image: old_keyword_volume.JPG] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Can developer token work with any test account?

2020-05-12 Thread Tal Lipits
Thanks Anthony By separate credentials do you refer to the oauth client_id, client_secret and refresh_token? On Tuesday, May 12, 2020 at 9:13:18 PM UTC+3, adsapiforumadvisor wrote: > > Hi Tal, > > You can use a developer token on your test and production account. They > can use the same token b