Hi there, I am trying to add a CriterionUserInterest using AdGroupCriterionService, I can add Gender, Age, etc. using a similar method but I receive `UNEXPECTED_INTERNAL_API_ERROR` for CriterionUserInterest. Here is my code:
const adGroupService = adwordsServices.getService('AdGroupCriterionService' , 'v201710'); const operation = { operator: 'ADD', operand: { adGroupId: adGroupId, 'xsi:type': 'AdGroupCriterion', criterion: { 'xsi:type': 'CriterionUserInterest', id: '80675' } } }; return adGroupService.mutate({operations: [operation]}, (error, result) => ... I was wondering if you can help me with this. Thank you in advance, Nima -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/fcc17888-a024-4aaf-95bd-d5b35b72c06e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.