Target CPA bidding strategy

2022-07-12 Thread SR
Please confirm whether setting up the Target CPA within Maximize Conversion is different from Target CPA bidding. If so, how is it different and which one is recommended? "maximizeConversions": { "targetCpaMicros": string } Vs "targetCpa": { "targetCpaMicros": string } Similar case for Target

Re: Account Budgets "Changes under review"

2022-07-12 Thread Danny Quinn
Thanks for the response. The api worked as expected I guess the issue is with the Google Ads Platform itself. I will contact them directly. Regards Danny On Tuesday, 12 July 2022 at 09:15:57 UTC+1 adsapi wrote: > Hi Danny, > > Thank you for reaching out to us. > > Could you confirm if this “

Not able to update the sitelink with code

2022-07-12 Thread Anil
Hi, Using the PHP library when we are trying to update the description of sitelink using Google Ads API. We are getting the following error Array ( [type] => 1 [message] => Uncaught TypeError: Argument 1 passed to Google\Ads\GoogleAds\Util\FieldMasks::allSetFieldsOf() must be an insta

Re: How to add images to a search ad group?

2022-07-12 Thread Jan Jouke Tjalsma
Hi Heidi, Is there any update on image asset extensions (on ad group level)? At the moment we are able to create image assets using the UI, but not programmatically. The blog post you linked still says "Developers can start migrating in Q3 2022" (and we are currently in Q3). We have tried usin

https://groups.google.com/g/adwords-api

2022-07-12 Thread HVNN
Hi, I facing this error after sending requests Please check for me! Thanks. PS: I have provide info on this email -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

ERROR: USER_PERMISSION_DENIED

2022-07-12 Thread HVNN
Hi, I facing this error after sending requests Please check for me! Thanks. PS: I have provide info on this email -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: Get reach estimate

2022-07-12 Thread Quang Binh Dinh
I executed "GetGeoTargetConstantsByNames.php" file to get reach metrics from location https://github.com/googleads/google-ads-php/blob/986e0ead76e9d73950f5689474768497a501f592/examples/Targeting/GetGeoTargetConstantsByNames.php But the reach estimate that I have, is not based on Keywords. In what

Wrong RESOURCE_LIMIT error triggered

2022-07-12 Thread Goncalo Pereira
Hi, I have an automated process for interacting with Google Ads API (using REST API) that is managing IPs blocked in multiple campaigns from multiple ad accounts. This process takes into account that we have a 500 IPs limit per campaign and, on a daily basis, removes some IPs and adds some othe

Re: Nested where clause and OR clauses

2022-07-12 Thread don....@gmail.com
I second this request we would like to do query like SELECT ad_group_ad.ad.name, ad_group_ad.ad.call_ad.headline1, ad_group_ad.ad.expanded_text_ad.headline_part1, FROM ad_group_ad WHERE ad_group.status IN ('ACTIVE', 'PAUSED') AND (metrics.cost_micros > 0 OR metrics.clicks > 0) AND segments.date =

Shared budget for discovery campaigns

2022-07-12 Thread 'Mia Ho' via Google Ads API and AdWords API Forum
Hi, I want to create a shared budget for my discovery campaigns on Google Ads manager. However at the step of choosing which campaign to include in the shared budget, I couldn't find any of my existed discovery campaign. Is shared budget not available for this specific type of campaign? Than

RE: NOT_COMPATIBLE_WITH_BUDGET_TYPE

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. Based on this document, if the PaymentMode is set as CONVERSIONS, the BudgetType should be FIXED_CPA. However, the BudgetType of the budget you set in the create campaign is STANDARD and this is the reason why you encountered the error. With this, try se

Rest Api call to pull Campaign Status from an account

2022-07-12 Thread gadsm wiley
Hi Team, When I am trying to pull campaign status from rest api call using query, I am getting data discrepancy. The possible values in report are eligible (limited), eligible(learning) etc but from my rest call i was using campaign.status where eligible values are missing, It has values like (

Google Ads API suddenly just returns invalid argument (grpc code: 3)

2022-07-12 Thread Anders Klixbull
Hello! I am getting stats from google ads api and it has been working fine for a long time, but suddenly today it returns invalid argument for all queries. The same queries worked fine yesterday.. i am using google ads C# .NET library and this in an example query: SELECT campaign.id,campaign.na

RE: Rest Api call to pull Campaign Status from an account

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Could you privately send us a full screen screenshot of the report in the UI where you want to replicate these fields in the API? Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2cVAZC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: [KeywordPlanService.GenerateHistoricalMetrics]About avg_monthly_searches when specifying a period

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for providing us requested information. Allow me to reach out to my rest of the team. We will provide updates shortly. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2cG8O0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: How to add images to a search ad group?

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jan, I work with Heidi. According to our documentation the Ads API still don't support asset based image extensions. Currently we are still in Q3. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2aqzGG:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: ERROR: USER_PERMISSION_DENIED

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Since we didn't receive your provided info in your email, I’m assuming that you’re encountering an AuthorizationError.USER_PERMISSION_DENIED error. Kindly note that you may receive the error ‘USER_PERMISSION_DENIED’ when a user doesn't h

RE: Not able to update the sitelink with code

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anil, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, could you please confirm if you already configured that Protobuf implementation based on this document? If not, please do so. However, if the issue still persists I can suggest reaching out to

RE: Wrong RESOURCE_LIMIT error triggered

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Goncalo, Thank you for raising this concern to the Google Ads API Forum. To further investigate this issue, could you please provide the complete API request and response logs with request-id and login-customer-id that generated on your end? This information will help our team to better chec

Re: Report for final_url - all Data

2022-07-12 Thread emanue...@gmail.com
Why the landing pages for a particular campaign, retrieved by Landing Page View are less then those I see in Landing pages tab (in Google ADS dashboard)? Many thanks Il giorno giovedì 26 maggio 2022 alle 07:21:25 UTC+2

Re: Data Difference in Google ADS API Data and Google ADS UI

2022-07-12 Thread emanue...@gmail.com
Hello, I'm having the same issue here. Thanks Emanuele Il giorno venerdì 6 maggio 2022 alle 20:02:28 UTC+2 adsapi ha scritto: > Hi Ben, > > Thank you for reaching out to Google Ads API support. Here is a final URL > report migration guide >

Re: Get reach estimate

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Quang, Thank you for getting back to us. To answer your question, you may refer to this Plan-level settings, it says here in API behavior "As of version v11 of the Google Ads API, KeywordPlan exposes only a forecast_period setting at the plan level. Other settings such as geo targets, networ

Re: Get recommendations

2022-07-12 Thread SUBIN P VASU
Hi, When I tried to download the recommendations using API, I got only a few of them. most of them were not available through API. Did you fixed the issue? or is there any other way to get this through API? On Tuesday, 12 July 2022 at 02:07:14 UTC+5:30 adsapi wrote: > Hi Subin, > > Thank you fo

RE: Automatic bidding for display conversion campaign

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi SR, Thank you for raising this concern to the Google Ads API Forum. To answer your question, I suggest first to clarify this to the Google Ads Product team via this link as they are more equipped to give guidance on this topic. However, if you receive suggestions from the product team, you c

RE: Google Ads API suddenly just returns invalid argument (grpc code: 3)

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anders, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client librar

Re: authorization_error: USER_PERMISSION_DENIED

2022-07-12 Thread Phil Rotella
This same thing happened to me yesterday starting at 3:30 pm ET. Individual calls weren't consistently failing; the exact same call could succeed once, then fail for "USER_PERMISSION_DENIED", then succeed. I upgraded my Google Ads API from version 10 to version 11 around 4:45 pm ET and haven't h

Re: authorization_error: USER_PERMISSION_DENIED

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Phil, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library

Request got stuck without any response

2022-07-12 Thread Ashir Khan
Hi, I faced this issue consistently in the v11 version. I downloaded the report of every customer-id. But it randomly got stuck without any response for a long time (2-3) hours approx. Can you please tell me why this happens? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
Hi, Thanks for the quick reply, I have done as you have suggested me but still giving below error. HTTP/1.1 404 Not Found Content-length: 1628 X-xss-protection: 0 X-content-type-options: nosniff Server: ESF Date: Tue, 12 Jul 2022 18:38:18 GMT X-frame-options: SAMEORIGIN Alt-svc: h3=":443"; m

Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
Hi, Thanks for the quick reply, I have done as you suggested me but still giving below error. HTTP/1.1 404 Not Found Content-length: 1628 X-xss-protection: 0 X-content-type-options: nosniff Server: ESF Date: Tue, 12 Jul 2022 18:38:18 GMT X-frame-options: SAMEORIGIN Alt-svc: h3=":443"; ma=25

Expiration date for Users in userlist

2022-07-12 Thread Srinivasan Ramani
We are currently pushing custom audiences to google ads using UserListService. I wanted to check if there is some way we can set an expiry date to individual user or the entire audience? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Request got stuck without any response

2022-07-12 Thread Jing CHEN
Same problem, some customer-id requests have extremely high latency. On Wednesday, 13 July 2022 at 01:26:05 UTC+8 ashirk...@gmail.com wrote: > Hi, > I faced this issue consistently in the v11 version. I downloaded the > report of every customer-id. But it randomly got stuck without any response

ramdom UserPermissionDenied api error

2022-07-12 Thread msgu...@gmail.com
Hi team, we are seeing a lot of random UserPermissionDenied api error. could you help me check why it happened? here is some sample requests: [SchedulePullEo] [GoogleAds] [141682980] pull execution failed: {"Code":"InternalError","Property":"Online-CampaignPerformanceReport","Message":"[Online-Ca