I'm trying to create a new ad customizer feed using the Python2.7 and API 
version 'v201809'

The mutate function doesn't seem to work and is giving the following error:

GoogleAdsServerFault: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
com.google.ads.api.serviceimpls.campaignmgmt.feed.adcustomizer.MutateActio]

adc_service = adwords_client.GetService('AdCustomizerFeedService', 
version='v201809')

Code Snippet:

feed_operator = {
                  'feedName': 'Name',
                  'feedAttributes': [
                                     {'type': 'STRING', 'name': 'Name1'},
                                     {'type': 'STRING', 'name': 'Name2'}
                                     ]
               }

feed_creator_operation = {'operator': 'ADD',
                          'operand': feed_operator}

feed_call_response = adc_service.mutate(feed_creator_operation)

The get call is working perfectly though as I'm able to read all the feeds 
in the account. 

What's the issue here? Is it a problem with the authentication?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67564e25-54e1-4ab3-9b8c-2b03e681b220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Operati... 'Ketan Ingle' via AdWords API and Google Ads API Forum
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... 'Ketan Ingle' via AdWords API and Google Ads API Forum
    • RE... Google Ads API Forum Advisor Prod
      • ... 'Ketan Ingle' via AdWords API and Google Ads API Forum
    • Re... Google Ads API Forum Advisor Prod

Reply via email to