Glossary Archive - Piwik PRO https://piwik.pro/glossary/ Tue, 18 Feb 2025 14:09:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://piwik.pro/wp-content/uploads/2024/04/favicon.png Glossary Archive - Piwik PRO https://piwik.pro/glossary/ 32 32 Digital Operational Resilience Act (DORA) https://piwik.pro/glossary/digital-operational-resilience-act/ Tue, 18 Feb 2025 14:09:09 +0000 https://piwik.pro/?post_type=glossary&p=60838 The Digital Operational Resilience Act (DORA) is a European Union regulation that came into force on January 16, 2023 and applies as of January 17, 2025. It aims to strengthen the IT security of the financial sector. DORA establishes a comprehensive framework to ensure financial entities, such as banks, insurance companies, investment firms, and other […]

The post Digital Operational Resilience Act (DORA) appeared first on Piwik PRO.

]]>
The Digital Operational Resilience Act (DORA) is a European Union regulation that came into force on January 16, 2023 and applies as of January 17, 2025. It aims to strengthen the IT security of the financial sector. DORA establishes a comprehensive framework to ensure financial entities, such as banks, insurance companies, investment firms, and other financial institutions, can withstand, respond to, and recover from disruptions and threats, such as cyberattacks and system failures.

Key regulations include:

  • Risk management: Companies must develop and implement effective policies, processes, and governance structures to identify, manage, and mitigate ICT-related risks. They must regularly assess, document, and monitor internal and external ICT risks that could affect the integrity, security, and availability of information systems.
  • Incident response and recovery: Companies must implement appropriate technical and organizational measures to address risks. This means ensuring it has robust incident recovery and business continuity plans to restore services quickly in case of disruptions.
  • Risk monitoring and logging: Companies must implement strong mechanisms to continuously monitor their ICT systems, ensuring real-time detection of anomalies, vulnerabilities, or potential breaches.
  • Incident reporting: Companies must report major incidents, such as cyberattacks or system outages, to the relevant authorities within a specified timeframe, as determined by each member state.
  • Resilience testing: Companies must conduct periodic tests of their digital operational resilience to confirm they can withstand various ICT disruptions, including cyberattacks, system failures, and data breaches.
  • Training and awareness: Companies should conduct regular training programs to raise awareness of cyber risks and ensure DORA compliance among staff.
  • Protect data integrity and availability: Companies must protect the confidentiality, integrity, and availability of sensitive financial and customer data using strong encryption, access controls, and other data protection measures.

Piwik PRO aligns with DORA requirements to enhance cybersecurity and operational stability for its clients in regulated sectors, particularly finance. Supported by ISO 27001 and SOC 2 certifications, Piwik PRO has prepared a comprehensive mapping of DORA regulations, ensuring compliance with each regulatory mandate, from secure data storage and robust access controls to regular audits and risk management protocols.

The post Digital Operational Resilience Act (DORA) appeared first on Piwik PRO.

]]>
Client-side tracker https://piwik.pro/glossary/client-side-tracker/ Wed, 29 Jan 2025 10:53:53 +0000 https://piwik.pro/?post_type=glossary&p=60348 A client-side tracker is a type of tracking tool or script that collects data from a user’s interactions with a website or application directly in the user’s browser, rather than on the server. Client-side trackers typically gather data about user behavior, browsing habits, and content performance. Then, they send this information to external servers for […]

The post Client-side tracker appeared first on Piwik PRO.

]]>
A client-side tracker is a type of tracking tool or script that collects data from a user’s interactions with a website or application directly in the user’s browser, rather than on the server. Client-side trackers typically gather data about user behavior, browsing habits, and content performance. Then, they send this information to external servers for analysis or storage.

Advantages of client-side trackers:

  • Real-time data: Since the data is collected directly from the user’s interactions with the website, client-side trackers can provide real-time insights.
  • Easy implementation: Adding a client-side tracker usually involves placing a snippet of code on a page, making the setup relatively easy and accessible to less technical teams.
  • Granular data: Client-side trackers can capture very detailed information, such as individual clicks, form inputs, and user flows between pages.

Disadvantages of client-side trackers:

  • Ad blockers: Many users use ad blockers or browser extensions that can block client-side tracking scripts, limiting their effectiveness.
  • Privacy concerns: Because client-side trackers collect data about users’ interactions, there are privacy implications, particularly regarding personally identifiable information (PII). This may pose compliance risks with privacy laws, such as GDPR and CCPA.
  • Performance impact: Too many trackers on a page can slow down the site’s performance, negatively affecting user experience.

Client-side trackers are commonly used in:

  • Web analytics: Client-side analytics is the traditional way of tracking and collecting user interaction data directly from the user’s browser. This method is primarily executed through JavaScript code that triggers events based on user actions such as page views, clicks, and scrolls. The collected data is then sent to an analytics platform for processing and reporting.
