Update labels for keywords

2022-07-14 Thread Ajay.R
Hi google ads team, I am using Python library , How to assign an existing label for the keyword. I have tried this, google_ads_client = self.google_ads_api_client(self.refresh_token, self .login_customer_id) agc_service = google_ads_client.get_service('AdGroupCriterionService') agc_operation =

No response returned

2022-07-14 Thread Haruma
Hi, I was trying to query for the campaign details as below: *query = "SELECT campaign.id, campaign.name FROM campaign"* But i didnt receive any response. The log shows no error, *Request made: ClientCustomerId: ***, Host: googleads.googleapis.com, Method:

Re: RunOfflineUserDataJob execution question

2022-07-14 Thread Vijay Bang
Hi Google Team, Can you please provide insight on this? On Thursday, January 14, 2021 at 9:05:32 PM UTC+5:30 philip.a...@epldigital.com wrote: > Hi, > > Using the Google Ads API RunOfflineUserDataJob >

Re: Refresh Token Issue -

2022-07-14 Thread dimas ilham
add some words, google AdWords is deprecated you can't use it anymore, move to google ads documentation here https://developers.google.com/google-ads/api/docs/client-libs/python or Github on here https://github.com/googleads/google-ads-python/blob/main Pada Jumat, 15 Juli 2022 pukul 11.48.40

Re: Which one is MCC and which one is customer_id

2022-07-14 Thread dimas ilham
Hi, thank you Sherwin for the docs you give me, it's clear the question I had, so when I apply for a basic access developer token, just fill the MCC right? the sub-account/another customer id under 1 MCC, I didn't include it in the form right? for further explanation, so if 3 customer id under

RE: Update MaxCPC Problem

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for posting your concern. Allow me provide support to your concern. To investigate the issue and to address it, please provide the complete request and response logs with request ID and request header generated on your end. You can provide it via Reply privately to author

I want to know how you can get the folder of asset resources through Google ads API?

