Skip to content

Commit

Permalink
Merge pull request #22 from miike/add-impression
Browse files Browse the repository at this point in the history
Adds impression to action enum
  • Loading branch information
epugh authored Aug 31, 2024
2 parents ea33a5b + d73ac33 commit 6edc581
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 6edc581

Please sign in to comment.