We are using batch jobs to launch Google campaigns. Recently we have 
included the YouTube channel as one of the placements 
in AdGroupCriterionOperation.

'xsi_type': 'AdGroupCriterionOperation',
                      'operand': {
                          'xsi_type': 'BiddableAdGroupCriterion',
                          'adGroupId': google_adgroup_id,
                          'criterion': {
                            'xsi_type': 'YouTubeChannel',
                            'channelId':channel_id
                                        }
                                  },
                      'operator': operator
                      })
The batch job returns the following error:
{'result': {'batch_status_details': {'mutateResponse': {'@xmlns': 
'https://adwords.google.com/api/adwords/cm/v201809'}}, 'batch_status': 
'CANCELED', 'operations_executed': 0, 'operations_succeeded': 0, 
'processingErrors': [{
    'fieldPath': None,
    'fieldPathElements': [],
    'trigger': None,
    'errorString': 'BatchJobProcessingError.INTERNAL_ERROR',
    'ApiError.Type': 'BatchJobProcessingError',
    'reason': 'INTERNAL_ERROR'
}]}}

Why is the batch job canceled? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3ea27497-f0ef-49b1-a244-c78e263469f3n%40googlegroups.com.

Reply via email to