Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

2021-08-26 Thread Nabeel Bhatti
I have been trying to use google-ads-api I have generated refresh token using google api play ground and access token. this is my script. https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distr

Re: Can't generate a refresh token

2021-08-26 Thread Philipp Sowinski
On a computer with a fresh installed ubuntu operating system it works. I think there is a problem with package versions. Would be nice to know which package version is wrong but I guess this is out of scope. Philipp Sowinski schrieb am Donnerstag, 26. August 2021 um 10:27:53 UTC+2: > Hi, > >

Re: LinkManagerToClient API manager_link_error : The manager and client have incompatible account types.

2021-08-26 Thread Google Ads API Forum Advisor
Hello Amol, Thanks for getting back to us. As previously mentioned by Ernie, you encountered the said error because you're linking 2 manager accounts using the CustomerClientLinkService. Please note that this service is used to create a link between client account and manager account. In addi

RE: Invalid constructor input for mutating - no documentation?

2021-08-26 Thread Google Ads API Forum Advisor
Hi Rob, Thank you for reaching out to our API support team. Regarding your issue with updating your bids, could you confirm if this Python example is what you were referring to? So that our team may take a closer look, could you enable logging and provide to our team the complete request and r

RE: adGroupCriteria:mutate error response in json

2021-08-26 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. Since you're using REST, you have check on this REST guide? It is also discuss there about JSON mappings. As for the mutateResponse, there is a separate guide for every REST method (sample: adGroupCriteria.mutate); however, there is no indicated format

Re: AD_PERFORMANCE_REPORT

2021-08-26 Thread 郭云
About the new version of API, the account supports obtaining that kind of report. Can you give me a URL? 在2021年4月2日星期五 UTC+8 下午11:14:04 写道: > Hello, > > The reason you are not seeing ads for this report is because the account > you mentioned only has app campaigns. AdWords API only supports a f

RE: Error with: Create Campaign Negative Keyword with Google Ads Service

2021-08-26 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. So our team can better check on the issue, can you share to us the complete logs (request and response with request-id)? Please send the logs via the Reply privately to author option. If this option is not available, you may send the details directly to

RE: Ad Suggestion Setting

2021-08-26 Thread Google Ads API Forum Advisor
Hello, Thanks for getting back to us and for sharing the screenshot privately. With regard to the Ad Suggestion Setting, I'm afraid that this is currently not supported in the API. That said, allow me to raise a feature request for this; however, there is no guarantee if this will be supported

RE: Cant get user phone number in "call_view" request

2021-08-26 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. As for your concern on getting the phone number or caller_id, I'm afraid that this isn't supported in the call_view. However, I've checked on this field (resource_name) which is in the format (customers/{customer_id}/callViews/{call_detail_id}), could y

Re: Google Ads API

2021-08-26 Thread 章鸿
Hi, Yes, the problem I encountered was that the example provided on the official website was successfully created, and the created combination member rules can be queried through the Google ads API, but I queried the audience details created in the Google background, but I didn't see the corres

RE: How to get Goals via AdWords API

2021-08-26 Thread Google Ads API Forum Advisor
Hi, Thank you for your follow up. You may refer to my responses below : Scenario 1 : when we access into google ads and select any of the below goals like sales,lead ,web traffic or brand awareness and went into selecting Search or Display ,sometimes a pop-up message saying "To start tracking c

RE: Forecast Metrics using Maximize Clicks Bidding strategy

2021-08-26 Thread Google Ads API Forum Advisor
Hi Aromal, Thank you for reaching out to us with your question. I was able to find this link , which talks about the various bidding strategies. As well as this link for forecasting, it would appear that you should be able to maximize along with the forecasting. Also the reach, could help it lo

RE: Is there an api to receive ad clicks

2021-08-26 Thread Google Ads API Forum Advisor
Hi Guanggao, Thank you for reaching out to us. When asking if there is an API for getting ad clicks what exactly are you looking for? Here is a way to create a query that will allow you to get the adClick metrics from the Ads API. Or would you like to get something more like this , which deals

RE: Google Ads API

2021-08-26 Thread Google Ads API Forum Advisor
Hi there, The following query should show that the rules created are there: SELECT user_list.id, user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_item_groups, user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_type, user_list.rule_based_user_list.c

Invalid constructor input for mutating - no documentation?

2021-08-26 Thread Rob Montalbine
I'm trying to simply update keyword bids using v8 of the Google Ads API via AdGroupCriterionService in Python. I've copy/pasted most of the code for this particular operation directly from several google-provided examples and am getting the same error every time: *TypeError:* Invalid constructo

RE: Google Ads API

2021-08-26 Thread Google Ads API Forum Advisor
Hi, Thank you for bringing this up. Let me raise this with my team. We will get back to you as soon as possible. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2MiFRp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

RE: geo_target_constant local

