Skip to content
Holod - Analytics Tracking Plan
Share
Explore
Implementation documents

icon picker
Article Interaction Tracking


Article Interaction dataLayer Events
7
Search
article_interaction (share)
/_suvZV
article_interaction (content_consumed)
/_suvZV
article_interaction (link_click)
/_suvZV
article_interaction (related_article)
/_suvZV
article_interaction (social)
/_suvZV
article_interaction
(share)
Popis udalosti
User shares the article.
Príklad kódu
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
"event": "article_interaction",
"interaction_type": "share",
"interaction_option": "facebook"
});
Parametre udalosti
Search
1
2
Parameter Name
Description
Example Values
Context
interaction_type
Type of the interaction.
interaction_option
Interaction option. It can be used to send additional info about interaction.
If interaction_type = “share” then interaction_option should be name of the social network where it was shared to (facebook, twitter).
There are no rows in this table
Implementation document
Show hidden columns
Article Interaction dataLayer Parameters
3
Search
content_author
Author of the article. Possible multiple values.
content_category
Category of the content. Possible multiple values.
content_has_image
If the article contains an image.
content_has_video
If the article contains a video.
content_published
Date of the article publication.
content_type
Type of content
count_of_search_results
Count of search results. When there are no results for the search there should be 0.
donate_type
Type of redirection. On this site are two options: In-site version, when user is redirect to https://holod.media/donate Out-site version, for the user who have russain credit cards, then user is redirect to https://holod.news
interaction_option
Interaction option. It can be used to send additional info about interaction.
interaction_type
Type of the interaction.
media_length
Multimedia length in milliseconds.
media_start_length
Starting consume the multimedia at milliseconds.
media_stop_length
Consumed multimedia length in milliseconds.
media_type
Type of the multimedia.
media_url
URL of the target multimedia.
page_language
Language of the page.
page_type
Type of the page.
payment_method
Type of the payment.
payment_option
Type of the payment.
period
Time period of the subscription.
search_category
Search category.
search_term
Search term.
transaction_id
Unique identifier of the transaction. Ideally, this will match the identifier in your backend system.
value
Item value.
<blank>
<blank>
content_author
Context
Description
Author of the article. Possible multiple values.
Example Values
example1|example2|example3
Data Type
Text
Included in Events
Search
1
Názov udalosti
Popis udalosti
Context
page_view
Push this objects to datalayer whenever the page loads. Update the also the user object, also whenever the visitor logs in, logs out, registers, interacts with age_checker, checkout, makes a purchase etc. If the page contains some kind of content (article|blog|podcast|etc.), fill the values for content object parameters. Otherwise the values should be empty.
/_suyyL
There are no rows in this table
Show hidden columns

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.