From 796843162f5fa40512da17311fc5f4f614ed71ad Mon Sep 17 00:00:00 2001 From: Leo Demazeau Date: Tue, 10 Oct 2023 10:50:24 +0200 Subject: [PATCH] fix example --- src/Schema/Events/Click.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Schema/Events/Click.ts b/src/Schema/Events/Click.ts index f2db1da7..59a95c3b 100644 --- a/src/Schema/Events/Click.ts +++ b/src/Schema/Events/Click.ts @@ -1754,11 +1754,11 @@ export interface ClickedVerifiedRepresentative { * { * action: "clickedGene", * context_module : "Young British Artists", - * context_screen_owner_type: "Artwork", - * context_screen_owner_id: "58de681f275b2464fcdde097", - * context_screen_owner_slug: "damien-hirst", - * destination_screen_owner_type: "Gene" - * destination_screen_owner_id: "58de681f275b2464fcdde097" + * context_page_owner_type: "Artwork", + * context_page_owner_id: "58de681f275b2464fcdde097", + * context_page_owner_slug: "damien-hirst", + * destination_page_owner_type: "Gene" + * destination_page_owner_id: "58de681f275b2464fcdde097" * subject: "" * } * ``` @@ -1784,11 +1784,11 @@ export interface ClickedGene { * { * action: "clickedHighlightAchievement", * context_module : "Active Secondary Market", - * context_screen_owner_type: "Artwork", - * context_screen_owner_id: "58de681f275b2464fcdde097", - * context_screen_owner_slug: "damien-hirst", - * destination_screen_owner_type: "Gene" - * destination_screen_owner_id: "58de681f275b2464fcdde097" + * context_page_owner_type: "Artwork", + * context_page_owner_id: "58de681f275b2464fcdde097", + * context_page_owner_slug: "damien-hirst", + * destination_page_owner_type: "Gene" + * destination_page_owner_id: "58de681f275b2464fcdde097" * subject: "" * } * ```