|
| 1 | +[ |
| 2 | + { |
| 3 | + "uid": "contentstack-audience-001", |
| 4 | + "name": "Contentstack Test Audience", |
| 5 | + "description": "Audience with rules", |
| 6 | + "definition": { |
| 7 | + "__type": "RuleCombination", |
| 8 | + "combinationType": "AND", |
| 9 | + "rules": [ |
| 10 | + { |
| 11 | + "__type": "Rule", |
| 12 | + "attribute": { "__type": "PresetAttributeReference", "ref": "DEVICE_TYPE" }, |
| 13 | + "attributeMatchOptions": { "__type": "StringMatchOptions", "value": "MOBILE" }, |
| 14 | + "attributeMatchCondition": "STRING_EQUALS", |
| 15 | + "invertCondition": false |
| 16 | + } |
| 17 | + ] |
| 18 | + } |
| 19 | + }, |
| 20 | + { |
| 21 | + "uid": "lytics-audience-001", |
| 22 | + "name": "Lytics Audience", |
| 23 | + "description": "From Lytics", |
| 24 | + "slug": "lytics_audience", |
| 25 | + "source": "LYTICS" |
| 26 | + }, |
| 27 | + { |
| 28 | + "uid": "lytics-lowercase-001", |
| 29 | + "name": "Lytics Lowercase", |
| 30 | + "description": "source is lowercase", |
| 31 | + "slug": "lytics_lowercase", |
| 32 | + "source": "lytics" |
| 33 | + }, |
| 34 | + { |
| 35 | + "uid": "no-source-audience-001", |
| 36 | + "name": "No Source Audience", |
| 37 | + "description": "Audience without source field", |
| 38 | + "definition": { |
| 39 | + "__type": "RuleCombination", |
| 40 | + "combinationType": "AND", |
| 41 | + "rules": [] |
| 42 | + } |
| 43 | + } |
| 44 | +] |
0 commit comments