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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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.