Re: Scheduling feed renewal

2022-04-25 Thread Algirdas Jarockis
Hey, thanks for your answer. I'll add some context to outline why this is problematic for us. We have our application where we manage feeds and we create lots of them and also we have many accounts created so we wanted to automate this. Since we try many different feeds and have many accounts c

Re: How can we attach audience to adgroup's audience exclustion list (via api)

2022-04-25 Thread Srijith Chandrashekaran
Hi Team, any idea? We are totally stuck and looking forward for your help. How can we attach audience to adgroup under exclustion bucket? We are able to attach it in under inclusion but unable to add it under exclusion. On Saturday, April 23, 2022 at 12:40:24 AM UTC+5:30 Srijith Chandrashekaran

Re: I want to get Keyword States for 100 keywords

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rohit, Thanks for getting back to us. Kindly note that all requests to Keyword Planning services for both standard and basic access are rate limited. Fewer requests are allowed per minute when compared to other services. Our recommendation is to cache or store results as you will receive th

Re: Can't get invalid_click metrics. while using segments.device

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Khoi vu, Thanks for commenting on this forum thread. I’ve created a feature request in order to support both the device and invalid clicks in a single campaign report using Google Ads API. Please note that this will be subject for review and for now, you may keep an eye on our blog for any

Re: GRPC error

2022-04-25 Thread Tyler Chrestoff
Hello, I am receiving the same error. I am able to authenticate with OAuth2 successfully and retrieve the refresh token, but when I try to use either the `#search` or `#search_stream` methods I receive the `GRPC::Unimplemented` error when the stream tries to open. The synchronous `#search` met

Payment

2022-04-25 Thread Oussama Sahraoui
Hello, is there any way to add a new payment metod in ads account as bank card or Paypal with API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: replace event snippet with gtag by gads API call for conversion

2022-04-25 Thread luc .manfredi
I see upload conversion functions in examples/remarketing (uploadCallConversion, uploadConversionWithIdentifier), i try to use them but i have this error : No click was found for the given user identifiers that could be applied to the specified conversion action I understand this is because I h

Internal error encountered

