Google Ads Scripts - Link Checker [Single]

2020-04-15 Thread John Santos
Hi, My name is John and I have a question regarding the Link Checker Script. Is it possible to have 2 or more recipients via email if issues are found? If yes, what is the format we should follow to separate between email addresses? I've attached the snippet I am referring to. Many thanks!

Re: Google Ads PHP API beta - crm_based_user_list

2020-04-15 Thread cv
Hi Danica, Thanks, I will try the same and let you know if face any issue. Thanks, On Thursday, 16 April 2020 02:20:14 UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Unfortunately, there are no code samples specific to crm_based_user_lists > available. You may try referring to this >

Re: How to get already created Userlist and edit those data

2020-04-15 Thread cv
Yes, I am able to create UserList, but everytime it is creating new list. But keep in mind that you could only mutate the whole user list instead of adding or removing members in the user list. Let us know if you have any further concerns. ->But in this case the New list will be created every

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-15 Thread hiromi hishida
Hi Xiaoming, Thank you for your reply. Will the "expected behavior" be changed someday? Then I strongly request a feature: GROUP BY clause in GAQL, as I've requested long before. ( https://groups.google.com/forum/?hl=ja#!topic/adwords-api/WlygUGpMBfM ) regards, Hiromi 2020年4月16日木曜日

How to get keyword search volume using Google Ads

2020-04-15 Thread Marcos Duran
Is there a way to get the search volume for a particular keyword using the Google Ads API? (currently in Beta) I can get something along the lines using the Generate Keyword Ideas example at: https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas But it also

RE: Google Ads PHP API beta - crm_based_user_list

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, there are no code samples specific to crm_based_user_lists available. You may try referring to this sample code for AddCombinedRuleUserList to see how user lists are created via API. Instead of using RuleBasedUserList, you can use CrmBasedUserListInfo fields. Thanks,

RE: TrafficEstimatorService requests limit

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Yair, Thank you for reaching out. The 2500 keywords is the limit for keyword estimates per request. The daily limit is 1 operations a day if you have Test account access or Basic access. If you own Standard access then you could have unlimited daily operations. Let us know if you have

RE: How to get already created Userlist and edit those data

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You could refer to this code example on how to create and add emails to a user list. But keep in mind that you could only mutate the whole user list instead of adding or removing members in the user list. Let us know if you have any further concerns. Thanks and

RE: Obtain monthly / quarterly impressions from TrafficEstimatorService

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Kevin, Unfortunately, there is currently no way to get total impressions within a specified date range via TrafficEstimatorService. For more information on what is achievable in TrafficEstimatorService, you can refer to this guide. Thanks, Danica, Google Ads API Team

RE: when reporting using the geographic view, why are we not allowed to retrieve the actual name of the county, state, city, zip, etc...

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi James, Thank you for reaching out. While I can't speak for why that isn't available, I have two potential workarounds for you. First, if you have the list of resource names, you can run the geo_target_constant report and select the canonical_name. Second, you can download the list of

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Hiromi, This is expected behavior in the Google Ads API. Whenever you use a segment criterion in the WHERE clause it is necessary to put the segment criterion in the SELECT clause. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team

Re: BID_GOAL_PERFORMANCE_REPORT: Field "type" can have "--" ?!

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Zweitze, Thanks for this information, I'l share it with my team and make the appropriate documentation changes. Meanwhile I'm checking on the global uniqueness for bid strategy IDs and will let you know once I have more information. Best, Ben, Google Ads API Team

Re: TrafficEstimatorService requests max amount and operation count or batch of keywords

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Yair, Thank you for reaching out. You could have maximum 1 operations a day if you have Test account access or Basic access. The 2500 keywords you sent in a single request would be counted as one operation. Let us know if you have any further concerns. Thanks and regards, Xiaoming,

RE: Search(SearchGoogleAdsRequest) returns (SearchGoogleAdsResponse) problem

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Chao, Thank you for reaching out. The LIMIT clause allows you to specify the maximum number of objects you want to return in your report. In your case, you set the limit to 2000 and 2000 items returned so this is the intended behavior. You can find more information on limits here. Setting

RE: Limits on the "Budget Order Service" method

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out to us! Please find my answers to your questions below: Is there any other restriction on using the "BudgetOrderService" method besides the standard limits for a change or request? If you would like to use BudgetOrderService, you will have to use a whitelisted

TrafficEstimatorService requests limit

2020-04-15 Thread yair viner
Hi Guys can one tell me what is the daily limit of calling TrafficEstimatorService ? the docomentation says The maximum number of keyword estimate requests across all campaign

RE: Google Ads call produces a grpc error: InvalidFlags

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi V, Thank you for reaching out to us. This error looks to be an issue with the client library. Could you go to the github page for the client library you've chosen and post this concern under the "Issues" tab, and our client library support team will be more than happy to assist you with

