rybbit_create_goal
Define a new goal to monitor conversions, choosing between path-based or event-based tracking with optional filters.
Instructions
Create a new goal for tracking conversions (path-based or event-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Goal name | |
| siteId | Yes | Site ID or identifier | |
| goalType | Yes | Type of goal | |
| eventName | No | Event name for event goals | |
| pathPattern | No | Path pattern for path goals (e.g., /signup/*) | |
| eventPropertyKey | No | Optional event property key | |
| eventPropertyValue | No | Optional event property value |