type: meya.segment.integration
class: SegmentIntegration
path: /meya/segment/integration/integration.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
enabled | ○ | ○ | bool | true | Enables the integration, allowing it to process events and HTTP entries |
filter | ○ | ○ | IntegrationFilter | rx_sub: true | |
verify_token | ○ | ○ | str | null | |
max_attachment_size | ○ | ○ | int | null | Controls maximum attachment size supported by the integration in bytes |
track_entries | ○ | ○ | bool | true | |
tracked_entries | ○ | ○ | list | [] | |
untracked_entries | ○ | ○ | list | [] | |
track_user_data | ○ | ○ | bool | true | |
tracked_user_data | ○ | ○ | list | [] | |
untracked_user_data | ○ | ○ | list | [] | |
write_key | ○ | ◉ | str |
Examples
Basic
type: meya.segment.integration
write_key: STRING
Full
type: meya.segment.integration
spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
enabled: false
filter:
rx_sub: STRING
rx: STRING
tx: STRING
tx_pub: STRING
verify_token: STRING
max_attachment_size: 123
track_entries: false
tracked_entries:
- STRING
untracked_entries:
- STRING
track_user_data: false
tracked_user_data:
- STRING
untracked_user_data:
- STRING
write_key: STRING