Cannot create location sync asset set using the official guide

2024-02-15 Thread Gercek Ilke Gultekin
Hello, When I try to create a location sync asset set, I get the following error, ErrorCode: “{{ “fieldError”: “VALUE_MUST_BE_UNSET” }}’ Location: {{ “fieldPathElements”: [ { “fieldName”: “operations”, “index”: 0 }, { “fieldName”: “create” }, { “fieldName”: “location_set” } ] }} Your guide cle

about the feed based extension auto migration

2021-10-06 Thread Gercek Ilke Gultekin
What happens to campaigns that are created after October 20? Will we be able to create feed-based extensions for them, assuming we opt out of the auto migration for a given MCC (as a whole, incl all existing child accounts)? Do we have to do something extra to opt out of the migration for futur

ways of setting the validateonly flag in Google Ads API

2022-02-02 Thread Gercek Ilke Gultekin
Hi, I want to know if there's any other way of setting the "validateOnly" flag in the Ads API, apart from setting the property in the request object. I'm using the .NET SDK for development. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

.NET SDK Bug report: Can't set the Operations property on the MutateCampaignBudgetsRequest object

2022-02-03 Thread Gercek Ilke Gultekin
Hi, I'm using the .NET SDK for the Google Ads API (Google.Ads.GoogleAds package, version 10.2.0) I'm trying to create a new campaign budget using the MutateCampaignBudgetsAsync method on the CampaignBudgetServiceClient object. I can make the request if I use this particular overload "public v

Re: .NET SDK Bug report: Can't set the Operations property on the MutateCampaignBudgetsRequest object

2022-02-03 Thread Gercek Ilke Gultekin
The same bug exists in the CampaignServiceClient object as well. (MutateCampaignsAsync method) On Thursday, February 3, 2022 at 3:01:33 PM UTC+1 Gercek Ilke Gultekin wrote: > Hi, > > I'm using the .NET SDK for the Google Ads API (Google.Ads.GoogleAds > package, version 10.2

Re: .NET SDK Bug report: Can't set the Operations property on the MutateCampaignBudgetsRequest object

2022-02-04 Thread Gercek Ilke Gultekin
Thank you for the response. Apparently, you can set the property in question only during object initialization, so my initial post is wrong. On Thursday, February 3, 2022 at 10:10:38 PM UTC+1 adsapi wrote: > Hi Gercek, > > From what you are presenting it seems you are convinced this is a library