Skip to content

Commit

Permalink
Adds impression to action enum
Browse files Browse the repository at this point in the history
  • Loading branch information
miike committed Aug 21, 2024
1 parent ea33a5b commit d73ac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/1.0.0/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"type": "string",
"maxLength": 100,
"enum": ["click_through", "add_to_cart", "click", "watch", "view", "purchase"]
"enum": ["click_through", "add_to_cart", "click", "watch", "view", "purchase", "impression"]
},
{
"type": "string",
Expand Down

0 comments on commit d73ac33

Please sign in to comment.