Without set Target Cps Bidding Strategy is not update

2022-07-07 Thread Gagandeep Singh
Hello, I try to add/update bidding strategy through google ads api. But if I try to without "target_cpa" bid then bidding strategy is not reflect on google ads UI following code: if campaign_data["campaign_bidding_strategy"] == "maximize_conversions": maximize_conversions =

Get reach estimate

2022-07-07 Thread Quang Binh Dinh
I want to get reach estimate based on criteria like location, gender, age, keyword... currently I have taken reach from location, but reach from age and Gender is not possible. Can you guys help me out. Thanks a lot. Here is my code: $adGroupResourceName =

Feature Suggestion -- Passing Metadata Into ClickConversion of uploadClickConversion

2022-07-07 Thread Mike M
I have these database table IDs for my conversions to upload. It's a positive integer. When I upload a clickConversion via the REST API, it tells me the successes in the 'results' section, and the fails in the 'partialFailureError->details[0]->errors' section, but now I have no way to know

No response GenerateKeywordIdeas method

2022-07-07 Thread masaha...@gmail.com
Hello,guys. I gave the keyword "covid-19" to the GenerateKeywordIdeas method of the KeywordPlanIdeaService service, but there is no response. Why is there no response? I can provide a log. Please tell me the receiving address. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Unique , Index, or Primary Key.

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ahmad, Thank you for getting back to us. I work with Peter and allow me to assist you here. Regarding your question "I think you mean I should generate an index key manually by combining the metric and resource_name. that is true?", my colleague meant that reports would generate a new row

Conversion action - Primary / secondary

2022-07-07 Thread SR
When we create a conversion action with Action optimization as primary, it gets automatically added to all running campaigns. We don't want the newly added conversion action to impact the currently running campaign. Is there any downside, if we set the action optimization as Secondary? -- --

Interest search limited in API

2022-07-07 Thread SR
In Google Ads UI, when we type an interest, we are getting many suggestions. How to get all those categories through API. In Codes and formats, we have only Affinity categories and In-market categories to download. https://developers.google.com/google-ads/api/reference/data/codes-formats

Re: Timezone and click_view reports

2022-07-07 Thread John Heathco
Thank you - is this based upon the manager's account? In this case, I could simply create a manager account with the proper timezone settings? Or is this based upon the client account's timezone setting, in which case if I wanted to switch timezones I would need to create an entirely new

Re: Error while importing googleadsclient. I installed python google-ads==17.0.0

2022-07-07 Thread jimmy m
I added logging but still same error. The error is during importation in this line *not in some api request.* *from google.ads.googleads.client import GoogleAdsClient* Could you check if there is the need to downgrade some subpackage or to install an extra one? I think these are the packages

Re: Unique , Index, or Primary Key.

2022-07-07 Thread Ahmad Jafari
Thanks for your response. Yes, I use campaign view. I think you mean I should generate an index key manually by combining the metric and resource_name. that is true? On Thursday, July 7, 2022 at 1:14:55 PM UTC-4 adsapi wrote: > Hi Ahmad, > > Thank you for your question. > > If you are using

RE: Invalid enum value cannot be included in WHERE clause: 'PERFORMANCE_MAX'.

2022-07-07 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. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex.

Re: Google ads migration missing HistoricalMetrics for some keyword

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anuj, Thank you for the reply. Moving forward, Since you followed the provided logging guide but still you are unable to generate complete logs on your end, then I would suggest you to reach out to the java client library owner instead by filing an issue in the Issue tab of github via this

Unique , Index, or Primary Key.

2022-07-07 Thread Ahmad Jafari
Hi, I get campaign performance based on segment Date and store it on DB, I want to know, is there any parameter as unique to avoid inserting duplicate records? Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: How to convert low_top_of_page_bid_micros and high_top_of_page_bid_micros to the currencyncy

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jai, Thank you for reaching out to us. Moving forward, you may note that there is a difference between how the API and UI treat keyword plans, and it can result in seeming discrepancies when comparing results between the two. To avoid misinterpreting the results, you may refer to this

Re: [KeywordPlanService.GenerateHistoricalMetrics]About avg_monthly_searches when specifying a period

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for providing us with the requested information. Upon checking the provided logs with us, I can see that avgMonthlySearches is 301000 for the period of 2020/06-2021/05. It appears that this is working as intended since I have tried on my end as well, and I can confirm that the

Re: Google ads migration missing HistoricalMetrics for some keyword

2022-07-07 Thread anuj sen
Hi Team , I followed the same link given Logging | Google Ads API | Google Developers I have done the following steps : 1. added maven dependeny log4j log4j 1.2.16 org.slf4j slf4j-jdk14 1.7.25 2. added

Re: Google keyword planner using node js

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Please refer to the REST interface for making HTTP requests to the Keyword Planner. You can find the endpoint at the top of each keyword plan method page (e.g. generateForecastCurve). Regards, Matt Google Ads API Team ref:_00D1U1174p._5004Q2cFp7F:ref -- --

