Re: Call extension API not available

2021-09-08 Thread Amol Kawale
We have not yet decided which to use among Extension Setting Services or service for Asset-based extensions . Pls s

RE: Call Extension Api Query

2021-09-08 Thread Google Ads API Forum Advisor
Hi Justin, Thank you for raising your concern. To investigate if it is a bug or intended behavior with specific reason, could you provide the complete request and response logs with request ID generated on your end for this report? You can provide it via Reply privately to author option. If t

bug in Keyword Planning -> historicalMetricsOptions

2021-09-08 Thread Andrey Eblukov
Hello, seems I found a bug in the AdsAPI. If trying to set the month of JANUARY in *KeywordPlanService.GenerateHistoricalMetrics* and *KeywordPlanIdeaService.GenerateKeywordIdeass* in the format: "year_month_range" => new YearMonthRange([ "start" => new YearMonth([ "year" => 2019, "month" => Mo

Re: support for oAuth2 when run as a windows service

2021-09-08 Thread Brian Maynard
Thanks, I will try that. On Wednesday, September 8, 2021 at 2:59:38 PM UTC+2 adsapi wrote: > Hi, > > If you don't want to perform manual step, then there is a service account > option. Please refer to the following guide: > https://developers.google.com/google-ads/api/docs/oauth/service-accounts

Timeout when trying to remove users inside an audience list

2021-09-08 Thread 'Anqi Wu' via AdWords API and Google Ads API Forum
Hi guys, Client is trying to remove some user inside one of their user list, but they have been not able to delete it and keep getting timeout error. They have the below questions: 1. What is the difference between UserDataService and OfflineUserDataJobService? 2. Is it possible to remove all

RE: PlacesLocationFeedData.BusinessIdentifier

2021-09-08 Thread Google Ads API Forum Advisor
Hi, Thank you for raising your concern. To get the information of business account ID, you can use the FeedService.GetFeed as it will return places_location_feed_data object which include the business_account_id field for the information that you are looking for. Let me know if you have furth

Asset.url_custom_parameters not working

2021-09-08 Thread Hisashi Hayashi
Hello, I migrated sitelinks by following the steps below. https://developers.google.com/google-ads/api/docs/extensions/assets/migrating-extensions The settings are as follows. campaign.tracking_url_template = {lpurl}?x={_as} feed_item.url_custom_parameters = [{key=as, value=12345}] asset.url_cu

RE: Is there SKADNetwork postback api?

2021-09-08 Thread Google Ads API Forum Advisor
Hello Mike, Thanks for sharing the details on our support alias. I have raised a feature request on this; however, there is no guarantee if this will be supported in the API soon. In the meantime, please continue following our blog for updates and new releases. Regards, Mark Kevin Albios Goog

RE: How to bulk remove ads with Google Ads API?

2021-09-08 Thread Google Ads API Forum Advisor
Hi Elad, For Python client library or code implementation verification and assistance, you may continue discussion with their team instead and in the Github thread you created, as this is more related to their expertise. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U

RE: Cant create sub account through API

2021-09-08 Thread Google Ads API Forum Advisor
Hi Qumars, Thanks for reaching out to us. Could you provide us with the complete request and response logs with the request-id, so our team can better check? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Python) > Logging documentat

how to use google ads api ? why python client having not module named 'proto'?

2021-09-08 Thread pqm peng
Traceback (most recent call last): File "E:/workspace/google-ads-python-master/google/ads/googleads/client.py", line 20, in import proto ModuleNotFoundError: No module named 'proto' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

Re: How to fetch billable campaign cost with API/GAQL

2021-09-08 Thread Google Ads API Forum Advisor
Hello Alexander, Thanks for getting back to us. If the said feature will be implemented, this should be included in the new versions of the API. More details will also be added in the release notes. For the time being, please follow our blog for updates and new releases. Regards, Mark Kevin A

Re: Cant get user phone number in "call_view" request

2021-09-08 Thread Google Ads API Forum Advisor
Hello Kostja, Thanks for getting back to us. I have raised a feature request to get the caller info and this is for the team's review. However, please note that this isn't a guarantee that this feature will be supported in the API soon. In the meantime, we suggest that you keep an eye on our b

How to bulk remove ads with Google Ads API?

2021-09-08 Thread 'EladB' via AdWords API and Google Ads API Forum
Hi I saw this [code][1] for bulk creating ad groups. I want to write similar code for bulk removing ads. Is my modification correct? def build_ad_removal_sync_operation(customer_id, campaign_id, ad_id): resource_name = serviceWrapper.ad_group_ad_service.ad_group_ad_path(customer_id,

Adgroup age

2021-09-08 Thread Anis Ahmed
Hi everybody, We have currently started to work on this new google ads API and I wanted to ask if it's possible to find out how old an adgroup is e.g when was it created or when was the first time an adgroups status was changed to ACTIVE. As I've seen in the new API that we can fetch the change

Call Extension Api Query

2021-09-08 Thread Justin Blake
I'm trying to query all call extensions for a particular campaign or multiple campaigns. When I use the Google Ads Query Builder to write it, this is what it returns: SELECT campaign.id, extension_feed_item.call_feed_item.country_code, extension_feed_item.call_feed_item.phone_number, extension_

Re: Cant create sub account through API

2021-09-08 Thread Qumars Ravaei
Any updates pls? On Monday, September 6, 2021 at 11:50:16 AM UTC-4 Qumars Ravaei wrote: > I am trying to setup a class for managing google ads accounts (i.e. create > sub accounts under a manager, edit their settings etc.) However I keep > getting this error when I try and create a new user > >

Re: Adding users to a CrmBased UserList using Google Ads API

2021-09-08 Thread Mhmoudahmdmohmmd homydt
653 في الأربعاء، 8 سبتمبر، 2021 6:02 م Google Ads API Forum Advisor كتب: > Hi Ed, > > Thanks for following up. Can you please provide details on what kind of > user list you are using, and if you are able to accomplish this same task > in the Ads UI? If you can provide us with these details, we

Re: Bulk remove ads

2021-09-08 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thank you so much for your help. Please allow me to hune on my questions: 1) What are the ways to send a bulk mutate request: Batch processing (RPC only? async only?) Bulk mutates (REST only? sync only?) Other? 2) Can you please help me verify my code uses batch-processing correctly (design / f

Re: Adding users to a CrmBased UserList using Google Ads API

2021-09-08 Thread Google Ads API Forum Advisor
Hi Ed, Thanks for following up. Can you please provide details on what kind of user list you are using, and if you are able to accomplish this same task in the Ads UI? If you can provide us with these details, we will be able to submit a feature request on your behalf. Thanks, Matt Google Ads

RE: BigQuery Ads Transfer Failed

2021-09-08 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Although we cannot provide support for Big Query directly, you may reply privately with your complete report definition and our team will look into this. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2NRm9p:ref -- -- =~=~=~=~

Google Ads API does not support ATOP/TOPR insights at the hourly-adgroup level

2021-09-08 Thread Dmitry Rassakhatsky
Hi Team, I'm working on a migration from AdWords API to Google Ads API and I found an issue while trying to pull AdGroup level performance data (absolute_top_impression_percentage and top_impression_percentage) on an hourly level. AdWords API allows to pull AdGroup Performance data at an hourly

RE: support for oAuth2 when run as a windows service

2021-09-08 Thread Google Ads API Forum Advisor
Hi, If you don't want to perform manual step, then there is a service account option. Please refer to the following guide: https://developers.google.com/google-ads/api/docs/oauth/service-accounts Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2NSJsw:ref -- -- =~=~=~=~=~

RE: Call extension API not available

2021-09-08 Thread Google Ads API Forum Advisor
Hi Amol, Thanks for posting your concern. Could you clarify what specific service you are looking for to manage Call extension API? Is it Extension Setting Services or service for Asset-based extensions? Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2NSIf4:ref -

RE: "2364" not found in Criteria ID

2021-09-08 Thread Google Ads API Forum Advisor
Hi Wei, Thanks for posting your concern. It appears that this is not a criteria ID but a parent ID of a criteria geo location. But to give information for this parent ID, this corresponds to "Massachusetts,United States". Let me know if you have questions with my response. Regards, Ernie Joh

RE: Problem with permissions and test accounts

2021-09-08 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. In order to avoid the Permission_denied error, you will need to ensure that the user / email address you used to generate the credentials indeed has access to the account in your request. If the user / email address has access or is associated to the MCC / ma

How to get product counts for Smart Shopping Ad

2021-09-08 Thread Bat-Ochir Enkhbaatar
How to get product counts for Smart Shopping Ad using GoogleAdsAPI ? [image: Screen Shot 2021-09-08 at 18.42.20.png] There is conversation about this, but it recommended to use Shopping Performance report

support for oAuth2 when run as a windows service

2021-09-08 Thread Brian Maynard
Hi, I've been trying to get this to work now for about a week. I am now so confused as to how this works. I am writing a windows service that will upload audience lists. But as a windows service. It will run without supervision. But when I try to do the OAuth. ( I have the ClientID and ClientS

RE: Audience packet API

2021-09-08 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Can you further elaborate on what you meant by the "API file of upload audience packet"? Would you be able to share any scree