Error with: Create Campaign Negative Keyword with Google Ads Service

2021-08-24 Thread Vedran Presečki
Hi, there are several campaing criterions and all of them accept create and remove operations besides keywords using GoogleAdsServiceClient. In case I try to create new negative keyword using GoogleAdsServiceClient I will get error of this type: Failure message: errors { error_code { field

Add Location Campaign Extension Setting to campaing level

2021-10-29 Thread Vedran Presečki
Hi, Location Campaign Setting can be added on account level and on campaing. How can we add it to the campaing via API? Tried with CampaignExtensionSettingService and errors are: EXTENSION_SETTING_UPDATE_IS_A_NOOP message: "The UPDATE operation does not specify any fields other than the reso

Re: Add Location Campaign Extension Setting to campaing level

2021-11-03 Thread Vedran Presečki
Hi Matt, thank you for the answer. Add an Extension Setting guide does not have one example of Location extension. However I did follow it and instead of Sitelinks like in the example I tried to create Location extension. With the same exact services and approach as in the guide provided we are

Re: Add Location Campaign Extension Setting to campaing level

2021-11-04 Thread Vedran Presečki
Hi Peter, thank you for the answer. Great that you mentioned that guide because that was my first approach and the reason I raised the question. Following this guide about location extensions that you mentioned we get an error: EXTENSION_SETTING_UPDATE_IS_A_NOOP when trying to add location ex

Re: Mutate Asset Issue

2021-12-14 Thread Vedran Presečki
Hi, We have same issue with our Asset update operations. Nothing in our code changed. Last check was performed 10.12.2012. and again on 12.12.2021. Today, 14.12.2021. we are not able to perform exact same update operation on Asset. Error is the same as above. On Tuesday, December 14, 2021 at

How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi, I'm using CustomerServiceClient to update name of the customer and I want updated object back. >From what I see, I only get resource name from the updated customer which is forcing me to use another request after update, getCustomer(). Is there a way to get the full customer from updateCu

Get criterion id from AdGroupCriterion - MobileAppCategory

2022-02-03 Thread Vedran Presečki
Hi, when using MobileAppCategoryService and trying to get for example "Medical" category, name returned is Google Play and/or Apple. But getName() will not return neither of those two, but only Medical. Is there any way of getting also category for that medical (google play or apple), I unders

Re: How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi Matt, Thank you. On Thursday, February 3, 2022 at 5:07:48 PM UTC+1 adsapi wrote: > Hi Vedran, > > Thanks for reaching out. The MUTABLE_RESOURCE return type will only > provide mutable fields. You can read about this here >

Re: Get criterion id from AdGroupCriterion - MobileAppCategory

2022-02-04 Thread Vedran Presečki
Message sent privately. On Friday, February 4, 2022 at 4:04:40 AM UTC+1 adsapi wrote: > Hi, > > Thanks for reaching out to us. > > To have further investigation into observed behavior, could you provide us > with the complete *request* >