Skip to content

Commit

Permalink
Update operator to "equal" for criteria syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cemhurturk committed Apr 15, 2024
1 parent 5a351b5 commit cb839c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/criteria-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Operations are used to query events based on certain conditions. Here are the av
{
"type": "website-events",
"event": "pageView",
"operator": "happened",
"operator": "equal",
"event_parameter": "name",
"value": "test name"
}
Expand Down

0 comments on commit cb839c7

Please sign in to comment.