Re: create customer match audience using rest interface

2021-02-17 Thread Coder
Hello again, Thanks for the clarification. Now I have provided 5K actual customer gmail ids, and they are uploaded fine and no errors while uploading. But I still see in the UI that it says <100 and too small to serve, also last updated shows as "Last upload: Jan 1, 1970 1:00:00 AM". Its been

RE: Google Ads Api service account authentication net core 3

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Andrey, Thanks for posting your concern. If you are trying to setup dotnet client library of Google ads API, then you should config the client library at app.config file. If you have further questions on the appsettings.json configuration file, then I would suggest to post your concern on t

Unauthorized CREATE operation in invoking a service's mutate method.

2021-02-17 Thread abadariki temidayo
Hello, i am trying to create a new campaign and budget but i get the following errors all the time Unauthorized CREATE operation in invoking a service's mutate method My code in (Nodejs): const client = new GoogleAdsApi({ client_id: '1004921226288-vu85lph7lcjm2g11ncb0o4chuuir01cj.apps.go

RE: phase out of bmm to phrase match

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Laura, Thank you for reaching out. Since it appears that you are referring to this recent blog post, then as mentioned : "Both phrase and BMM keywords will continue to work and beginning February 18, 2021 for our first wave of languages (English, German, Spanish, French, Italian, Dutch, Po

Using Ads Api how do you remove a custom interest

2021-02-17 Thread Sinea Calin
In previous Adwords API you could not remove the custom audience but you could update status as removed and can create a new one with the same name. In the new ads api you cant remove and you cant change status to REMOVED - message: "Enum value \'REMOVED\' cannot be used." My question is ho

RE: CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Gregory, My apologies for the confusion. This is the related document for the error that you've encountered. It is discussed that app campaigns don't support shared budgets and you need to set the budget's isExplicitlyShared property to false. Let me know if you have further questions. Reg

How to check if the image asset is already exist?

2021-02-17 Thread Mohammad Azfar Haziq Bin Ayoub
Hi, Currently when I try to upload image it giving error of "The asset has a name which is different from an existing duplicate that represents the same content.". The image might have been upload before but how can I check if I do not have the resource name? Please advice Thanks -- -- =~=

RE: Questions about the Google Ads Query Language v6

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for your questions. Allow me to reach out to the rest of our team and we'll reach back to you with information that can be helpful. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2CRwMV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-17 Thread Nenad Pantic
Hi Matt, I don't know which one I used but I can explain our flow - it should be pretty standard. 1. We invoke the oauth popup window from our web-app (our client angular ui). 2. Once user authenticate in oauth window, google returns the auth code to our web-app 3. We send aut

RE: Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Nenad, Thanks for reaching out. It looks like you are using the AdWords API. Can you please confirm if you are using this guide to create the refresh token? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CRvhk:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: USER_LIST_NOT_APPLICABLE

2021-02-17 Thread Monika Filipcikova
I'd like to add some details. We want to insert new users to some audience. request: { "customer_match_user_list_metadata": { "user_list": "customers/9966820478/userLists/669649969" }, "operations": [ {"create": { "user_identifiers": { "hashed_phone_number": "e233d4a29

Re: geographic_view.cost_per_micros is in local currency?

2021-02-17 Thread Gregory Golberg
Is there a way to programmatically query that setting -- if I want to report on multiple accounts? On Wed, Feb 17, 2021 at 12:54 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > Thank you for reaching out. The currency is determined by the setting in >

RE: geographic_view.cost_per_micros is in local currency?

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for reaching out. The currency is determined by the setting in the Google Ads account. As you can see, the unit for currency is in micro, which means 100 equals to one unit for that currency. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API T

Re: USER_LIST_NOT_APPLICABLE