Client-side analytics differs from server-side analytics, which involves tracking and collecting website data on a dedicated server of a website or app.
  • Advertising and retargeting: Advertisers use client-side trackers to monitor user activity and show targeted ads based on previous visits or interactions with content (e.g., retargeting ads after a user views a product).
  • User experience (UX) optimization: By tracking user interactions, website owners can gain insights into how users navigate their site. This information can influence their decisions about layout changes or content placement to improve user experience.
  • Conversion tracking: Marketers use client-side trackers to determine whether visitors take specific actions on a website, such as completing a purchase or signing up for a newsletter.
  • A/B testing: Client-side trackers help monitor the performance of different versions of a page or element (such as a CTA button) to understand which one performs better in terms of user engagement or conversion.

Learn more:

The post Client-side tracker appeared first on Piwik PRO.

]]>
Predictive analytics https://piwik.pro/glossary/predictive-analytics/ Wed, 29 Jan 2025 10:53:08 +0000 https://piwik.pro/?post_type=glossary&p=60347 Predictive analytics is a type of advanced analytics that employs statistical techniques and machine learning to analyze historical and current data and forecast future events, behaviors, and outcomes. This approach allows organizations to make informed decisions by identifying patterns and trends within their data. Key components of predictive analytics include: Predictive analytics is applicable across […]

The post Predictive analytics appeared first on Piwik PRO.

]]>
Predictive analytics is a type of advanced analytics that employs statistical techniques and machine learning to analyze historical and current data and forecast future events, behaviors, and outcomes. This approach allows organizations to make informed decisions by identifying patterns and trends within their data.

Key components of predictive analytics include:

  • Data sources: Predictive analytics utilizes historical and real-time data from various sources, including transactional data, customer interactions, and operational metrics.
  • Statistical techniques: It incorporates regression analysis, classification, clustering, and time series analysis to uncover relationships within the data.
  • Machine learning: Advanced algorithms learn from new data inputs to improve the accuracy of predictions over time.

Predictive analytics is applicable across numerous industries and can be used for various purposes, including:

  • Predicting customer behavior: Organizations can anticipate customer needs and preferences, enhancing marketing strategies and customer satisfaction.
  • Risk management: Businesses can identify potential risks, such as credit defaults or fraud, allowing them to take preventive measures.
  • Improving operational efficiency: Companies can forecast equipment failures or maintenance needs, optimizing resource allocation and reducing downtime.
  • Sales forecasting: By analyzing past sales data, organizations can better predict future sales trends and adjust their strategies accordingly.

Benefits of predictive analytics include:

  • Informed decision-making: It provides actionable insights that help organizations make strategic decisions based on data rather than intuition.
  • Proactive strategies: By anticipating future trends and behaviors, businesses can proactively address challenges before they arise.
  • Improved efficiency: Resources can be allocated more effectively based on predictions about demand and operational needs.

Predictive analytics is a powerful tool for organizations that use data to forecast future outcomes and enhance decision-making processes. Businesses can benefit from predictive analytics by using analytics platforms that employ predictive metrics.

The post Predictive analytics appeared first on Piwik PRO.

]]>
Behavioral analytics https://piwik.pro/glossary/behavioral-analytics/ Wed, 29 Jan 2025 10:51:39 +0000 https://piwik.pro/?post_type=glossary&p=60346 Behavioral analytics focuses on analyzing users’ actions across digital platforms, such as websites or apps. It helps organizations understand user interactions, preferences, and patterns, ultimately enabling them to make informed decisions that enhance user experience and drive business outcomes. Businesses can analyze the context of user behavior, creating richer narratives. Common use cases of behavioral […]

The post Behavioral analytics appeared first on Piwik PRO.

]]>
Behavioral analytics focuses on analyzing users’ actions across digital platforms, such as websites or apps. It helps organizations understand user interactions, preferences, and patterns, ultimately enabling them to make informed decisions that enhance user experience and drive business outcomes. Businesses can analyze the context of user behavior, creating richer narratives.

Common use cases of behavioral analytics include:

  • Web or app analytics: Tracking how users navigate a website or app, including which pages they visit, how long they stay, and what actions they take (e.g., clicks, purchases).
  • Customer journey mapping: Analyzing the entire customer experience, from initial interest to final purchase, to identify pain points or drop-off points in the process.
  • Personalization: Using behavioral data to tailor content, recommendations, and offers to specific user preferences or behaviors.
  • Fraud detection: Identifying abnormal or suspicious behaviors that may indicate fraudulent activity, such as unusual login patterns or unauthorized transactions.
  • Marketing optimization: Understanding which marketing campaigns or channels drive the most engagement or conversions and refining strategies accordingly.

