Re: CREATE_OPERATION_NOT_PERMITTED

2022-07-18 Thread So
ValidateOnly = false, }; request.Operations.AddRange(operations.ToArray()); var response = await feedItemService.MutateFeedItemsAsync(request).Stay(); 2022年7月19日火曜日 9:17:50 UTC+9 So: > To Google Ads API Forum Advisor > Hi. I wanna add a new feeditem to one of my feeds via Google Ads API, b

CREATE_OPERATION_NOT_PERMITTED

2022-07-18 Thread So
": 0 } ] } }} My code did work perfectly on Google Ads API version 8, but now is not working on version 11. I am really confused, and so need any help. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

song

2020-06-01 Thread so ng
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To po

is it possible to add a new feeditem and a feeditemtarget belonging to it by making a single atomic Google Ads API call?

2020-06-01 Thread So
Hi, I am a .net developer. I've heard that you can mutate different kinds of related resources by only one request, which is a sort of transaction in RDBMS(all or nothing). Also I've heart that to do so you've got to give a negative integer to the id which you are trying to

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Nils So
re results Best Nils Am Dienstag, 31. Dezember 2019 12:15:52 UTC+1 schrieb Nils So: > > Hi Nikisha, > > thanks for your quick reply. Your answer helped me. At the end I had to > use the `AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-31 Thread Nils So
Hi Nikisha, thanks for your quick reply. Your answer helped me. At the end I had to use the `AdGroupCriterionService ` to fetch the CUSTOM_AFFINITY and CUSTOM_INTENT criteria, for some reason using t

How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-29 Thread Nils So
I'm trying to fetch the audiences (Custom intent, Custom affinity) of all my enabled google display campaigns. I thought I can get it through the CampaignCriterionService, but the returned data is empty. campaign_criterion_service = ADWORDS_CLIENT.GetService( 'CampaignCriterionServ