Developer doesn't have permission to access service

2022-02-17 Thread 1210xin H5
When I try to create a new campaign using Google ads API, I get an error: developer doesn't have permission to access service I have authorized the highest authority Please help me, thank you Response log: [2022-02-18T15:28:46.080554+08:00] google-ads.INFO: Request made: Host: "googleads.go

Developer doesn't have permission to access service

2022-02-17 Thread 1210xin H5
When I try to create a new campaign using Google ads API, I get an error: developer doesn't have permission to access service I have authorized the highest authority I have sent a private letter Please help me, thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: How to know if we have "wbraid" click IDs enabled?

2022-02-17 Thread Hustle OU
I am receiving contradictory information from you guys and from Google support team. They told me "wbraid" is already enabled for all accounts. Isn't that true? We can't get access to a Google manager or representative, because we don't spend enough. On Friday, February 18, 2022 at 8:01:41 AM

have a trouble generate Keyword Ideas

2022-02-17 Thread Jieun Cha
I am trying to search for recommended keywords using the KeywordPlanIdeaServiceClient. (I used *google-ads:17.0.1* and *Java11* and *Spring Boot*) Results are viewed normally, but an error logs occurs. Is there anything else I need to configure? the logs are blow. I've only edited the top part o

Re: OfflineUserDataJobs Questions

2022-02-17 Thread Vamshi TG
Hi, It appears that my follow-up questions got lost in the thread. I have added them again below, could you please clarify them? *1. The Google Ads documentation says we might get an error if we try to execute two Jobs at the same time for a particular audience. Would there be a problem if we

Re: Local Ads Data Missing in Gender/ Age View API Endpoints

2022-02-17 Thread SANJAY SRINIVAAS M R
Hi Ernie, I went to the Google Ads web interface to the Audience tab to check if I need to turn some kind of targeting for getting Age reports for my Local Ads. I found out that none of my Local campaigns are showing up in the edit demographics tab. Does this mean that Google Ads doesn't suppor

RE: why my ad_group_ad_asset_view 's data is different with UI?

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that the Ad asset's cost, impressions data through ad_group_ad_asset_view report is mismatched as compared with the said data fetched via Google Ads UI, could you please provide the following: Provide us with th

Re: Local Ads Data Missing in Gender/ Age View API Endpoints

2022-02-17 Thread SANJAY SRINIVAAS M R
Hi Ernie, I am certain that that all the metrics for my Local adgroups will not be Zero all days of last year. Just to check I ran the call to the Adgroup endpoint for my local ads and received the required data. I don't understand how the total adgroup level data could exist but while retriev

iRe: The click associated with the given identifier or iOS URL parameter occurred less than 6 hours ago, please retry after 6 hours have passed

2022-02-17 Thread Hustle OU
Hi Anash, Yes, I know how it works, but ideally, it should work in real time, without having to wait 6 hours to post the data. I have already explained the reasons why this is not ideal (current scenario). Would you be able to send a feedback request to the engineering team so they implement

Re: The click associated with the given identifier or iOS URL parameter occurred less than 6 hours ago, please retry after 6 hours have passed

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hustle, It is recommended that you keep a 6 hour window before uploading conversions. If you try uploading earlier, the some of the conversions may fail to import and you need to retry them once 6 hours have passed. Cheers Anash ref:_00D1U1174p._5004Q2Wvmdh:ref -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Can't find authentication examples

2022-02-17 Thread Kyle Zengo
The examples directory is left out when the library is packaged for PyPi. I can access it by cloning the client library, so not an issue! On Thursday, February 3, 2022 at 3:47:17 PM UTC-5 adsapi wrote: > Hi Kyle, > > This sample should

RE: How to fetch inventory filter of a shopping campaign using Google Ads API

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haritha, Thanks for reaching out. It sounds like you are looking for listing dimensions. Listing groups are referred to as product groups in the UI and AdWords API. You can find a list of supported dimensions here. Please let us know if we can help with anything else. Regards, Matt Google A

Re: Issue with the token