2022-07-14 Thread 陈育生
[image: 微信截图_20220715110753.png] [image: 微信截图_20220715110914.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Cost per Click (gclid)

2022-07-14 Thread Mario Adabachy
Hey there, There's no UI involved, I'm talking about the API. I was wondering if we can get the cost per click, instead of the average cost per ad. Is that possible? Best. Mario Adabachy. On Thursday, 14 July 2022 at 23:27:34 UTC+3 adsapi wrote: > Hi Mario, > > Thank you for reaching out to

RE: Cost per Click (gclid)

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mario, Thank you for reaching out to the Google Ads API support team. Can you please provide full screen screenshot of the UI so that i can further investigate the issue? Please reply via privately author option. Thanks, Nirmitabahen Gaurav Google Ads API Team

mutateAdGroups error

2022-07-14 Thread jubap...@gmail.com
Hi, I am testing my remove ad group scripts. The error message is below: Request made: ClientCustomerId: 1711243173, Host: googleads.googleapis.com, Method: /google.ads.googleads.v9.services.AdGroupService/MutateAdGroups, RequestId: 56FSRKZAfpzf-QmyJY4KEQ, IsFault: True, FaultMessage: This

RE: Google Ads API REQUESTED_METRICS_FOR_MANAGER"

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sebastian, Thank you for reaching out to the Google Ads API support team. You can provide it via Reply privately to author option. If this option is not available, you may send the details directly to our googleadsapi-supp...@google.com alias instead. Thanks, Nirmitabahen Gaurav Google

RE: Google Ads API REQUESTED_METRICS_FOR_MANAGER"

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sebastian, Thank you for reaching out to the Google Ads API support team. With regards to your concern, it seems that you've encountered the USER_PERMISSION_DENIED error. The authorized customer does not have access to the operating customer. The common cause of this is when authenticating

Update MaxCPC Problem

2022-07-14 Thread Werner Reyneke
Good day, I'm using this query below to find a matching keyword to update its MaxCPC: select segments.date, ad_group.id,ad_group.status,ad_group_criterion.status,campaign.id, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text from keyword_view where segments.date between

RE: Cannot update a budget when a pending update already exists

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. I had to delete your initial post as it contained your logs. When sending this information to our team, you may do so via the Reply privately to author option or you may also send it directly to our googleadsapi-supp...@google.com alias.

Re: What are OWNED_AND_OPERATED and MULTIPLE campaign channel types?

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mehmet, You had mentioned you received errors and that you were under the impression they are enums so I responded accordingly. I think owned and operated means both all Google properties and multiple could mean many channels, to be certain I will raise this with my team and get back to you

GOOGLE Adswords: Developer token is not allowed with project

2022-07-14 Thread Sitemap SEO
I am not able to access my google adswords api. I am getting error GoogleAdsFailure { errors: [ GoogleAdsError { error_code: [ErrorCode], message: "Developer token is not allowed with project '-'." } ], request_id: 'id76HFweQXz4xNtcq7-ynA' } --

Metabase wants to access your Google Account

2022-07-14 Thread Hulma
Hi, I was trying to generate refresh tokens by running the generate_user_credentials.py, and i was given URL to paste in browser. The link ask me to allow Metabase to access my Google Account. I dont understand why the prompt shows *Metabase wants to access your Google Account *instead of

Re: Google Ads API REQUESTED_METRICS_FOR_MANAGER"

2022-07-14 Thread Sebastian
The developer token used is from the main account (not test account). The email used with google cloud and the main google ads account has full access to the test account, which was created under a new e-mail. I also tried adding linked-customer-id in the header with the subaccount of test

RE: Google Ads API

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meri, Thank you for reaching out to the Google Ads API support team. With regards to your concern, it seems that you've encountered the USER_PERMISSION_DENIED error. The authorized customer does not have access to the operating customer. The common cause of this is when authenticating as a

Google Ads API REQUESTED_METRICS_FOR_MANAGER"

2022-07-14 Thread Sebastian Iskra
Hi everyone, with OAuth2 Playground i've been trying to send a POST request to access campaign data in a google ads test account (test account access), but always have been receiving the status message "REQUESTED_METRICS_FOR_MANAGER". I tried to adjust the Request URI, switch manager

Cost per Click (gclid)

2022-07-14 Thread Mario Adabachy
Hey guys, Right now, we can track each click using gclid, but is there a way we can also track the cost of each click/gclid instead of only getting the average cost for all clicks per ad? Best, Mario A. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Google Ads API

2022-07-14 Thread Meri Sahakyan
Hi, I'm trying to create campaign using Google ads api v11 nuget package for .net core and getting permission denied error. Here is client creation: All configs are created from manager account side var client = new GoogleAdsClient(new Google.Ads.GoogleAds.Config.GoogleAdsConfig {

RE: Budget Lost Impression Share not working from ad_group

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Melker, Thank you for reaching out to us. You may note that to see the metrics and segments that can be put in the same SELECT clause as the fields of ad_group , you can refer to this documentation by clicking “Yes, it is” in the dropdown box. - The dropdown box specifies in what part of

Cannot update a budget when a pending update already exists

2022-07-14 Thread Александр Чернуха
[2022-07-12T19:13:19.206584+03:00] TestChannel.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v11.services.AccountBudgetProposalService/MutateAccountBudgetProposal", CustomerId: 4344271623, RequestId: "bt2Cwy4SuVadyghT6E_f9w", IsFault: 1, FaultMessage:

Re: Bug with Search Query and Close Variants

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mehmet, Thanks for getting back to us. The list of close variant queries for search_query whose search results are combined into the search_query, and this is why the search_query takes the first keyword. However, regarding Ads UI, product support is appropriate to comment on this

RE: Payment Failure Information

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tanveer, Thanks for reaching out to the Google Ads API Forum. Since your concern is regarding what will happen if it fails to deduct the money due to card expiry, the most appropriate answer can be provided by Google Ads Product Support team as our team handles the technical implementation

Re: HTML5 upload ad meda bundle no longer returned

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana, Thank you for providing the logs which show that you are not getting the ad_group_ad.ad.display_upload_ad.media_bundle field. I am Carmela, also a member of the Google Ads API team. Moving forward, could you provide complete logs (request and response logs with the request-id)

RE: API migration issues on reporting offline coversions

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gdula, Could you send us a 'DEBUG' log level request and response log of raw API communications of the click_view report and offline conversion upload? The request and response appears similar to the JSON Mappings in our REST documentation with additional headers and information such as

RE: Payment Failed Intimation

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tanveer, Thank you for raising this concern to Google Ads API Forum. To answer your question, I would suggest clarifying this situation first to the Google Ads Product team so that we will know what will happen here. If you receive any insights from them, feel free to revert back to us so

API migration issues on reporting offline coversions

2022-07-14 Thread Gdula Łukasz
Hi, We have recently implemented offline conversion over the new API and we can not see any conversions in the reports. I've double checked everything, the API request does not report any error and I have no clue where to look for a potential problem. There were some changes in the payload,

Payment Failure Information

2022-07-14 Thread Polyvista adwords
I am getting billing setup information from Google api using the code mentioned in below link. https://developers.google.com/google-ads/api/docs/billing/billing-setups#c_1 I want to know what google will do if it fails to deduct the money due to card expiry, will it update the status that I

Re: HTML5 upload ad meda bundle no longer returned

2022-07-14 Thread Tiana S.
Thanks for the help! Sent the information privately. On Wednesday, 13 July 2022 at 12:48:51 UTC+2 adsapi wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forum. > > For us to check the observed behavior, could you provide us with the > complete *request* >

Which one is MCC and which one is customer_id

2022-07-14 Thread dimas ilham
I want to ask 2 things and I know it might sound like a silly question. 1. I want to apply some basic access for developer settings there is a form for MCC which part from here is MCC? and there is [image: google ads.png] 2. and on the reporting template on code, there is a written

Payment Failed Intimation

2022-07-14 Thread Polyvista adwords
We are getting billing setup information from Google api using the code mentioned in below link. https://developers.google.com/google-ads/api/docs/billing/billing-setups#c_1 I have monthly subscription payments in my application, I want to know what google will do if it fails to deduct the

Budget Lost Impression Share not working from ad_group

2022-07-14 Thread Melker Holmgren
Hello, We are trying to query metrics.search_rank_lost_impression_share and metrics.search_budget_lost_impression_share from ad_group. Rank seems to work but budget gives us this error: {'errors': [{'errorCode': {'queryError': 'PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE'}, 'message':

Re: What are OWNED_AND_OPERATED and MULTIPLE campaign channel types?

2022-07-14 Thread sealytic...@gmail.com
I think you understand me wrong. In documantation it is told that *"A campaign simulation. Supported combinations of advertising channel type, simulation type and simulation modification"* And a combination is that: * OWNED_AND_OPERATED - TARGET_CPA - DEFAULT* So there must be an advertising