asset metrics Report

2023-02-21 Thread '梁生' via Google Ads API and AdWords API Forum
hello, how can i can get asset level metrics.cost_micros? thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

The error of Login Customer Id when creating the campaign budget

2023-02-21 Thread Ujas p
Hello, I have a problem with login-customer-id with the below versions of the library, *My client library and Google Ads API versions:* - Client library version: v17.1.0 - Google Ads API version: V12 I already mentioned my account manager's customer id in the google

supported user interest in performance max campaign

2023-02-21 Thread ISMAIL TAIBANI
I tried to create Performance max campaign using API i got below DIMENSION_INVALID issue when i used this userInterest "userInterest": { "resourceName": "customers/1826818684/userInterests/3", "name": "Arts & Entertainment" } "{'error': {'code': 400, 'message': 'Request contains an invalid argu

Re: Troubleshooting "GRPC target method can't be resolved."

2023-02-21 Thread Miguel Martín González
Hello, I am also having the same issue. An old script I made seems to be using deprecated methods now, particularly this line: response = keyword_plan_service.mutate_keyword_plans(customer_id=customer_id, operations=[operation]) Is there any way, guide or otherwise, to easily convert the pro

RE: Enabling Enhanced Conversion Switch for Conversion Actions via API

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Keji, You have now reached the Google Ads API support team. With regard to your concern, could you please provide the full screenshot of the Google Ads UI without the cropping part so that we can better check and we can provide guidance accordingly? For security purposes, you can provide it

Re: TypeError: Parameter to MergeFrom() must be instance of same class

2023-02-21 Thread 'Rohini Mishra' via Google Ads API and AdWords API Forum
``` Request: customer_id: "3061188621" query: "\nSELECT keyword_plan.name, keyword_plan.id, keyword_plan.forecast_period, keyword_plan.resource_name\n FROM keyword_plan\n" Response --- Headers: { "request-id": "BCdYO650uz-nWxPZgWatkg" } Response: None` Attaching log f

add payment details by API

2023-02-21 Thread Alexey Zhytkov
Is it possible to send by API user's payment details: card number, date, name, CVV to an account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

How can I get metrics for each day for my campaign via Google Ads Api ?

2023-02-21 Thread Виталий Мамонтов
Hi! I need to get Campaign metrics for each day of its being. For example, I have a campaign that started on 01/01/2023 and ended on 01/07/2023. I want to get metrics for: - 01/01/2023 - 01/02/2023 - 01/03/2023 - 01/04/2023 - 01/05/2023 - 01/06/2023 - 01/07/2023 I know that

Re: How can I get metrics for each day for my campaign via Google Ads Api ?

2023-02-21 Thread Vitalii Mamontov
Chat GPT said, that I need to use DURING in WHERE clause. But, will it return data for each day? Or just an aggregation for this period? On Tuesday, February 21, 2023 at 4:19:52 PM UTC+2 Виталий Мамонтов wrote: > Hi! > I need to get Campaign metrics for each day of its being. > For example, I ha

RE: Help on generating historical data for a few keywords

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Peter, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Do you want to use the Google Ads API to generate historical metrics but you are new in Google Ads API? If yes and you are getting started by using Google Ads API, we h

RE: The error of Login Customer Id when creating the campaign budget

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. Thank you for providing logs. It appears that you have recently raised a concern that might be the same issue here, would you be able to confirm if this thread "The error of Login Customer Id when creatin

Account status doesn't match banner with account settings.

2023-02-21 Thread 'Miquel Isern Roca' via Google Ads API and AdWords API Forum
I have a customer account with a warning banner informing me that it has been suspended. But, at the same time, the Account Settings page shows the Account Status as Active and a query of `customer.status` or `customer_client.status` through the API also returns the status as ENABLED. What's th

Keyword text has invalid characters or Symbols

2023-02-21 Thread Eslam Alaa
Hi, hope all is well, kindly your support, I received an error while trying to add the following keyword "Zamalek’s club", I believe that the apostrophe is not an invalid symbol as per the below blog. Add keywords - Google Ads Help -- --

RE: asset metrics Report

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Michael here from Google Ads API Support team. Thank you for reaching out to us. With regards to your concern, if you are referring to getting the metrics at campaign asset level, you may try the below query: SELECT metrics.cost_micros FROM campaign_asset On the other hand, if this is fo

Re: Image and Location Migration in Google Ads API

2023-02-21 Thread Kevin
Hi Jinky, I understand that the Feed-based extensions are going to migrated and I believe I said so in the first email when I brought up that blog post. I think there is some miscommunication here - I am not asking whether I need to migrate or not (I know I do), I'm asking what the corresponding

Re: How can I get metrics for each day for my campaign via Google Ads Api ?

2023-02-21 Thread Vitalii Mamontov
Thanks. Will try to do so. Have a nice day. On Tuesday, February 21, 2023 at 9:23:54 PM UTC+2 Google Ads API Forum Advisor wrote: > Hi Vitalii, > > Thanks for reaching out to the Google Ads API Forum. I hope you are doing > well today. > > Moving forward to your concern, in general when it co

Access Cancel Accounts

2023-02-21 Thread MaritoG
Hi! I have an issue retrieving information account when the status is Cancel through Google Ads MCC. How can I fix this? Thanks. Mario. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Ads Enhanced Conversion Tracking API

2023-02-21 Thread Ryan Roberts
Google & Community, We are building a product to help support server to server conversion tracking. Although we have successfully achieved GCLID tracking/support we are having issues with “Enhanced Conversion Tracking” (without a CLID). In the following documentation “Enhanced conversions fo

Get Account level Data from google ads

2023-02-21 Thread Binu Mathew
Is there any way we can get account wise data of google ads, suppose say i have two account , i need to get data like click, impression, which keyword got the impression etc on every day in that particular period ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

RE: Keyword text has invalid characters or Symbols

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eslam, Thank you for reaching out to us. Yes, I could confirm that the apostrophe is indeed an invalid symbol. With this, I would suggest you not use it. On the other hand, if you are doing this through the Google Ads UI, you may reach out instead to the Product team via this link, as they

Re: asset metrics Report

2023-02-21 Thread '梁生' via Google Ads API and AdWords API Forum
Hello, "SELECT metrics.cost_micros FROM campaign WHERE segments.date = 2023-02-10 "What kinds of asset are included in this cost_micros of a campaign? By calculating the cost_micros of all the asset in a campaign,I found these two kinds of cost_micros is not equa

Re: Image and Location Migration in Google Ads API

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kevin, Thank you for getting back to us. I hope that you are doing well today. Moving forward to your concern, based in this document, the current extensions that support assets are listed below: Call Callout Hotel Callout Lead Form Mobile App Price Promotion Sitelink Structured Snippet Ev

404 - No service was found

2023-02-21 Thread 'Devansh Koolwal' via Google Ads API and AdWords API Forum
Hey, I was referencing this file (github ) for establishing the connection to ad manager API, but getting this error [21 Feb 20