2022-04-25 Thread Ian Prentice
I am getting a vague Internal Error response to a Search. This seems to be only occurring for 1 account. Below are the requst/response. I removed the Customer IDs [2022-04-25T10:20:50.528105-04:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googlea

Re: API Quota Reduction

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Please allow me to share your feedback with our team. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2YqDI0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~

Re: Regarding AutoTagging Status and Tracking template URL

2022-04-25 Thread Core PHP
Hi. I am trying to Update Tracking Template URL on Google Ads through API in php and Change the Autotagging Status in google ads using API . I am using GoogleAds API v10 but I did not have any option or query for updating this.

Re: Batch job processing issue

2022-04-25 Thread Dawid Lisiewicz
I foud issue. Missing field "update_mask" blocks processing. But start date is invalid even in good jobs. Ragards! piątek, 22 kwietnia 2022 o 10:36:36 UTC+2 adsapi napisał(a): > Hi Dawid, > > > Thanks for reaching out to the Google Ads API Support team. > > > So our team can better check on th

Google Ads API has not been used in project XXXXX before or it is disabled

2022-04-25 Thread Jana lebski
I have a process to upload Offline Stores Sales in AdWords API. I developed a new process to upload via Google Ads I have a problem: StatusCode: "PermissionDenied Detail: Google Ads API has not been used in project X before or it is disabled. >From migration documentation: "You can use t

help with API Turn on enhanced conversions for conversion tracking

2022-04-25 Thread Ben Startsev
please help with api Turn on enhanced conversions how to set it up? where ? do i even need it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message bec

RE: How can we attach audience to adgroup's audience exclustion list (via api)

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Srijith, You can set negative to true to exclude, the default without specifying is to attach to ad group. Feel free to get back to us. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2a5ywW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-25 Thread Sajal Pal
Hi Nirmita, Currently, we are sending request like below GoogleAdsConfig config = new GoogleAdsConfig() { DeveloperToken = AdwordsModel.DeveloperToken, OAuth2Mode = OAuth2Flow.APPLICATION,

Re: GRPC error

2022-04-25 Thread Tyler Chrestoff
Hello, I am receiving the same error. I am able to authenticate with OAuth2 successfully and retrieve the refresh token, but when I try to use either the `#search` or `#search_stream` methods I receive the `GRPC::Unimplemented` error when the stream tries to open. The synchronous `#search` met

REGEXP_MATCH with space does not match

2022-04-25 Thread francis....@gmail.com
Hi there, I have a very simple query where I need to match a campaign name with a regular expression: SELECT ad_group_ad.ad.call_ad.description1, campaign.name, metrics.active_view_impressions, metrics.all_conversions FROM ad_group_ad WHERE metrics.impressions > 0 AND campaign.name REGEXP_MAT

GRPC 4.9 Centos 7/8 issues

2022-04-25 Thread 'Local Internet' via Google Ads API and AdWords API Forum
We are desperately trying to migrate all our Google Ads API's to use Google Ads API before 4/27/22 but it requires GRPC 4.9. GRPC is only available for Centos 8. Centos 8 was at EOL December 2021, while Centos 7 continues until June 2024. Centos 8 is specifically not indicated for production en

Re: ENABLED CONVERSION ACTIONS PER CUSTOMER ERROR

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Aditya, Thanks for replying back. For us to investigate, could you please share the request and response logs related to that request id you mentioned above, so our team can better check the root cause of the error. Please send the requested details via the Reply privately to the author op

Re: limiting access to third party app

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, A client Id and client secret with developer token only enable access to the Ads API and don't enable accessing accounts in Ads. The accounts that are accessible once you can access the Ads API depend on the refresh token used in a request to the API. If the user that generated the acc

Google AdWords API migration to Google Ads API

2022-04-25 Thread Jhonny Afonso
Hi, I am using Google AdWords API and we received the email to migrate to Google Ads API. We are using your API via CURL/file_get_contents (PHP) We've using these URL https://adwords.google.com/api/adwords/reportdownload/v201809 https://adwords.google.com/api/adwords/mcm/v201809 https://adwords.

removing labels - internal error

2022-04-25 Thread Shawn Naquin
Hi, *I have an account that informed: * ``` errors":[{"errorCode":{"resourceCountLimitExceededError":"RESOURCE_LIMIT"},"message":"This request would exceed a limit on the number of allowed resources. The details of which type of limit was exceeded will eventually be returned in ErrorDetails."

PHP customer_client Metrics

2022-04-25 Thread Rick Bennett
Hey, I am transitioning to the Google Ads API from Adwords and have most thigns working, but I hit one sticking point. If I run the get accessible accounts thing, I only get my top level account, but if I run a query to customer_client or customer_client_link, I can list them all no problem. T

RE: KeyError: 'accounts'

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi A Choe, Thank you for reaching out to us. For our team better check on this and to have a full picture on the error you may have encountered, can you share to us the complete API logs privately (request and response with request-id ) so our team can further check? You may then send the requ

Time zone in GAQL for Google Ads API

2022-04-25 Thread H Nohara
Hi. I am searching information about time zone of the time passed as "segments.date" and found the following QAs. https://groups.google.com/g/adwords-api/c/UHAhyLeyLOI/m/In9CYzNgAAAJ https://groups.google.com/g/adwords-api/c/UHAhyLeyLOI/m/In9CYzNgAAAJ Those are QAs about Google Adwords API, b

RE: CATEGORY_PRODUCTS_AND_SERVICES

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mugesh, Thank you for raising this concern to the Google Ads API team. Moving forward, "if I wanted to use the new Google Ads API instead of the Google Adwords API to get targeting ideas where can I find their categories for the given keyword? It used to be included as AttributeType CATEGOR

"authorization Error" - not been reviewed or verified by google?

2022-04-25 Thread 임한결
We created a project following this link( https://developers.google.com/google-ads/api/docs/oauth/cloud-project). And we got the same issue, which receives "Authorization Error" similar with this Q&A( https://groups.google.com/g/adwords-api/c/YC7OdiBqsqk/m/RK01-1d7AAAJ). Can we get a support with

Can't get click_view's data

2022-04-25 Thread 陈健
the response of query "SELECT metrics.clicks, click_view.gclid, segments.date FROM click_view WHERE segments.date = '2022-04-25'" is empty, but other query works well -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~

[Case#29729174] authenticationError: "NOT_ADS_USER"

2022-04-25 Thread Facundo Igua
Hello how are you? Continuing with the follow-up of our case #29729174, I present our problem: - Resource Name(s): https://googleads.googleapis.com/v9/customers:listAccessibleCustomers - Objective: We are trying to list the accounts and the hierarchy of accounts from the credentials obtained

What does "metrics.conversions" represent

2022-04-25 Thread H Nohara
Hi. I know customer can set their custom conversion actions on the Google Ads UI. So I think there can be many definition of "conversion". When specifying "metrics.conversions" in GAQL for Google Ads API, does the value reflects customer's settings? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Batch job processing issue

2022-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dawid, Thank you for getting back to us. I am also a member of the Google Ads API. With regard to this "I foud issue. Missing field "update_mask" blocks processing. But start date is invalid even in good jobs.", as mentioned by my colleague, for our team to investigate / check this issue is