From 14a487b601e89a2664c7ab959eb2c905f08ca211 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Tue, 3 Oct 2023 16:22:57 +0100 Subject: [PATCH] Change GA4 type on service manual contents list - should be 'select content' --- app/views/content_items/service_manual_guide.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content_items/service_manual_guide.html.erb b/app/views/content_items/service_manual_guide.html.erb index 195f50180..fadba9aaf 100644 --- a/app/views/content_items/service_manual_guide.html.erb +++ b/app/views/content_items/service_manual_guide.html.erb @@ -68,8 +68,8 @@ data-ga4-track-links-only data-ga4-set-indexes data-ga4-link="<%= { - event_name: "navigation", - type: "content", + event_name: "select_content", + type: "contents list", section: "Page contents:" }.to_json %>"> <% @content_item.header_links.each do |header_link| %>