2021-08-26 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out to Google Ads API support with your suggestion for geo targets in other languages. Our team is already reviewing this request and you may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2MiEo7:ref -- -- =~=~=~=~=~

Upload conversation from source "Website" not working

2021-08-26 Thread Philipp Sowinski
Hi, can I somehow upload conversations from source "Website"? If I try to do this, i get the following error: "This customer does not have an import conversion action that matches the conversion action provided., at conversions[0].conversion_action" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

google-ads-api php upgrade

2021-08-26 Thread Guillaume Thomas
Hello, I currently use v6 of Google Ads API and I've been warned that it will soon be deprecated and unusable. I've read this page https://developers.google.com/google-ads/api/docs/version-migration#top_of_page but I don't know exactly how to upgrade to v8. The library was previously installe

Google Ads API: QPS rate limit ball park figure?

2021-08-26 Thread Mat
Hi, I'm currently implementing a rate limiter on our side to avoid breaking the QPS rate limits of several Google APIs. While there are precise rate limits for some of your APIs (like max 100 requests in 100 seconds ), I can't find not

Re: Development/Demo Accounts Shut Down for No Spend

2021-08-26 Thread pega....@gmail.com
Do these "Test" accounts need privileges granted for customer match, bid modifiers, and other restricted capabilities? Who can enable these capabilities in newly created "test" accounts? The Product Support Team link goes to an AdMob support page. Regards, Nitin On Wednesday, July 28, 2021 at

How to export Conversions

2021-08-26 Thread Philipp Sowinski
Hi, is it possible to export conversions? I want to compare them with my shop data. If there is something missing, I want to upload them. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: how to get client customer id of logged in user in js or in php

2021-08-26 Thread Amol Kawale
Guys am also facing same issue for my system. Customers will do sign at my system to their Google ads account & allow us to access their ads account details like customer ID, campaign, etc... We can get his email, name But I'm not getting anything how to get his 10 digit customer ID using any ap

Faceing Issu

2021-08-26 Thread Manish Kumar
Dear Team, I'm facing this error *Fatal error*: Uncaught InvalidArgumentException: A developer token must be set. in C:\xampp\htdocs\google-ads\src\Google\Ads\GoogleAds\Lib\V8\GoogleAdsClientBuilder.php:255 Stack trace: #0 C:\xampp\htdocs\google-ads\src\Google\Ads\GoogleAds\Lib\V8\GoogleAdsCl

Re: HistoricalMetricsOptions

2021-08-26 Thread Alex
Hey Eric, Are you able to share your code. I'm also trying to get this working. And can't seem to get it from what you've posted. Thanks On Wednesday, 23 June 2021 at 5:01:40 am UTC+10 eric@globalstrategies.com wrote: > Hey Brad, > > I was able to set the HistoricalMetricsOptions like thi

Budget distribution to sub-accounts -Google Ads Manager Account (MCC)

2021-08-26 Thread SmartMind
Hello TEAM , Is it possible to distribute budget from Google Ads Manager Account (MCC) to all its linked sub acounts . For eg , is it possible from MCC to distribute 10,000 USD to five of its sub accounts (say 2000 USD each) to make campaign ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

KeywordPlanAggregateMetrics option in GenerateHistoricalMetricsRequest

2021-08-26 Thread Jakub Tomaszewski
Hi, I'm trying to GenerateHistoricalMetricsRequest with aggregate_metrics in order to get search volume for every device type, but I can't make it work. My code (Python): *keyword_plan_service = cli

BigQuery Data Transfer Service -impact due to the AdWords API sunset 27 April, 2022

2021-08-26 Thread Thomas Bianconi
Dear Google Ads Data Source Specialist, You provide a *BigQuery Data Transfer Service[1]* for *Google Ads[2]* named *Google Ads transfer[3].* This current service is based on the *AdWords API[4]*. You announced the *AdWords API sunset the 27 April, 2022[5]*. a/ Does it mean the *Google Ads tran

Re: Google Ads API for Performance Max

2021-08-26 Thread Google Ads API Forum Advisor
Hello Clara, Thanks for getting back to us. I'm afraid that our team doesn't have any access to the link you've shared. As mentioned by William and according to this guide, not all campaign types in the Google Ads UI are supported in the API. In addition to that, you can also check on these fi

Can't generate a refresh token

2021-08-26 Thread Philipp Sowinski
Hi, I'm currently following this guide to set up Google Ads API for my project: https://developers.google.com/google-ads/api/docs/first-call/overview#config (I want to upload offline conversions programmatically through the api) 1) I successfully requested a developer token 2) I created a OAuth2

Alternative to CATEGORY_PRODUCTS_AND_SERVICES

2021-08-26 Thread Jakub Tomaszewski
Hi, I'm migrating from Adwords to Ads API and I've noticed there's no way to retrieve CATEGORY_PRODUCTS_AND_SERVICES field. As Adwords API is sunsetting next year, it looks grim. Is there some alternative or another way to get these (or similar) categories from any API? As stated here