Create Ad Group for MultiAssetResponsiveDisplayAd with automated targeting

2019-09-30 Thread Ben Schu
Hi guys, I'm trying to create Ad Groups for Display Ads with activated automated targeting as it is the standard option when I create them via the Google Ads UI. The UI batch call uses settings for *"auto_optimizer_setting.full_auto_enabled**"* and *"auto_optimizer_setting.opt_in"* but I can't

Re: API Way To Request Link to GMB Account

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi, I am a colleague of Ejay and I will be the one providing support. Unfortunately, it is currently not possible to request link to another Google My Business account via the AdWords API. Based on this documentation, what you can do is creating business locations programmatically using the Goo

How to fetch Campaign and Adgroup level ad's Extension list?

2019-09-30 Thread Kuldeep Kumar Patel
Hi, How to fetch Campaign and Adgroup level ad's Extension list and its metrics fields? fields - extension, level, extension type, status metrics fields - Impressions Cost Clicks Conversions Cost/conversion Conversion Rate All conversion value ROI CTR Avg cpc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to fetch Campaign and Adgroup level ad's Extension list?

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Kuldeep, You can use the Placeholder Feed Item Report to retrieve performance data, as you have listed, of your account's extensions (ex. sitelinks, call extensions). You can also filter using the CampaignId or AdGroupId fields. Let me know if this helps. Thanks and regards, Peter Google Ad

RE: Create Ad Group for MultiAssetResponsiveDisplayAd with automated targeting

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Ben, You can use the AdGroupService to set the ExplorerAutoOptimizerSetting.optin, however, the full_auto_enabled cannot be explicitly set via the AdWords API at this moment. For now, you may keep an eye on our blog for any updates regarding this topic. Thanks and regards, Peter Google Ads

Re: How to retrieve a full list of placements when planning a campaign

2019-09-30 Thread Luca DL
Hello, Thank you for answering. I'm actually trying to understand how to retrieve the full list of placements via the API because the Google Ads UI is not the best solution to do so. Is there a way via the API? I need to solve a planning problem since the Display Planner disappeared. Thank you

Add campaign failure: INVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-09-30 Thread Shady Kayof
Im using a test google ads account, I managed to make get_campaigns API request using the google-ads-python repository examples (https://github.com/googleads/google-ads-python/tree/master) But when trying to add campaign using the script (https://developers.google.com/google-ads/api/docs/campai

Impression Share on Big Query's KW Performance Report Equivalent

2019-09-30 Thread Manuel Lopes
Hello, I recently started the transfer process from Adwords to Bigquery. Everything seems ok, and the mapping from Adwords API reports to BigQuery tables is very clear on Google's help page ( https://cloud.google.com/bigquery-transfer/docs/adwords-transformation). However, there is one (that I

Re: Keywords status

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hello Duong, The serving status that are currently supported are listed in the drop down here. I have raised a feature request to the team for low quality score. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHHPpM:ref -- -- =~=~=~

Re: Send request to link google my business

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi, You could ask them to refer to the steps to implement the location extensions from the guide shared in my previous response. The FeedService will create the location feed and the CustomerFeedService will associate the customer to the feed created. The AddGoogleMyBusinessLocationExtensions e

Runtime error with Google Ads .NET client library latest release (2.5.0): "Could not load file or assembly 'grpc_csharp_ext.x64' or one of its dependencies"

2019-09-30 Thread Clyde
Hi, I've just updated to your latest .NET client library release (2.5.0 via Nuget), from 2.4.0, and my build (to .NET Framework 4.6) now won't run, giving this assembly file error message: "Could not load file or assembly 'grpc_csharp_ext.x64' or one of its dependencies. Could not find or load

RE: Missing App Ad Extension Click Type in Google Ads API

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hello Francesco, The supported click types for the campaign resource are available in the drop down here. If one of the click types is not listed, this data will appear in the UNKNOWN or OTHERS. Please give this a try and let us know if you have any issues. Thanks, Bharani, Google Ads API Team

RE: Add campaign failuINVALID_ARGUMENT/CREATE_OPERATION_NOT_PERMITTED

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Shady, The error is usually triggered if the user is not allowed to perform the mutate action. Could you please check the access level for the email address used for generating the OAuth credentials? If you're still having an issue, could you please share the request and response logs withou

Where is the Click Share column in the Ad Group Performance report?

2019-09-30 Thread Ramy Gerges
Hello, There is a column "Click Share" in the Ad Groups of the Google Ads UI that does not exist as a field in the Google AdWords API's "Ad Group Performance Report". Here is a list of the fields: https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report And h

RE: Runtime error with Google Ads .NET client library latest release (2.5.0): "Could not load file or assembly 'grpc_csharp_ext.x64' or one of its dependencies"

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Clyde, Thank you for reaching out. Your concern seems to be related to .NET client library set up. I would recommend posting your concern on .NET client library issue tracker as our client libraries team are better equipped to assist you with your issues. Feel free to reach out if you have a

Re: Runtime error with Google Ads .NET client library latest release (2.5.0): "Could not load file or assembly 'grpc_csharp_ext.x64' or one of its dependencies"

2019-09-30 Thread Clyde
Many thanks, I will do! - Clyde On Monday, September 30, 2019 at 8:30:56 PM UTC+1, adsapiforumadvisor wrote: > > Hi Clyde, > > Thank you for reaching out. Your concern seems to be related to .NET > client library set up. I would recommend posting your concern on .NET > client library issue tr

How to get all the campaign from top MCC account

2019-09-30 Thread Juan Carlos Blanco Delgado
Hello, I have my API working, but I my Adwords API has this tree: - MCC account - MCC_SubLevel1 - MCC_SubLevel2 - MCC_SubLevel3 MCC_SubLevel3 has the campaigns The problem is that my googleads.yaml only accepts one MCC account and I need all the campaigns that matches a descrip

Re: How to retrieve a full list of placements when planning a campaign

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Luca, Thanks for clarifying. If you are looking for a placement suggestion feature via the AdWords API, then I'm afraid that this is not supported. What is available is a way to retrieve placements that you are already targeting. You can retrieve them via the AdWords API reports by using th

RE: Impression Share on Big Query's KW Performance Report Equivalent

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Manuel, Thank you for reaching out. However, my apologies as I would not be able to comment further regarding the availability of metrics in BigQuery as a result of your integration. Our team provides support only for AdWords API / Google Ads API specific concerns only. That being said, you

RE: Where is the Click Share column in the Ad Group Performance report?

2019-09-30 Thread Google Ads API Forum Advisor Prod
Hi Ramy, The Click Share field that you are seeing in the Google Ads UI view is currently not supported in the AdWords API's Ad Group Performance Report. For now, you may keep an eye on our blog for any updates regarding this. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001U