Re: PHP Get First Page Cpc Micros

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shobha, Thanks for getting back to us. I can see that your GAQL is valid, however, your PHP code throws the Fatal error: Uncaught Error: Call to a member function getFirstPageCpcMicros(). This seems to be more related to PHP code implementation. You may refer to this PHP client library

Re: Google ads migration missing HistoricalMetrics for some keyword

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anuj, I’m afraid that the provided stack trace is not enough to investigate the issue further. Could you please provide us privately with the complete logs in the format of the request and response logs as seen in their respective links. For you to enable complete logs on your end for the

Invalid enum value cannot be included in WHERE clause: 'PERFORMANCE_MAX'.

2022-07-07 Thread 'Valerian Alphonso' via Google Ads API and AdWords API Forum
SELECT campaign.id, campaign.name, campaign.advertising_channel_type, metrics.clicks, metrics.cost_micros, metrics.impressions, metrics.conversions FROM campaign WHERE campaign.status =

Re: Google keyword planner using node js

2022-07-07 Thread Haris Arif
Hi Ernie, Thanks for the prompt feedback, My whole app is based on node so it will be very difficult for me to migrate on other language. So there is another question, I want to know if there is any way to call keyword planner API from postman? Regards, Haris On Monday, July 4, 2022 at

RE: Get conversion action for uploading offline clic conversion

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi France, Thank you for raising your concern to my team. I am also a member of the Google Ads API team and let me provide support to your concern. So that we can have a closer look at the issue, kindly provide the information (complete request and response logs with request ID and request

How to convert low_top_of_page_bid_micros and high_top_of_page_bid_micros to the currencyncy

2022-07-07 Thread jai Antony
I'm getting this response from the API (GenerateKeywordIdeasRequest) as below text: "betasaurus" keyword_annotations { } keyword_idea_metrics { competition: LOW monthly_search_volumes { month: JUNE year: 2021 monthly_searches: 260 } monthly_search_volumes { month: JULY

Re: [KeywordPlanService.GenerateHistoricalMetrics]About avg_monthly_searches when specifying a period

2022-07-07 Thread team AD-kwd
Hi Yasar, Thank you for teaching me the procedure. I just sent a message with a log file attached in a private setting. If you do not receive it, we would appreciate it if you could point it out. * It may be a specification, but I'm worried that the message sent to this account on the sending

Re: Google ads migration missing HistoricalMetrics for some keyword

2022-07-07 Thread anuj sen
Hi Matt, thanks for responding . please find the logs Jul 07, 2022 12:02:53 PM com.google.ads.googleads.lib.logging.RequestLogger logAtLevel INFO: SUCCESS REQUEST SUMMARY. Method: google.ads.googleads.v11.services.KeywordPlanCampaignService/MutateKeywordPlanCampaigns, Endpoint:

Re: Regarding the Google Ads API client library fo Go language

2022-07-07 Thread peng ares
+1 to request for Go lang client library. 在2022年1月18日星期二 UTC+8 01:58:20 写道: > Hi Miki, > > I raised with my team your request for a Go language Client library. This > request is subject to review. You may monitor our blog >

Re: Get conversion action for uploading offline clic conversion

2022-07-07 Thread SAFTI France
Hello thanks for your answers, Indeed I had to use a conversion action id in my query using php google ads library. (showing in my screen) But When I am performing my query I am still having this issue. I am using the same user for the login and linked customer id in the google_ads.ini

Re: PHP Get First Page Cpc Micros

2022-07-07 Thread Anil
Hello Anthony, Attached is the log with the request Id [2022-07-06T13:48:09.967873+01:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v10.services.GoogleAdsService/Search", CustomerId: 3087510920, RequestId: "ALPK8bpVCLadrFjySei31A",

Geographic View Supports

2022-07-07 Thread Anh Tuấn
Hi Supporters, I'm looking for a Query using Google Ads API on - https://developers.google.com/google-ads/api/fields/v11/geographic_view I've succeed on getting installations of each campaigns on this Query: SELECT geographic_view.country_criterion_id, campaign.id,

Error while importing googleadsclient. I installed python google-ads==17.0.0

2022-07-07 Thread jimmy m
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To

Re: Timezone and click_view reports

2022-07-07 Thread John Heathco
Also, if we cannot select a UTC date range, are we able to get the actual time of a given click_view/GCLID result so we know when the click occurred? On Thursday, July 7, 2022 at 12:02:59 AM UTC-7 John Heathco wrote: > Hi, > > I'm trying to get the GCLIDs for a given day in UTC. More

Im using Python google-ads==17.0.0 and got error while importing GoogleAdsClient

2022-07-07 Thread jimmy m
Traceback (most recent call last): File "G:\SQ\CRM\metrics2.py", line 7, in from google.ads.googleads.client import GoogleAdsClient File "C:\Users\Y\AppData\Local\Programs\Python\Python310\lib\site-packages\google\ads\googleads\__init__.py", line 15, in import google.ads.googleads.client

Timezone and click_view reports

2022-07-07 Thread John Heathco
Hi, I'm trying to get the GCLIDs for a given day in UTC. More specifically, I want the period to be 00:00 UTC to 23:59:59 UTC. Does the API use UTC by default, or will it return results for the account's timezone preference? If the latter, is there anyway to override this or to get the