2022-02-17 Thread Grupo Gera
My goal: access campaigns billing data Em quinta-feira, 17 de fevereiro de 2022 às 17:14:20 UTC-3, Grupo Gera escreveu: > This is the file with the logs > > file:///home/lsneves/Downloads/logs-5b6bd40c-91fa-4134-aa37-6ed63b6cc76a.txt > > Em quinta-feira, 17 de fevereiro de 2022 às 16:57:01 UTC-3

Re: Issue with the token

2022-02-17 Thread Grupo Gera
This is the file with the logs file:///home/lsneves/Downloads/logs-5b6bd40c-91fa-4134-aa37-6ed63b6cc76a.txt Em quinta-feira, 17 de fevereiro de 2022 às 16:57:01 UTC-3, Grupo Gera escreveu: > Im' facing an issue trying to connect the Google API. I generated the > refresh token and followed step

Issue with the token

2022-02-17 Thread Grupo Gera
Im' facing an issue trying to connect the Google API. I generated the refresh token and followed step by step and It is still not working. The error message follows: "The developer token is not approved. Non-approved developer tokens can only be used with test accounts" I generated a new refres

python google-ads api get quota remaining

2022-02-17 Thread Laurie McIntosh
Hi all, I have some processes that seem to be quite expensive in terms of quota being used up. I'd like to run a process and then log what's remaining of my quota after it's run. Any way to get this through the API? ---=L -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

AdGroupAsset REMOVED Status not working via API

