Internal Error rate high 28th October 3am JST

2022-10-27 Thread hishid...@gmail.com
Hi, our system encountered higher error rates today around 3am JST(27th October 6pm in UTC). Error messages are: - A transient internal error has occurred. Retry the request. - Internal error encountered. We are using GoogleAdsService.Search of v11. Is there trouble in api? Some of affected

Rest API refresh token. revoked in 1 hour

2022-10-27 Thread Duvan Felipe Buritica Cardona
Hi. I have a app of google ads api verified. but I have a problem. The token is revoked in 1 hour and when I try to update it through this method: --data "grant_type=refresh_token" \ --data "customer_id=CUSTOMER_ID" \ --data "client_secret=CUSTOMER_SECRET" \ --data

Re: Google Ads Test Account Does Not Function As Expected

2022-10-27 Thread Chad Wood
+ checking for update On Wednesday, October 19, 2022 at 9:49:41 AM UTC-7 Chad Wood wrote: > Thanks Mike. I'll keep an eye on this thread until then. > > On Wednesday, October 19, 2022 at 7:04:38 AM UTC-7 adsapi wrote: > >> Hello, >> >> This case has been escalated to me. >> >> I'm looking into

Re: Structured Snippet Extensions

2022-10-27 Thread Vlad Zloteanu
Hey Josh, Any update / development on this issue? Thanks, Vlad On Tuesday, November 24, 2020 at 7:18:15 PM UTC+1 Google Ads API Forum Advisor Prod wrote: > Hi Roman, > > I don't have any updates at this time, but I provided the structured > snippets team with some more examples and was able

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-27 Thread David Pollak
Thank you so much. I hadn't realized I had to change the Publishing status. One more question. I am using the C# client library to generate the refresh token. Is there a way I can do that using the REST API? On Thursday, 27 October 2022 at 11:19:27 UTC-4 adsapi wrote: > Hi David, > > Thank

Re: Exception: Call to GoogleAdsService.Search failed: Null response from Google Ads API

2022-10-27 Thread Roy Steves
I just got this same error from within Google Ads Scripts, so it's not limited to API call configuration, specifically. On Friday, October 7, 2022 at 1:52:38 AM UTC-7 adsapi wrote: > Hi Thomas, > > Thank you for providing more details to your concern. > > To take a closer look at the issue and

RE: Failed to parse binary descriptor: Getting this error

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anil, Thank you for posting your concern. Allow me to provide support to your concern. With regard to your concern, you may try checking the configuration of your client library using this document and see if the issue can be resolved by updating some of the configurations. If the issue

Reports periodically returns much less data

2022-10-27 Thread 'Nikita Kulik' via Google Ads API and AdWords API Forum
Sometimes, API returned us much less data then often, and on the next time we requesting it everything is okay. If this expected and why this could happen? Often we receive 3M rows, but it was a few times when we receive 1M or less. Also, when we receive less data number of rows are always

Re: create operation PERFORMANCE MAX campaign

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jip, Thank you for your reply. I'm also a member of the Google Ads API support team and allow me to assist you here. Upon checking your error message "CAMPAIGN_CANNOT_USE_SHARED_BUDGET", it appears that you are using a campaign budget that is configured as "shared". However, I am afraid

Failed to parse binary descriptor: Getting this error

2022-10-27 Thread Anil Chaudhary
Hello Team, I have try many but i don't know how to fix them. can you please let me know how can we fix this error. *Failed to parse binary descriptor* *Note*: i am using php 7.4, latest Google Ads api version 11. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-27 Thread Mat
Hi Anash, sure - I sent you a private email. Regards Mat adsapi schrieb am Mittwoch, 26. Oktober 2022 um 19:31:00 UTC+2: > Hi Mat, > > That's strange... Do you have a request ID or a query + customer ID you > could share with me? > > Regards > > Anash > > ref:_00D1U1174p._5004Q28otVg:ref >

RE: Enhanced conversions using Google ADs API

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yamna, Thanks for reaching out. Please ensure that you have accepted the customer data terms in the effective conversion account, and that you have configured the Google Tag Manager or the Google tag using the steps outlined in the Google Ads help center. Please see this page for enhanced

Budget object limit

2022-10-27 Thread 'Alin Baicu' via Google Ads API and AdWords API Forum
Hey, We are creating campaign programatically using the batch jobs processing. First we are creating campaign_budget operation in order for it to be attached to the new campaign operation. The problem here is that I got the following messages from the batch_job processing: *INFO - value:

RE: DynamicSearchAdsSetting conflict

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, This is Carmela from the Google Ads API team. Thank you for reaching out. With regard to your concern, as per this document , kindly note that DSA page feeds are migrating from feeds to assets. You can also refer to this documentation as it contains details on creating Dynamic Search Ads.

Enhanced conversions using Google ADs API

2022-10-27 Thread Yamna Tatheer
Hi I am using Java Google Ads API. I want to upload enhanced conversion after my user completes registration, my conversion action is "registration_complete". So after user successfully registers, I take the email and other details of user and order from *my user database* and send it to the

import users contacts via Google Ads API Python

2022-10-27 Thread Roman
Hi! Im struggling with finding a correct way to work with Google Ads segments. I have clients emails and phones, and I need to import them into Google Ads using API. Can you please point me at concrete API method that would do the same thing that I can do without using API (attached

Re: create operation PERFORMANCE MAX campaign

2022-10-27 Thread Jip Veerbeek
Hello, Thanks for the response. This helps me a lot but I am running into an issue. If I try to send the request I get the error: CAMPAIGN_CANNOT_USE_SHARED_BUDGET. I dont understand why I get this error becouse the budget isn't shared. Do you know how I can fix this? [image: Schermafbeelding

Re: create operation PERFORMANCE MAX campaign

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jip, Thanks for getting back to us. You may use the CURL below to create a PMAX campaign: curl -f --request POST "https://googleads.googleapis.com/v${API_VERSION}/customers/${CUSTOMER_ID}/campaigns:mutate; \ --header "Content-Type: application/json" \ --header "developer-token:

RE: 同步campaign设置的投放国家信息

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. To further investigate this issue, could you please provide a full screenshot of Google Ads UI that you want to sync with your campaign and the complete request and response logs, with the request-id

DynamicSearchAdsSetting conflict

2022-10-27 Thread 'Alin Baicu' via Google Ads API and AdWords API Forum
Hello, we are trying to create a Campaign and populate the feeds property of the DynamicSearchAdsSetting. The problem is that our feeds have been auto-migrated to assets so right now we have put an asset -> but we got into the following error -> *Resource* *name

同步campaign设置的投放国家信息

2022-10-27 Thread 李帅
你好,我在同步广告系列campaign时遇到了一个问题。我希望在 SELECT campaign.id, campaign.name ,campaign.end_date ,campaign.status,campaign.serving_status FROM campaign ORDER BY campaign.id 这个语句中查询到当前系列设置的投放国家,但是很遗憾,我没有得到想要的结果,我需要怎么做呢 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: create operation PERFORMANCE MAX campaign

2022-10-27 Thread Jip Veerbeek
Hello, thanks for the fast response. Is there also an Curl request example on how to add a Performance Max Campaign? This would help me a lot becouse I would like to test it in postman. Regards, Jip Veerbeek On Wednesday, October 26, 2022 at 5:29:51 PM UTC+2 adsapi wrote: > Hello, > >