Enumeration AudienceListServiceLogicalOperator

AudienceListServiceLogicalOperatorは、条件の種類を表示します。
このフィールドは、ADDおよびSET時に必須となり、REMOVE時に無視されます。
AudienceListServiceLogicalOperator displays the type of conditions.
This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
OR
いずれかのオーディエンスリストに一致していることを表します。Matches either of the audience list.
AND
それぞれのオーディエンスリストに一致していることを表します。Matches both of the audience list
NOTIN
選択したオーディエンスリスト以外に一致していることを表します。Matches neither of the selected audience list.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

And: "AND"
Notin: "NOTIN"
Or: "OR"
Unknown: "UNKNOWN"