when reporting using the geographic view, why are we not allowed to retrieve the actual name of the county, state, city, zip, etc...

2020-04-15 Thread 'James Nixon' via AdWords API and Google Ads API Forum
When reporting using the geographic view, why are we not allowed to retrieve the actual name of the county, state, city, zip, etc... It only allows retrieving resource name of the geo_target_constant that represents the There is a reverse lookup service function that takes as an input the

Re: Google AdWords API 400 "Bad Request" "invalid_grant" error: is it possible for refresh_token to be expired?

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, my team doesn't have any insight into why a refresh token may have been revoked. If it stopped working unexpectedly, it's most likely because the user either revoked it or generated a new one for some other purpose which brought them over the limit of maximum simultaneous

RE: Create conversion upload schedule via API

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Max, Thank you for reaching out. Unfortunately, there is no service available for scheduling upload conversions in the API. We have created a feature request on behalf for this so I would recommend keeping an eye on our Developer Blog for information on future releases. Let me know if you

RE: Why has the analytics api begun returning no rows for all queries?

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi, This forum is dedicated to Google Ads API related issues. For assistance on your issue, you should reach out to the Google Ads Scripts Forum. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZYGcu:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Google AdWords API 400 "Bad Request" "invalid_grant" error: is it possible for refresh_token to be expired?

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hello, I am checking on this internally within the team and will provide you with updates once we have more insight. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5001UZXKqw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Why has the analytics api begun returning no rows for all queries?

2020-04-15 Thread Ox Optimal
I have an adwords script that I use to pull product revenue and other data from a corresponding analytics account using Analytics.Data.Ga.get(tableId, startDate, endDate, metric, options); that has worked in the past. Yesterday I noticed some discrepancies in revenue for specific

RE: Pause keyword using Ads API Beta w/ Python

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thanks for reaching out. With regards to your concern about pausing keywords within the ad group, you can use the AdGroupCriterionService and set the status of the AdGroupCriterion to PAUSED. You can follow the update keywords example here but set the ad_group_criterion.status to PAUSED

How to get already created Userlist and edit those data

2020-04-15 Thread cv
Hi, How I can create the Userlist and Edit the emails or remove the emails or add the emails to that list using API? Please guide how I can achieve same? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Limits on the "Budget Order Service" method

2020-04-15 Thread Сергей Кузнецов
hi! There is such a question: Is there any other restriction on using the "BudgetOrderService" method besides the standard limits for a change or request? https://developers.google.com/google-ads/api/docs/access-levels And another question: Do these daily limits apply to requests for only one

Google Ads PHP API beta - crm_based_user_list

2020-04-15 Thread cv
Hi, Can you please guide how I can use crm_based_user_list in new API which is in beta? I am not finding example to add user list. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: BID_GOAL_PERFORMANCE_REPORT: Field "type" can have "--" ?!

2020-04-15 Thread Zweitze
Here we go: PageOnePromotedBidModifier is documented as "Double" but you get "%" in its value. Note that fields like Ctr and ConversionRate do document that a percent sign will be returned. The same issue goes for TargetOutrankShare and TargetRoas: you get a percent sign in the result.

Re: TrafficEstimatorService requests max amount and operation count or batch of keywords

2020-04-15 Thread yair viner
Hi Xiaoming, Thank you for your help, So just to be clear, the max amount of operation for TrafficEstimatorService is 10K a day According to this link: https://developers.google.com/adwords/api/faq#access and I can send up to 2500 keywords in a single request which will be counted as 250

Create conversion upload schedule via API

2020-04-15 Thread Max Lin
Under conversions > uploads > schedule can anyone advise is there any api service which i can use to create upload schedule conversions via https? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Obtain monthly / quarterly impressions from TrafficEstimatorService

2020-04-15 Thread Kevin Montel
Dear AdWords API group, I am trying to obtain the same values of the Keyword Planner's UI utility *Get search volume and forecasts* via the TrafficEstimatorService API. I was wondering if there is a way to get Total Impressions for (e.g.) next month, or a date range I can specify. The

Search(SearchGoogleAdsRequest) returns (SearchGoogleAdsResponse) problem

2020-04-15 Thread chao cai
hi, I used Google ads api to get the report data, but I encountered a paging problem How to understand the two things: limit in SQL and setPageSize in request The first request page token is empty, limit 2000 returned 2000 When the second request page token was passed, the next page

RE: Retrieve Overdue Account Balance Alerts via API

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thank you for reaching out to Google Ads API support. Unfortunately, it is not possible to retrieve account alerts, and InvoiceService is a whitelist-only service as described in our release notes here: https://developers.google.com/google-ads/api/docs/release-notes#billing_2 Hope