Hi,
I'm trying to apply labels on adgroups
using code - perations.append({
'operator': 'ADD',
'operand': {
'adGroupId': adGroupID,
'labelId': labelId
}
})
if label is already associated with adgroup it returns error : AdGroupServiceError.ADGROUP_LABEL_ALREADY_EXISTS @ operations[104].operand
which is fine but label should be applied to some of the operation to which label is missing.
Example : if label for operation 0-103 is missing in account I'm not get above error but when I checked in account label was not applied adgroup for which label was missing.
how to handle this case?
Thanks in advance!
Ashish