Hello,
How can I differentiate Interest from UserList in the
Audience Performance Report? I need to differentiate them because I want to change status or update CPC of a specific criterion.
I can see that criterion types are defined like this.
criterionUserList.setCriterionType(CriterionType._USER_LIST);
criterionUserInterest.setCriterionType(CriterionType._USER_INTEREST);
Thank you!