We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354c930 commit c83023aCopy full SHA for c83023a
README.md
@@ -299,8 +299,7 @@ Add new Rule-Based Segment:
299
```python
300
segment_data = {
301
'name': 'advanced_users',
302
- 'description': 'Users who match advanced criteria',
303
- 'tags': [{'name': 'important'}]
+ 'description': 'Users who match advanced criteria'
304
}
305
rule_segment = ws.add_rule_based_segment(segment_data, "user")
306
print(rule_segment.name)
0 commit comments