Hello,
I'm trying to add an audience to an AdGroup.
I see that it's possible to add an non existing audience with the following operation:
operation = {'operator': 'ADD',
'operand':{
'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': 24076441286, 'criterionUse': 'BIDDABLE',
'criterion': {'xsi_type': 'CriterionUserList', 'userListId': 123 }
}
}
ad_group_criterion_service.mutate([operation])
On the interface I can see the audience is added to the AdGroup but I cannot see it on the 'Audience lists' in the shared library.
How come I can add a non existing audience and what does this list mean exactly?
I read the other posts about boomuserlist but I couldn't find a thorough answer.
Cheers,
Stefano-