2021-02-17 Thread Monika Filipcikova
Hi Matt, thanks for your response. request: { "customer_match_user_list_metadata": { "user_list": "customers/9966820478/userLists/669649969" }, "operations": [ {"create": { "user_identifiers": { "hashed_phone_number": "e233d4a29013e9d87150c6237c6777bedf379ebf1acdc5d6

geographic_view.cost_per_micros is in local currency?

2021-02-17 Thread Gregory Golberg
Is the cost_per_micros field in geographic_view in the account's currency, not USD? It appears so, as the numbers do not match those that I get by using Cost field with ReportDownloader

Re: Google Ads Api service account authentication net core 3

2021-02-17 Thread Andrey Lima
At this link https://github.com/googleads/googleads-dotnet-lib/wiki/API-access-using-own-credentials-(server-to-server-flow)#step-2---setting-up-the-client-library They say that I should use the config at the app.config, but I'm using net core 3.1 and the cofiguration file is appsettings.json.

Re: How to get count of keyword ideas from the Targeting idea service of the AdWords API

2021-02-17 Thread Uros Kovacevic
Hello, I am doing my search using this paramenter , how could I get it here? On Wednesday, February 17, 2021 at 7:46:40 PM UTC+1 adsapiforumadvisor wrote: > Hello

RE: How to get count of keyword ideas from the Targeting idea service of the AdWords API

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please clarify what category ID you are referring to (if you can point to a page of the documentation, this will be helpful)? If you are using the generate keyword ideas sample code (Python given here), you should be able to get the total count of ideas

RE: USER_LIST_NOT_APPLICABLE

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Monika, Thanks for reaching out. Can you please provide us with the complete request and response logs? With more information, we'll be able to better investigate the issue. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CRsqC:ref -- -- =~=~=~=~=~=~=~=~=

Google Ads Api service account authentication net core 3

2021-02-17 Thread Andrey Lima
*After trying to send an event to Google Ads Api with this code:* UploadClickConversionsResponse response = conversionUploadService.UploadClickConversions( new UploadClickConversionsRequest() {

Re: Total account cost

2021-02-17 Thread Akif Çakırmelik
Thank you 17 Şubat 2021 Çarşamba tarihinde saat 19:35:28 UTC+3 itibarıyla adsapiforumadvisor şunları yazdı: > Hello, > > To get cost from the account level, you can select the field > metrics.cost_micros from the customer >

Re: CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Gregory Golberg
This campaign is a brand new campaign I am creating, so it is not set up as an experiment unless it is a default setting. Here's the code, using Java (google-ads 10.1.0) (note System.currentTimeMillis() -- to ensure for the purposes of this test that this is a unique name): === Ca

RE: Google Ads API - Can I add/remove Ad Group Criteria for Video Campaign?

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately video campaigns cannot be mutated at all from the API. You could query the video resource to fetch data for the video campaigns. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CRx4X:ref -- -

RE: Adwords API - Which services would provide historical Performance Data

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Jagadish, Thank you for reaching out. To extract Adwords Historical performance data, please query on the different reports available in the AdWords and in the AWQL you could specify the date range to flexibly query the statistics for a specific period of time. Thanks and regards, Xiaoming,

RE: Adding customer match ids to an existing user list (python)

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Stephen, Thank you for reaching out. You would need to pass in the resource name rather than a user list id or name. You could first create the resource name of the user list in the form of customers/{customer_id}/userLists/{user_list_id} and then pass it in the def _add_users_to_customer_ma

RE: CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Can you please confirm that you are using the AdWords API? The error you mentioned occurs if the campaign is an experiment. Can you also confirm if this is the case? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CRs7q:ref -- -- =~=~=~=~=~=~=~=~

RE: Token has been expired or revoked

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Fatima, Thank you for reaching out. Here are some common causes for the refresh token expiration. One of them is “A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 day

RE: Total account cost

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hello, To get cost from the account level, you can select the field metrics.cost_micros from the customer report. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2CRsUG:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

phase out of bmm to phrase match

2021-02-17 Thread Laura (Ontario Business Central)
Hi, I am wondering if with the changes tomorrow if it is better for us to remove all BMM keywords from our campaigns? My understanding from what has been posted is that this will roll out over the next number of months and we are better to keep an eye on our account and that our BMM keywords wi

phrase match from BMM

2021-02-17 Thread Ontario Business Central Inc.
With the updates coming tomorrow phasing out BMM keywords, should we as advertisers remove our BMM keywords right away or wait as this rolls out over the next few months and continue to monitor? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Re: MutateAds INTERNAL_ERROR

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hello Sergey, Thank you for the additional information and for bringing this to our attention. I'm still waiting for my fellow engineer who works on the code to get back to me. I'll get back to you when I hear back. Feel free to ping this thread if you don't hear from me soon. Cheers, Nadine,

Google Ads API - Can I add/remove Ad Group Criteria for Video Campaign?

2021-02-17 Thread 阿部慎太郎
Hello, I'm trying to use Google Ads API v6 to update Ad Group Criteria. Can I add/remove Ad Group Criteria for Video Campaign? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Questions about the Google Ads Query Language v6

2021-02-17 Thread FW API
Hello, I have some question about the language specification. 1. Is there a maximum length to queries? 2. Are there limits on certain clauses within queries? For example the old Adword API produced TOO_MANY_PREDICATES errors. Are those still a think? If so, what are the limits? 3. How exactly

Adwords API - Which services would provide historical Performance Data

2021-02-17 Thread Jagadish B
Hi All, I'm trying to use Adwords API V201809 to build SQL server Integration Packages (SSIS0 to ETL data from our Adwords Account to SQL server. I'm going through the documentation of various Adwords API Services on the 'Reference'

Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-17 Thread Nenad Pantic
We are using Google Ad Words java library: com.google.api.ads.adwords.lib.client from Maven repository: com.google.api-ads ads-lib 4.10.0 We are experiencing random hit and miss exceptions (for example when getting list of campaigns). It seems to me that refreshing user credentials (via web-ap

Adding customer match ids to an existing user list (python)

2021-02-17 Thread 'Stephen Waters' via AdWords API and Google Ads API Forum
Hi I am in the process of migrating to the google ads api from the adwords one. I've been using the code from https://github.com/googleads/google-ads-python/blob/master/examples/remarketing/add_customer_match_user_list.py as a basis but am struggling to figure out how to update an existing li

Re: Token has been expired or revoked

2021-02-17 Thread fatima Ajij
I believe the validity of refresh token is life long then why it is happening? On Wednesday, February 17, 2021 at 10:16:59 AM UTC fatima Ajij wrote: > Hi I have been using rest methods to integrate Google Ads API in C#. > Everything seemed to be working fine but all off sudden I started getting

Token has been expired or revoked

2021-02-17 Thread fatima Ajij
Hi I have been using rest methods to integrate Google Ads API in C#. Everything seemed to be working fine but all off sudden I started getting 400 response with the error message. { "error": "invalid_grant", "error_description": "Token has been expired or revoked." } As mentioned above

USER_LIST_NOT_APPLICABLE

2021-02-17 Thread Monika Filipcikova
Hi, I want to insert new customers into user list, and I got "errorCode": { "userDataError": "USER_LIST_NOT_APPLICABLE" }, "message": "Current user list is not applicable for the given customer.",

Re: MutateAds INTERNAL_ERROR

2021-02-17 Thread Sergey Zilberman
Hello Nadine. Our client only informed us about a problem with editing some ads (not all). Moreover, we tried to send all the same data (without new elements) that has already been saved, but we still see an error. We see this error for the first time in all our long work with Google API. Cheers

Total account cost

2021-02-17 Thread Akif Çakırmelik
How can I get total account cost with Google Ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Gro

Re: Google Ads Script Breaking

2021-02-17 Thread SEM Booster
Thank you, just posted there. On Wed, 17 Feb 2021 at 07:13, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Ella, > > Thank you for raising this to us. > > Please note that this forum channel can only assists you with > issues/concerns related to the AdWords API or t

CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Gregory Golberg
I am creating a new budget, and then creating a campaign using newly created resource name. Yet I am getting CAMPAIGN_CANNOT_USE_SHARED_BUDGET error. What could be the cause? -g -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

Re: Error when creating campaign

2021-02-17 Thread 'Gregory Golberg' via AdWords API and Google Ads API Forum
Hello Thank you; that did it. On Tuesday, February 16, 2021 at 6:35:49 PM UTC-8 adsapiforumadvisor wrote: > Hi Gregory, > > Thank you for your email. > > If you are using a MCC/manager account ID in your request then I would > recommend that you use a client account ID instead. This is because

How to get count of keyword ideas from the Targeting idea service of the AdWords API

2021-02-17 Thread Uros Kovacevic
Hello again, Following up on my previous question, I am trying to get the count of keyword ideas associated with a specific categoryID. I understand that the api currently does not return the total count of objects in a single call, however I don't want to have to query all the objects to be a