Behavioral analytics often involves using advanced tools and techniques such as machine learning, data mining, and predictive analytics to extract actionable insights from the data.

Tools enabling behavioral analytics include Piwik PRO Analytics Suite, Google Analytics, Mixpanel, Heap, and Amplitude. 

Further reading:

The post Behavioral analytics appeared first on Piwik PRO.

]]>
Data redaction https://piwik.pro/glossary/data-redaction/ Wed, 29 Jan 2025 10:50:22 +0000 https://piwik.pro/?post_type=glossary&p=60345 Data redaction is the process of permanently removing or obscuring sensitive information from documents or datasets to prevent data from being linked to specific people or used for malicious purposes. Once data is redacted, it cannot be restored to its original form. This technique is essential in contexts where data like personally identifiable information (PII) […]

The post Data redaction appeared first on Piwik PRO.

]]>
Data redaction is the process of permanently removing or obscuring sensitive information from documents or datasets to prevent data from being linked to specific people or used for malicious purposes. Once data is redacted, it cannot be restored to its original form.

This technique is essential in contexts where data like personally identifiable information (PII) must be irretrievably concealed, particularly in legal documents or public records.

Techniques for redaction include:

  • Full redaction – removing all content.
  • Partial redaction – obscuring certain parts.
  • Pattern-based identification – using patterns to identify and redact specific data types, such as Social Security numbers.

Data redaction serves as a critical safeguard against unauthorized access to sensitive information, particularly in industries that handle confidential data. It ensures that such information does not lead to violations of regulations like GDPR or privacy breaches during document sharing or public disclosure.
Data redaction differs from data masking, which involves replacing sensitive data with fictitious or altered data while preserving the original format. This allows the masked data to be reversible, meaning it can be restored to its original state when necessary.

The post Data redaction appeared first on Piwik PRO.

]]>
Sampled data https://piwik.pro/glossary/sampled-data/ Wed, 06 Nov 2024 14:09:05 +0000 https://piwik.pro/?post_type=glossary&p=59345 Sampled data depicts a subset of your traffic data that has been selected, extrapolated, and assumed to accurately represent all the data from the set.  Data sampling is a process designed to speed up reporting in web analytics, but depending on the circumstances and sampling approach, it may cause issues.  For example, sampled data may […]

The post Sampled data appeared first on Piwik PRO.

]]>
Sampled data depicts a subset of your traffic data that has been selected, extrapolated, and assumed to accurately represent all the data from the set. 

Data sampling is a process designed to speed up reporting in web analytics, but depending on the circumstances and sampling approach, it may cause issues. 

For example, sampled data may not be useful when you need to perform a precise analysis, such as on your site’s conversion rate or total revenue. However, in some cases, sampling might be necessary. For example, if you are creating a report for a huge number of events or sessions, it may take too long to generate, impeding your reporting speed. 

Data sampling is commonly applied by several major analytics platforms. For example, in Google Analytics 4 (GA4), you may find sampled data in standard reports and advanced analysis when you cross a threshold of 500k sessions (in some cases it might be even less). Some analytics platforms, such as Piwik PRO, don’t sample data by default and only do it on request when it’s necessary to improve reporting performance. 

Analysts can turn to raw data, which is a set of events and sessions collected from visitors’ activity on a website or app and used to calculate reports. Raw data is the initial data collected directly from sources without manipulation or analysis. Because raw data is not filtered or processed, it provides a complete view of information. It allows for in-depth analysis and accurate insights. With proper tools, raw data provides more possibilities for exploring data insights and making them useful.

Learn more:

The post Sampled data appeared first on Piwik PRO.

]]>
Aggregated data https://piwik.pro/glossary/aggregated-data/ Wed, 06 Nov 2024 14:07:55 +0000 https://piwik.pro/?post_type=glossary&p=59344 Aggregated data refers to the data created through aggregation performed on raw data. Such aggregations can be done by web analytics tools or, in more complex approaches, using BI tools to pull data from a data warehouse or other sources. Aggregated data is most commonly available in the UI of analytics platforms as reports, making […]

The post Aggregated data appeared first on Piwik PRO.

]]>
Aggregated data refers to the data created through aggregation performed on raw data. Such aggregations can be done by web analytics tools or, in more complex approaches, using BI tools to pull data from a data warehouse or other sources. Aggregated data is most commonly available in the UI of analytics platforms as reports, making it more accessible.

Aggregated data is readily interpretable through data transformation and analysis, making it easier to identify patterns, trends, or relationships. Visualizing the data doesn’t require extensive technical resources and skills. On the other hand, it’s not as flexible as raw data, making it more difficult to perform advanced statistical analysis.

Learn more:

The post Aggregated data appeared first on Piwik PRO.

]]>
Data warehouse https://piwik.pro/glossary/data-warehouse/ Wed, 06 Nov 2024 14:06:01 +0000 https://piwik.pro/?post_type=glossary&p=59343 A data warehouse is a specialized system designed to store and analyze large volumes of data from various sources, primarily to support business intelligence (BI) activities. It is a central repository that consolidates current and historical data, enabling organizations to perform complex queries and generate insights.  Characteristics of data warehouses include:

The post Data warehouse appeared first on Piwik PRO.

]]>
A data warehouse is a specialized system designed to store and analyze large volumes of data from various sources, primarily to support business intelligence (BI) activities. It is a central repository that consolidates current and historical data, enabling organizations to perform complex queries and generate insights. 

Characteristics of data warehouses include:

  • Centralized data storage: Data warehouses aggregate data from multiple sources, including operational systems (like ERP and CRM), databases, and external data sources such as IoT devices and social media, allowing for a unified view of data and comprehensive analysis.
  • Support for business intelligence (BI) tools: Data warehouses integrate seamlessly with BI tools, facilitating the creation of reports and dashboards that visualize data insights effectively.
  • Historical data management: They are designed to store historical data, making it possible to analyze trends over time and derive insights for forecasting and strategic planning.
  • Structured for analysis: Data warehouses typically use structured data organized in a schema optimized for fast querying. This structure supports efficient data retrieval.
  • Enhanced data quality: Before data enters the warehouse, it undergoes cleansing and transformation processes to ensure consistency and accuracy, leading to more reliable insights.

The post Data warehouse appeared first on Piwik PRO.

]]>
Extract, Transform, Load (ETL) https://piwik.pro/glossary/extract-transform-load-etl/ Wed, 06 Nov 2024 14:04:58 +0000 https://piwik.pro/?post_type=glossary&p=59342 Extract, Transform, Load (ETL) is a crucial data integration process that enables organizations to consolidate data from multiple sources into a unified data repository and derive actionable insights from them. In the ETL process, data is extracted from various source systems, transformed to meet business requirements, and then loaded into a data warehouse for analysis […]

The post Extract, Transform, Load (ETL) appeared first on Piwik PRO.

]]>
Extract, Transform, Load (ETL) is a crucial data integration process that enables organizations to consolidate data from multiple sources into a unified data repository and derive actionable insights from them.

In the ETL process, data is extracted from various source systems, transformed to meet business requirements, and then loaded into a data warehouse for analysis and reporting. This flow is from operational systems to a centralized data repository. The primary goal of ETL is to consolidate and prepare data for analysis by transforming it into a structured format suitable for reporting and business intelligence.

Another process is Reverse ETL, which involves extracting data from a data warehouse and loading it back into operational systems or applications. This process pushes data downstream to where businesses can leverage analytical insights in real time.

Learn more:

The post Extract, Transform, Load (ETL) appeared first on Piwik PRO.

]]>
Privacy Sandbox https://piwik.pro/glossary/privacy-sandbox/ Wed, 06 Nov 2024 14:02:14 +0000 https://piwik.pro/?post_type=glossary&p=59341 Privacy Sandbox is an initiative introduced by Google in August 2019 to set new, privacy-focused standards to replace third-party cookies. The project is centered around developing measures to support advertising functionalities without relying on tracking users across websites. Google’s Privacy Sandbox has been an iterative process, with different APIs developed and deployed for testing. This […]

The post Privacy Sandbox appeared first on Piwik PRO.

]]>
Privacy Sandbox is an initiative introduced by Google in August 2019 to set new, privacy-focused standards to replace third-party cookies. The project is centered around developing measures to support advertising functionalities without relying on tracking users across websites.

Google’s Privacy Sandbox has been an iterative process, with different APIs developed and deployed for testing. This process reached a breakthrough when the Privacy Sandbox initiative announced the release of six new APIs for Chrome in July 2023, which include:

  • Topics
  • Protected Audience
  • Attribution Reporting
  • Private Aggregation
  • Shared Storage
  • Fenced Frames

As of September 2023, Google announced the general availability of several Privacy Sandbox APIs for over half of Chrome users. However, the initiative has faced criticism for potentially being anti-competitive. Critics argue that limiting traditional tracking methods and pushing advertisers toward Google’s ecosystem may create a dependency on Google for digital advertising solutions.

According to Google, Privacy Sandbox aims to create a safer online environment while still supporting the economic needs of publishers and advertisers. 

Privacy Sandbox is only one of the alternatives that advertisers can consider. As this initiative evolves, its impact on the digital landscape will continue to be closely monitored by industry stakeholders and regulators.

Learn more:

The post Privacy Sandbox appeared first on Piwik PRO.

]]>