2022-02-17 Thread AMAP TEST
Team, I am trying to update the AdGroupAsset Status field to "REMOVED" via an API . And i get this error from the REST API . { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ {

Mobile Application info extraction

2022-02-17 Thread AMAP TEST
Team, Is there any API endpoint from where we can extract all the Mobile Application ID's for iOS and Mobile Application Names for Android OS ? I am talking about appId described on this page : https://developers.google.com/google-ads/api/rest/reference/rest/v10/MobileApplicationInfo?hl=en Let m

Re: How can I get Forecast keyword forecasts text?

2022-02-17 Thread Vladymyr Karpov
Hello Matt, the issue is that this resource you API returns - customers/2705932929/keywordPlanKeywords/743359713822 does not exists and I’m not able to get text query of it. I have this as response data - { "keywordPlanAdGroupKeyword": "customers/2705932929/keywordPlanKeywords/7433597138

TopOfPageBid and FirstPageBid

2022-02-17 Thread Werner Reyneke
Good day Which report can I use via the API to obtain the bid amount required 1. to make the add a top of the page add 2. to make the add appear in the first page? Thank you in advance. Werner Reyneke -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Google ads api OAuth client deleted

2022-02-17 Thread Sriram Sivaraman
Hello, I was using the Google ads api a few months back and everything was working fine. Today when I tried to use the same I get the following error ('deleted_client: The OAuth client was deleted.', {'error': 'deleted_client', 'error_description': 'The OAuth client was deleted.'}) in python.

Customer ID

2022-02-17 Thread anzor urdia
Hi there I added Oauth flow to my users, After authorization, I'm getting user's access token and secret token. After that, I need to get users Customer id to link their accounts to the manager account. How I can get a Customer ID after I got the user's tokens? Thanks Anzor -- -- =~=~=~=~=~

Re: Local Ads Data Missing in Gender/ Age View API Endpoints

2022-02-17 Thread SANJAY SRINIVAAS M R
Hi Jakeia, I have privately replied with the requested information. Please let me know if you were able to find the reason for this behaviour. TIA! Best, Sanjay On Wednesday, February 16, 2022 at 2:51:06 AM UTC+5:30 adsapi wrote: > Hello Sanjay, > > Thanks for reaching out to the Google Ads AP

RE: Items outstok - manage

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Paval, Thank you for reaching out to the Google Ads API support team. You can also refer to this forum thread, we discussed here about pause ads. Let me know if you have any question. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2WvY86:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Remaining account budget

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lubov, Thank you for reaching out to the Google Ads API support team. Currently, the remaining credit limit is not available via API. We already raised concern with our team. This request is subject to review. So I would recommend keeping an eye on our blog for information on future releases

Updating Campaign Budget Issue: "Cannot use empty field mask in update operation."

2022-02-17 Thread Toprak Ucar
Hello Everyone, I am facing an issue while I try to update a campaign budget as below; *Error with message "Cannot use empty field mask in update operation.". On field: operations* My code: client = GoogleAdsClient.load_from_dict(credentials, version='v10') campaign_budget_ser

RE: Query related to Enhance-Conversion

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Enhanced conversions can only be used on previously uploaded conversions (it must be an adjustment). By your question, "Cannot we directly call enhance-conversions API with unique OrderId to upload Customer PII data to conversion action.", are you asking if you

UNKNOWN error while trying to create a link

2022-02-17 Thread Alon Myburgh
Hello, I'm doing a POST request to https://googleads.googleapis.com/v10/customers/{CUSTOMERID}/accountLinks:create with the body of: {"accountLink": {"status": "PENDING_APPROVAL", "googleAds": {"customer": "customers/{CUSTOMERID}"}}} the response I'm getting is: { "error": { "code": 400,

RE: Googla ads Api issue

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ruban, Thank you for reaching out to the Google Ads API support team. Upon taking look at your account 9094722815, please note that you cannot make API calls against a cancelled account. If you would like to get information on the cancelled account, you will have to reactivate your account.

Re: OfflineUserDataJobOperation: Remove And Create operation

2022-02-17 Thread Subhranshu Mohanty
The one you're suggesting that I know for user lists, to add and remove members from the user list can be possible via OfflineUserDataJobOperation? But my question is then how I should proceed with Create & Remove operation for the same user list? Doc says to create 2 separate OfflineUserDataJo

RE: My All Google Ads Account Suspended, Circumventing System Policy

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. With regards to your concern about suspending Google Ads Account, we would recommend you please reach out to the product support team via clicking on contact us option. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004

RE: White Listing of Google Account for Testing store sales direct google ads API

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Paid, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use this guide to set up account for Google Ads Store sales. If you have any further question, we would recommend you please reach out to the product support team via clicking on contac

RE: OfflineUserDataJobOperation: Remove And Create operation

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Subhranshu, Thank you for reaching out. Google Ads API only supports mutating the User Lists but not the members in the lists. The workaround is to use UserListService.MutateUserLists to create /update/remove members in the user list by the UserListOperation. As of now we have a refer cod

Re: OfflineUserDataJobs Questions

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mohanty, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you may refer to this guide to create and remove operations for OfflineUserDataJobs. Let me know if you have any question. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2Wvu9x:r

filter excluded product groups from shopping_performance_view report

2022-02-17 Thread Yon
Hi, I want to filter excluded product groups from this query: "var query = "SELECT campaign.status,campaign.name, metrics.cost_micros, metrics.conversions_value, metrics.conversions, segments.product_item_id FROM shopping_performance_view WHERE campaign.status = 'ENABLED' AND metrics.cost_micro

Re: Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-17 Thread MAPI Test
Hi Peter, Thank you for your help. As written via mail as well, fortunately, we were able to resolve the issue by using the latest SDK version (17.0.0) which uses the new API version 10. When doing the calls to this API, we don’t receive the error anymore and instead, the existing asset id is

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-17 Thread MAPI Test
Hi all, Fortunately, we were able to resolve the issue by using the latest Java SDK version (17.0.0) which uses the new API version 10. When doing the calls to this API, we don’t receive the error anymore and instead, the existing asset id is automatically reused when we upload the same image

RE: Upload Image Asset Error: Invalid argument

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Shashank, Thanks for reaching out to the Google Ads API support. It seems you have encountered internal error message with invalid argument. Could you please provide us with the complete request and response logs with the request-id and request header, so our team can better check the root

Different responses between Google Ads API and AdWords API

2022-02-17 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I'm sending 2 requests for different APIs and receive different responses: for AdWords API: *curl --request POST --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header "developerToken: ${DEV_TOKEN}" --header "clientCustomerId: ${CUSTOMER_ID}" --data "__rdquery=SELECT Id, Cost, Cr

Re: Build golang sdk failed after migrate to V10

2022-02-17 Thread Zhenjin Hu
Hi Ernie, Thanks for reaching out! I've figged out the issue. This is caused by the filename of *experiment_arm.proto *added in V10. The protoc compile this file and gen a go source file named *experiment_arm.pb.go *by default. This go source filename make the go build system think it s

Re: Get more Data about Keyword

2022-02-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rohit, Thank you for providing a screenshot. However, I'm deleting your latest message as it contains private information. Can you try to set the KeywordPlanAggregateMetricType in your request to DEVICE and see if you're able to get a breakdown of the device? Let me know how it goes. If t

Action after authorization

2022-02-17 Thread anzor urdia
Hi Adwords team! So, i setup authorization flow, and now my users can authorize in my system using google and I got permission for Adwards(https:://www.googleapis.com/auth/adwords) My goal is that these users can see their campaigns and ads stats on my interface, I would like your help, to unde

Re: set the bid adjustments on CRM user lists of a Ad Group

2022-02-17 Thread Paid Media
Hi Kevin, Our requirement is to add multiple customer match user lists with an Ad group for targeting and then set the different bid modifiers for this user list at the Ad group level. I thought we will make multiple AdGroupCriterion service calls to add each user list to the Ad Group and se

Support for Upgraded Extensions in Reports API

2022-02-17 Thread Vivek Sura
Hi, Are Upgraded extensions supported in reporting API ? Currently, we are using extension_feed_item report to get reporting data, but it mostly returns 0 data. However, in the google ads UI, we are able to get data

Re: OfflineUserDataJobs Questions

2022-02-17 Thread Subhranshu Mohanty
Hey Vamshi, How you're sending create and remove operations for OfflineUserDataJobs? On Wednesday, February 16, 2022 at 8:51:06 PM UTC+5:30 vams...@sojern.com wrote: > Hi, > > Thank you for the response. Could you please clarify the follow-up > questions? > > *1. The Google Ads documentation s

Re: How to know if we have "wbraid" click IDs enabled?

2022-02-17 Thread Hustle OU
Ok, so we talked with the Google Ads Product support team. And they told us the following: Actually the "wbraid" is automatically enabled for all accounts. The "gbraid" is not, and that one is the one you need to go through a Manager and get into the allowlist. So the documentation here: http

Re: How to know if we have "wbraid" click IDs enabled?

2022-02-17 Thread Hustle OU
Hi Kevin, What if we don't have a Google Representative? What's the expected date to rollout this feature to all accounts? Thanks On Thursday, February 17, 2022 at 7:29:50 AM UTC+1 adsapi wrote: > Hello, > > > > I'm Kevin from the Google Ads API Team. > > > > I suggest you reach out to you

How to set bid adjustments for the audience list targeting an ad group using the Google Ads API?

2022-02-17 Thread Paid Media
Hi, We want to associate multiple audiences with an Ad group and set the different bid modifiers for different audiences at the Ad group level. To achieve this I am thinking we need to set bid modifiers for user lists. Could you please let us know how to do it using the Google Ads API? >From

Authorization problem

2022-02-17 Thread Laurent Petr
Hi all, I'm trying for the first time to use Google Ads API and I'm following these instructions : https://github.com/googleads/google-ads-php/blob/HEAD/README.md#getting-started I have a problem with "Run the AuthenticateInDesktopApplication

Regarding Business Profile APIs Deprecation schedule

2022-02-17 Thread Loordumary ColorWhistle
Hi, Google announced the sunset date for Business Profile APIs. The sunset date is 30 March 2020. I have doubts about this API version conversion. I have tried to convert the deprecated Resource to Replacement Resource for the last 2 weeks. But the API will not support that version. It shows th

Report contains zero metrics with segmenting

2022-02-17 Thread Developer Poidi
Hey guys! I have a strange behaviour during migration from Adwords-AWQL to Ads-GAQL. I have following AWQL query: *SELECT OfferId,Date,DayOfWeek,Week,Month,Impressions,Clicks,Conversions,ConversionRate,ValuePerConversion,Ctr,Cost FROM SHOPPING_PERFORMANCE_REPORT WHERE CountryCriteriaId = 2040