Hi,
I am using python SDK.
I can use the output of getVerticalCriterion in AdGroupCriterionOperation like this:
constant_data_service = client.GetService('ConstantDataService', version='v201708')
criterias = constant_data_service.getVerticalCriterion()
and, then, ...
{
'xsi_type': 'BiddableAdGroupCriterion',
'adGroupId': adGroupId,
'criterion': {
'xsi_type': 'Vertical',
'path': ....
}
}
How will I use the output of constant_data_service.getUserInterestCriterion('BRAND')?
Best,
Necati