Select Content
GA4 data layer event that signifies a user has selected some content of a certain type. This event can help you identify popular content and categories of content on your website or app.
Example dataLayer push for “select_content“.
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: "select_content",
content_type: "product",
content_id: "C_12345"
});
Google Tag Manager Solutions
Enhanced Ecommerce Data Layer
Recommended Events Data Layer