From d73ac3376d2773c11a72f7d7b142bb1f09ffeb77 Mon Sep 17 00:00:00 2001 From: Mike Robins Date: Wed, 21 Aug 2024 11:47:06 +1000 Subject: [PATCH] Adds impression to action enum --- schema/1.0.0/event.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/1.0.0/event.schema.json b/schema/1.0.0/event.schema.json index e6e89cb..89fce12 100644 --- a/schema/1.0.0/event.schema.json +++ b/schema/1.0.0/event.schema.json @@ -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",