RE: API Limits while using google search stream

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. I can confirm that your understanding is correct and API operations will reduce if using the SearchStream. Let me know if you have further questions. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads

RE: Create Ads in behalf of a customer

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Dominik, Thank you for posting your concern. Allow me to provide support here. Please see my response to each question: Is this scenario even possible? What scope do I need to require when authenticating? -For 'Provide a login button inside my application', could you provide more details on

RE: FIX RESOURCE_EXHAUSTED

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Thao, Thanks for reaching out to us. The RESOURCE_EXHAUSTED error generally occurs when you are sending too many requests in a short period of time. The server throws this error once it detects that your request has exceeded the system frequency limit. That said, I would recommend setting

What's the difference between function "googleAdsClient.getVersion9()" and "googleAdsClient.getLatestVersion"

2021-11-23 Thread tanph...@gmail.com
Dear Google ads API team, My question is: *What's the difference between function "googleAdsClient.getVersion9()" (Pattern 1 below) and "googleAdsClient.getLatestVersion" (Pattern 2 below)* * My code as below: *1) Pattern 1:* protected CustomerServiceClient

Mutates are not allowed for the requested resource.

2021-11-23 Thread Janvi Vakotar
Uses below script def _create_display_upload_ad_group_ad( client, customer_id, ad_group_id, ad_asset_resource_name ): """Creates a new HTML5 display upload ad and adds it to the given ad group. Args: client: An initialized Google Ads client. customer_id: The Google

RE: 自动回复: Problem with get Assets

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you kindly confirm if your concern is the same on this initially posted thread? If so, then please take note that you've included the campaign Id in your query, but that isn't the reason for your error, the field isn't an Id field, it's a resource name field. The correct way to

Google responsive search ad - Get headline suggestions via API as like Google UI

2021-11-23 Thread Amol Kawale
Hi Team, I'm using Google Ads V8 PHP APIs. While creating responsive search ad, Google web UI has feature "Headline Suggestions", & other criteria's for Ad strength like add keywords, unique headline, descriptions, etc.. Is there any API available for Asset progress & Ad strength? Or let's

Re: Problem with get Assets

2021-11-23 Thread Денис Грязев
Hi, fixed on customers/{ CID }/ adGroups/{ adgroupId}. But now I get this error [2021-11-24T08:46:24.398981+03:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v9.services.GoogleAdsService/SearchStream", CustomerId: 2472654488, RequestId:

Download spend data from Google Ads API

2021-11-23 Thread 'Hao Long' via AdWords API and Google Ads API Forum
Hi Team, I have two questions on download spend data from Google Ads API: 1. how to save the SearchGoogleAdsStreamResponse as csv/jason file? tried writeto function but seems not work ServerStream stream = googleAdsServiceClient.searchStreamCallable().call(request); 2. is there have volume

RE: Conversion Actions on campaign's Selective optimizations creates unknown error.

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi David, Can you please provide the complete request and response logs with request ID so I can have a closer look at the issue? You can send these to me via Reply privately to author option. If this option is not available, please send it directly to googleadsapi-supp...@google.com.

Re: Why no extensions are auto-migrated to assets yet?

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ales, I'm a colleague of Matt from the Google Ads API Team. Can you please confirm if you didn't choose to opt out of the automatic migration as described in our blog post? If yes, then the likely reason why you have not seen the effects of the migration is because based from the same

RE: 自动回复: How to set different language in Google search & Display ads?

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to us. Could you kindly confirm if your concern is the same on this initially posted thread? If so, then yes, you can set different language while creating new campaign. You may visit this guide which contains implementation samples on different platforms. If

Re: Responsive display ad - Call to action text

2021-11-23 Thread Amol Kawale
Hi Matt, *1. *Pls find below request & response log: [2021-11-23T09:56:59.992902+01:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v8.services.AdGroupAdService/MutateAdGroupAds", CustomerId: 3845268791, RequestId:

Re: Call Conversion Adjustment

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Mandeep, Thanks for getting back to us. As previously mentioned by Teejay from this guide, you can only adjust online conversions if you've used a transaction ID with your transactions. Google Ads uses the combination of transaction ID and conversion action name in your spreadsheet to

API Limits while using google search stream

2021-11-23 Thread インハウス支援テスト
Hi, we have basic access of google ads api, 15,000 API operations will be executed per day. if we use GoogleAdsService.SearchStream instead of GoogleAdsService.Search can we reduce API operations ? for example, GoogleAdsService.Search uses paging and GoogleAdsService.SearchStream uses stream.

Re: Regarding the Google Ads API client library fo Go language

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi JM, Appreciate your interest in the Go language. Our team has already raised a feature request for this client library. Please follow our blog as we will post there relevant updates when become supported. While waiting for the official client library for Golang, please note that we will

Re: Error : Google Ads Api Image Extension : A mutate action is not allowed on this resource, from this client.stringValue

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirly, I'm also from the Google Ads API support team and I also sent a response in the thread that my colleague Aryeh pointed out. Should you see this thread before the previous one, below are the contents of my response : "Thank you for providing additional details. Image assets can be

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirly, Thank you for providing additional details. Image assets can be set for certain types of ads, as seen here. However, it currently cannot be used for extensions. Listed here are the asset based extensions that are currently supported and can be created/managed via the API, and

FIX RESOURCE_EXHAUSTED

2021-11-23 Thread Thao Tran Phuong
Hi, I had RESOURCE_EXHAUSTED problem about limit API for Google Ads API. How to fix this error without waiting delay time? Thanks -- - もし、このメッセージが誤って貴殿に送信されたと思われる場合には、 機密情報を含んでいる可能性もありますので、どなたにも転送せず、

RE: Unable to remove User Interest from AdGroups

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Thank you for posting your concern. Yes, please provide the relevant and complete request and response logs with request ID and request header generated on your end to further investigate the issue. You can provide it via Reply privately to author option. If this option is not

url_expansion_opt_out for Performance MAX campaigns does not get updated by API

2021-11-23 Thread bar...@ppcbee.com
Hello, I am working on Performance MAX campaigns and when I do mutate of campaign with url_expansion_opt_out=false or url_expansion_opt_out=true this setting will not get changed in Google Ads frontented. Am I alone or is this happening to more people? Thanks -- --

RE: Affinity categories missing

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Filip, Thanks for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete log (request and response with request-id) via the Reply privately to the author option. Regards, Reminder: Share your feedback about the

RE: Problem with get Assets

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, I responded to you on November 22, unfortunately you didn't receive my response so here's a redacted copy: Hi, Thank you for sending us privately your log. You are using a campaign Id, but that isn't the reason for your error, the field isn't an Id field, it's a resource name

Conversion Actions on campaign's Selective optimizations creates unknown error.

2021-11-23 Thread David Brilliant
Adding a conversion action in the selective optimizations for a campaign causes an unknown error. I've tried this on several different conversion actions and they all fail. Is there some kind of configuration I need to perform on the campaigns or the conversion actions before they'll save

RE: How to set different language in Google search & Display ads?

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol, I can tell you that this worked in JAVA sample of add campaign targeting : private static CampaignCriterion buildLanguageCriterion(String campaignResourceName){ Builder builder = CampaignCriterion.newBuilder().setCampaign(campaignResourceName);

RE: HOW TO INCLUDE ZERO IMPRESSIONS ??

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Akash, Thanks for reaching out. Please find the following question s answer to your query. Kindly can you guide on how to include zero impressions ? - As per my understanding Zero impressions will be included by default unless you are not Excluding zero impressions. Does the zero

RE: Missing PolicyFindingError details in BatchJobResult

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vincent, Thanks for reaching out. Can you please provide us with the complete request and response for each call so we can have a closer look? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API

RE: Responsive display ad - Call to action text

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol, Thanks for reaching out. Can you please privately provide us with your complete request and response logs so we can have a closer look? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API

Re: GAQL for obtaining Non eligible keywords

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lukas, The UI's about keyword status has a list of status states. 'Not eligible' keyword status has to do with the campaign and adGroup status causing this keyword to not serve and there's no field in keyword_view that will combine this information into one. To get this information

Re: GETING NUMERICAL VALUES INSTEAD OF NAME OF ENUMS

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alex, We have not received the private mail. However, this issue has been brought up as a PHP client library specific issue previously. One user has overcome this issue by adding to their code: KeywordMatchType::name($keyword->getMatchType()) As this is a client library specific issue,

RE: Why no extensions are auto-migrated to assets yet?

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ales, Thanks for reaching out. Can you please confirm how you have verified that the extensions have not been migrated? Can you respond privately with this evidence? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads

Re: Call Conversion Adjustment

2021-11-23 Thread Mandeep Sawhney
Thanks for your response. While uploading the call conversions, neither the CallConversion object nor the ConversionAdjustment object supports setting the transaction ID. Would appreciate it if you can point to sample code for setting it during the initial upload and then as part of adjustment. I

Create Ads in behalf of a customer

2021-11-23 Thread Dom
Hi, I am pretty new to the google api universe and a bit lost tbh. I want to realize the following: - Provide a login button inside my application - users authenticate with my google application using oauth2 - provide a list of adaccounts accessible by the user - Create/update/fetch adCampaigns

Re: Regarding the Google Ads API client library fo Go language

2021-11-23 Thread JM
+1, would love a Go client library please On Tuesday, 26 October 2021 at 07:29:31 UTC+2 adsapi wrote: > Hello, > > > > Thank you for expressing interest in the Go Language library. > > > > We don't have any significant update yet regarding language support for > Go. Rest assured that our

Unable to remove User Interest from AdGroups

2021-11-23 Thread Filip Pećanac
Hi, I have an issue with removing any User Interest Criterions from AdGroups. I can remove AdGroup Criterions for Age and Gender, but if I try to use same method, I get the following message: *Fatal error*: Uncaught Google\ApiCore\ApiException: { "message": "Request contains an invalid

Re: Error : Google Ads Api Image Extension : A mutate action is not allowed on this resource, from this client.stringValue

2021-11-23 Thread Shirly J
Ok, then how do we implement *imageextension* for adGroup? On Monday, 22 November 2021 at 20:52:51 UTC adsapi wrote: > Hi Shirley, > > I gave an answer on that thread > . > You can use image assets in ads >

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: HOW TO INCLUDE ZERO IMPRESSIONS ??

2021-11-23 Thread Akash Prajapati
When I am fetching the data i am not able to fetch the rows where Campaign.status is REMOVED,? Kindly can you guide on this as well what to change ? I am passing this in the query still I am only getting results for enable and paused and that too in numerical value like 2,3 is shown there when i

Re: Problem with get Assets

2021-11-23 Thread Денис Грязев
Hi, Debug info [2021-11-23T15:03:12.710891+03:00] google-ads.NOTICE: Request --- Method Name: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.4.3 gccl\/12.1.0 gapic\/12.1.0 gax\/1.10.0 grpc\/1.41.0

Affinity categories missing

2021-11-23 Thread Filip Pećanac
Hi, It seems like some of the available Criterions via API are not supported in Google Ads. For example, CriterionId:92994 (Avid Fishers) cannot be found in Google Ads Interface and therefore once I try to add this criterion I get a fatal error. Here is the response: Fault --- Status

HOW TO INCLUDE ZERO IMPRESSIONS ??

2021-11-23 Thread Akash Prajapati
Kindly can you guide on how to include zero impressions ? Does the zero impressions depend on the other metrics mentioned in the Query as well ? I am currently using this in my query to include zero impressions as well metrics.impressions >= 0, is this correct ? -- --

Re: Need all rows and not aggregated data.

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aakash, I am also a member of Google Ads API Support. Let me assist you with this. Upon checking the attached campaign_report_to_csv_results.csv file, I found python code instead of log results. For us to impersonate the resource campaign (campaign report), could you provide us the customer

How to set different language in Google search & Display ads?

2021-11-23 Thread Amol Kawale
Hi Team, We using Google ads V8 PHP APIs. Google ads default set "All Languages" while creating new campaign. Pls let's know how we can set different language while creating new campaign. For ex. Only English & Arabic. Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-11-23 Thread Sergey Gusak
Thanks, it works! Added configData.Add("LoginCustomerId", ""); // manager customer id must be without dashes (-) to code and it processed On Tuesday, November 23, 2021 at 7:26:14 AM UTC+2 adsapi wrote: > Hi Sergey, > > Thank you for reaching out to us. > > With regard to your concern, please do

Re: GAQL for obtaining Non eligible keywords

2021-11-23 Thread Lukas St
Hello Mark, Don't get me wrong but my question wasn't directed towards requesting new features. I wanted to know what the attribute ad_group_criterion.system_serving_status (ELIGIBLE, RARELY_SERVED, UNKNOWNUN, SPECIFIED) really represents since the attributes in the UI are completely

RE: 自动回复: Request had insufficient authentication scopes

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Would you be able to provide more details to your concern? If you have the same concern as posted on this forum thread, then I will reiterate here the reply of our team reply and you can see it below: "Please ensure the following: You have enabled the Ads API in your Cloud Console

Missing PolicyFindingError details in BatchJobResult

2021-11-23 Thread Vincent Falduto
Hi, I have an issue with BatchJob from V8/V9 Google Ads API. When I read / serialize error from Ads. I don't have consistent result between Mutate and Batch operation. The batch operation missing the *policyFindingDetails *part. See below Mutate call { "errorCode": { "policyFindingError":

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-23 Thread Martin Levi
Hi, I sent the requested logs on November 12th, but I haven't heard back from anyone regarding the issue. Please can someone update me? Regards, Martin On Monday, November 8, 2021 at 6:56:18 PM UTC+2 Martin Levi wrote: > Hi Yasar, > > Thanks for your response. I followed the instructions in

Re: GETING NUMERICAL VALUES INSTEAD OF NAME OF ENUMS

2021-11-23 Thread Akash Prajapati
I have mailed you, kindly check On Tuesday, November 23, 2021 at 2:38:38 PM UTC+5:30 adsapi wrote: > Hi Akash, > > Thank you for raising your concern to our team. > > To take a closer to the issue, could you provide the complete request >

Re: Need all rows and not aggregated data.

2021-11-23 Thread Akash Prajapati
Can you please provide any update on the same. thanks On Tuesday, November 23, 2021 at 11:00:37 AM UTC+5:30 Akash Prajapati wrote: > Hello Team, > > 1. The modified query still we get aggregated results. - > query = """ > SELECT > campaign.id, > campaign.status, > campaign.name, >

Responsive display ad - Call to action text

2021-11-23 Thread Amol Kawale
Hi team, I'm using Google ads v8 php API. We have to set language of "call to action text" button to Arabic. But API not has any option to set language. Only option for "call_to_action_text". Pls let's know how we can set language to Arabic only. [image: call to action text.png] Also

RE: Call Conversion Adjustment

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mandeep, Thank you for reaching out to us. With regard to your concern, I'm afraid that retracting call conversion is not possible. As per this guide, there are two types of adjustments that can be made: When you have a Google click ID (GCLID) and conversion date time available, you can

Why no extensions are auto-migrated to assets yet?

2021-11-23 Thread Ales Sturala
Hello, We're in process of changing our software to handle extensions on assets instead of feeds. I believe that extensions like sitelinks or callouts were supposed to be auto-migrated on the October 21st so I would expect to see all my sitelinks and callouts to be auto-migrated already but

RE: GETING NUMERICAL VALUES INSTEAD OF NAME OF ENUMS

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Akash, Thank you for raising your concern to our team. To take a closer to the issue, could you provide the complete request and response logs with request ID and request header generated on your end where we can see the numbers instead of enum words? You can provide it via Reply privately