RE: Tracking bidding changes with Google Ads API

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Erik, Thanks for reaching out to the Google Ads API support. Could you please share what level of bidding adjustment are you looking for? Campaign-level adjustments are accessible using CampaignBidModifierService and Ad group-level adjustments are accessible using

Campaign Performance Report and Performance Max campaigns

2021-12-03 Thread Dom B
It seems using the Campaign Performance Report api query does not bring in any data about Performance Max campaigns $query = (new ReportQueryBuilder()) ->select([ 'CampaignId', 'CampaignName', 'Impressions', 'Clicks', 'Cost', 'Conversions', 'ConversionRate', ])

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

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bruno, I raised with my team also your request for a supported Go Language Ads API Client Library. This request is subject to review. You may monitor our blog for an update. Right now, we will continue to publish and support the Google Ads API’s protocol buffer definitions, and the

Re: How can I upload an image or logo to smartcampaign?

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen, Thank you for your photos, I was able to produce a smart campaign with an ad that has pictures in the UI. I raised with my team your request for smart campaign support for images in the API. This request is subject to review. You may monitor our blog for an update. For privacy I

CampaignCriterion creation with bid modifier getting FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING

2021-12-03 Thread Will Schymik
Hello, I am trying to create a CampaignCriterion with a bid modifier. My request is as follows: Method: /google.ads.googleads.v7.services.CampaignCriterionService/MutateCampaignCriteria Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", "login-customer-id":

Re: Retrieving Draft/Experiment Ad Groups

2021-12-03 Thread Will Schymik
Thanks for the response! Setting "enhanced_cpc_enabled = True" does seem to add it to the field mask, however I was able to figure out how to do this manually. Even with it added to the field mask I am getting the issue with removing the bidding_strategy field as noted above. In regards to

Re: Retrieving Draft/Experiment Ad Groups

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, The 'bidding strategy' field is one of the possible union fields of campaign_bidding_strategy. That field can only be deleted by replacement with another of the union fields. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Rw2hc:ref -- --

Re: Retrieving Draft/Experiment Ad Groups

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, Thank you for sharing your log privately. I replicated your issue using update_campaign.py. We have a guide to Setting Empty Message Objects as Fields that shows how to create a manual_cpc strategy without enabling enhanced cpc. The modification I did based on that guide was I added

Re: 403 Error When Calling Local Services API From Apps Script in Google Sheet

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Basil, Thanks for providing that additional information. I see that you are using Apps Scripts with the Local Services API. The Local Services API is out of scope for our team, as we specialize in the Ads and AdWords APIs. You may want to reach out to the Local Service Ads help center for

No DISPLAY network data for keyword_view

2021-12-03 Thread 'Oksana Sulyma' via AdWords API and Google Ads API Forum
Hello Google, Let me start the question similarly to a lot of latest: "We are migrating from AdWords API to Ads API"... Could you please help me with the next question. I have 2 reports for the same client and date: 1. generated by AdWords API - Keywords Performance report 2. generated by Ads

Re: Retrieving Draft/Experiment Ad Groups

2021-12-03 Thread Will Schymik
Was able to update the field mask manually. Am running into issues clearing the bidding_strategy from the campaign. I had thought getting manual_cpc in the field mask might resolve this and is has not. I am getting the following response: error_code { field_error: FIELD_CANNOT_BE_CLEARED

New Ads API Search Term View for shopping campaigns doesn't segment by product group

2021-12-03 Thread serghei....@gmail.com
Hello In the old API we were able to segment the shopping search query reports by product groups ID, but in the new API there seem to be no way of querying for this. Could you please point the correct direction or fields to select for getting it? Thank you! -- --

Re: Extensions migration: Preserving performance data

2021-12-03 Thread Ellen Skipper
Thanks for your help. So to confirm, there is no way to have the historical data from the feed based extensions appear on the new asset extensions? On Friday, December 3, 2021 at 9:06:41 AM UTC adsapi wrote: > Hi Ellen, > > Thank you for reaching out. You may refer below for my responses to the

Re: Select only valid click_views

2021-12-03 Thread Charline
Thank you for your answer and for kindly creating a ticket. I'll find a workaround and keep an eye on the release notes! Cheers On Friday, December 3, 2021 at 6:20:50 AM UTC+1 adsapi wrote: > Hello Charline, > > Thank you for reaching out to us. > > I can confirm that the invalid_clicks >

AdGroup targeting not being correctly set through the API even though the response is successful

2021-12-03 Thread Meir Mouyal
Hello there, I'm making a request to set multiple custom interests and affinities to an adgroup and getting a successful response with the created resourceNames. However, when checking through the UI if the targeting was correctly set, almost all of the targetings sent through the request

RE: 'Pay For Conversions' set via the API

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Unfortunately, pay for conversations, this functionality does not exist in the AdWords API. However, you should be able to solve this by using a budget with a budget type of FIXED_CPA in Google Ads API. Let us know if you have any further questions.

Performance Max campaigns missing

2021-12-03 Thread maria.r...@funnel.io
Hi support team, We are trying to get the Performance Max campaigns through the ad_group resource. When using the ad_group resource just by itself it seems to filter out these campaigns while when using the resource via the click_view resource we can retrieve the campaigns. Could you explain

Add conversion actions to campaign via Google Ads API

2021-12-03 Thread Chen Xiaowei
*I try to use CampaignConversionGoal and ConversionGoalCampaignConfigs to update campaign’s conversion action,but all failed because I cannot get* "custom_conversion_goal“ or ”conversion_goal_campaign_config.resource_name“. *I really have 6 conversions in my Google ads UI and can fetch they

RE: List of keyword plans

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lukas, Thank you for reaching out to us. Can you confirm what you are using on this, is it cURL/REST? If you are indeed using REST/cURL, then I suggest you check this developer guide for customers.keywordPlans. A sample request using one of the methods can then be found here. Regards,

RE: Extensions migration: Preserving performance data

2021-12-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ellen, Thank you for reaching out. You may refer below for my responses to the items you sent over : Firstly, we received an email telling us to update the implementation by January 10th. Does this mean that we are scheduled for automatic migration of our sitelinks to the Asset system on