100+ datasets found
  1. Website Statistics

    • data.wu.ac.at
    • data.europa.eu
    csv, pdf
    Updated Jun 11, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Lincolnshire County Council (2018). Website Statistics [Dataset]. https://data.wu.ac.at/schema/data_gov_uk/M2ZkZDBjOTUtMzNhYi00YWRjLWI1OWMtZmUzMzA5NjM0ZTdk
    Explore at:
    csv, pdfAvailable download formats
    Dataset updated
    Jun 11, 2018
    Dataset provided by
    Lincolnshire County Councilhttp://www.lincolnshire.gov.uk/
    License

    Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
    License information was derived automatically

    Description

    This Website Statistics dataset has four resources showing usage of the Lincolnshire Open Data website. Web analytics terms used in each resource are defined in their accompanying Metadata file.

    • Website Usage Statistics: This document shows a statistical summary of usage of the Lincolnshire Open Data site for the latest calendar year.

    • Website Statistics Summary: This dataset shows a website statistics summary for the Lincolnshire Open Data site for the latest calendar year.

    • Webpage Statistics: This dataset shows statistics for individual Webpages on the Lincolnshire Open Data site by calendar year.

    • Dataset Statistics: This dataset shows cumulative totals for Datasets on the Lincolnshire Open Data site that have also been published on the national Open Data site Data.Gov.UK - see the Source link.

      Note: Website and Webpage statistics (the first three resources above) show only UK users, and exclude API calls (automated requests for datasets). The Dataset Statistics are confined to users with javascript enabled, which excludes web crawlers and API calls.

    These Website Statistics resources are updated annually in January by the Lincolnshire County Council Business Intelligence team. For any enquiries about the information contact opendata@lincolnshire.gov.uk.

  2. Groupon.com: website traffic share in the U.S. 2025, by device

    • statista.com
    Updated Apr 11, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Groupon.com: website traffic share in the U.S. 2025, by device [Dataset]. https://www.statista.com/statistics/1392783/grouponcom-desktop-device-split-us/
    Explore at:
    Dataset updated
    Apr 11, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    United States
    Description

    In March 2025, visits to Groupon.com in the United States mainly originated from mobile devices. Around three-fifths of its website traffic came from smartphones. Desktops accounted for the remaining traffic share, at nearly two-fifths.

  3. S

    Website Statistics By Country, Region, Demographics, Web Design And Facts...

    • sci-tech-today.com
    Updated Jun 27, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sci-Tech Today (2025). Website Statistics By Country, Region, Demographics, Web Design And Facts (2025) [Dataset]. https://www.sci-tech-today.com/stats/website-statistics-updated/
    Explore at:
    Dataset updated
    Jun 27, 2025
    Dataset authored and provided by
    Sci-Tech Today
    License

    https://www.sci-tech-today.com/privacy-policyhttps://www.sci-tech-today.com/privacy-policy

    Time period covered
    2022 - 2032
    Area covered
    Global
    Description

    Introduction

    Website Statistics: The internet landscape is constantly evolving, and understanding the dynamics of website development and browser usage is crucial for businesses and individuals alike. In 2024, the web design and development industry has grown significantly, driven by increased demand for innovative and responsive web solutions. Major browsers like Google Chrome, Safari, and Microsoft Edge dominate the market, each offering unique features that cater to diverse user needs.

    This article delves into the latest statistics, market shares, and technological trends in the web development and browser domains, providing valuable insights to help you navigate the digital world effectively.

  4. D

    Website Analytics

    • data.nola.gov
    • gimi9.com
    • +4more
    csv, xlsx, xml
    Updated Feb 2, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Information Technology and Innovation Web Team (2017). Website Analytics [Dataset]. https://data.nola.gov/City-Administration/Website-Analytics/62d3-pst8
    Explore at:
    xlsx, csv, xmlAvailable download formats
    Dataset updated
    Feb 2, 2017
    Dataset authored and provided by
    Information Technology and Innovation Web Team
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    This data about nola.gov provides a window into how people are interacting with the the City of New Orleans online. The data comes from a unified Google Analytics account for New Orleans. We do not track individuals and we anonymize the IP addresses of all visitors.

  5. Z

    Network Traffic Analysis: Data and Code

    • data.niaid.nih.gov
    • zenodo.org
    Updated Jun 12, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Honig, Joshua (2024). Network Traffic Analysis: Data and Code [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_11479410
    Explore at:
    Dataset updated
    Jun 12, 2024
    Dataset provided by
    Homan, Sophia
    Chan-Tin, Eric
    Ferrell, Nathan
    Moran, Madeline
    Soni, Shreena
    Honig, Joshua
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Code:

    Packet_Features_Generator.py & Features.py

    To run this code:

    pkt_features.py [-h] -i TXTFILE [-x X] [-y Y] [-z Z] [-ml] [-s S] -j

    -h, --help show this help message and exit -i TXTFILE input text file -x X Add first X number of total packets as features. -y Y Add first Y number of negative packets as features. -z Z Add first Z number of positive packets as features. -ml Output to text file all websites in the format of websiteNumber1,feature1,feature2,... -s S Generate samples using size s. -j

    Purpose:

    Turns a text file containing lists of incomeing and outgoing network packet sizes into separate website objects with associative features.

    Uses Features.py to calcualte the features.

    startMachineLearning.sh & machineLearning.py

    To run this code:

    bash startMachineLearning.sh

    This code then runs machineLearning.py in a tmux session with the nessisary file paths and flags

    Options (to be edited within this file):

    --evaluate-only to test 5 fold cross validation accuracy

    --test-scaling-normalization to test 6 different combinations of scalers and normalizers

    Note: once the best combination is determined, it should be added to the data_preprocessing function in machineLearning.py for future use

    --grid-search to test the best grid search hyperparameters - note: the possible hyperparameters must be added to train_model under 'if not evaluateOnly:' - once best hyperparameters are determined, add them to train_model under 'if evaluateOnly:'

    Purpose:

    Using the .ml file generated by Packet_Features_Generator.py & Features.py, this program trains a RandomForest Classifier on the provided data and provides results using cross validation. These results include the best scaling and normailzation options for each data set as well as the best grid search hyperparameters based on the provided ranges.

    Data

    Encrypted network traffic was collected on an isolated computer visiting different Wikipedia and New York Times articles, different Google search queres (collected in the form of their autocomplete results and their results page), and different actions taken on a Virtual Reality head set.

    Data for this experiment was stored and analyzed in the form of a txt file for each experiment which contains:

    First number is a classification number to denote what website, query, or vr action is taking place.

    The remaining numbers in each line denote:

    The size of a packet,

    and the direction it is traveling.

    negative numbers denote incoming packets

    positive numbers denote outgoing packets

    Figure 4 Data

    This data uses specific lines from the Virtual Reality.txt file.

    The action 'LongText Search' refers to a user searching for "Saint Basils Cathedral" with text in the Wander app.

    The action 'ShortText Search' refers to a user searching for "Mexico" with text in the Wander app.

    The .xlsx and .csv file are identical

    Each file includes (from right to left):

    The origional packet data,

    each line of data organized from smallest to largest packet size in order to calculate the mean and standard deviation of each packet capture,

    and the final Cumulative Distrubution Function (CDF) caluclation that generated the Figure 4 Graph.

  6. i

    Website Fingerprinting Dataset of Browsing Network Traffic for Desktop and...

    • ieee-dataport.org
    Updated Oct 21, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mohamad Amar Irsyad Mohd Aminuddin (2024). Website Fingerprinting Dataset of Browsing Network Traffic for Desktop and Mobile Webpages [Dataset]. https://ieee-dataport.org/documents/website-fingerprinting-dataset-browsing-network-traffic-desktop-and-mobile-webpages
    Explore at:
    Dataset updated
    Oct 21, 2024
    Authors
    Mohamad Amar Irsyad Mohd Aminuddin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is a dataset of Tor cell file extracted from browsing simulation using Tor Browser. The simulations cover both desktop and mobile webpages. The data collection process was using WFP-Collector tool (https://github.com/irsyadpage/WFP-Collector). All the neccessary configuration to perform the simulation as detailed in the tool repository.The webpage URL is selected by using the first 100 website based on: https://dataforseo.com/free-seo-stats/top-1000-websites.Each webpage URL is visited 90 times for each deskop and mobile browsing mode.

  7. Total global visitor traffic to Google.com 2024

    • statista.com
    • ai-chatbox.pro
    Updated Jan 22, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Total global visitor traffic to Google.com 2024 [Dataset]. https://www.statista.com/statistics/268252/web-visitor-traffic-to-googlecom/
    Explore at:
    Dataset updated
    Jan 22, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Oct 2023 - Mar 2024
    Area covered
    Worldwide
    Description

    In March 2024, search platform Google.com generated approximately 85.5 billion visits, down from 87 billion platform visits in October 2023. Google is a global search platform and one of the biggest online companies worldwide.

  8. Unleashed website statistics - Dataset - data.sa.gov.au

    • data.sa.gov.au
    Updated Jun 29, 2016
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    data.sa.gov.au (2016). Unleashed website statistics - Dataset - data.sa.gov.au [Dataset]. https://data.sa.gov.au/data/dataset/unleashed-website-statistics
    Explore at:
    Dataset updated
    Jun 29, 2016
    Dataset provided by
    Government of South Australiahttp://sa.gov.au/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    South Australia
    Description

    This dataset contains statistics related to the Unleashed website (http://uladl.com). Unleashed is an open data competition, an initiative of the Office for Digital Government, Department of the Premier and Cabinet. The data is used to monitor the level of engagement activity with the audience, and make the communication effective in regards to the event.

  9. Leading website traffic in Kenya 2021, by device

    • statista.com
    Updated Jul 10, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Leading website traffic in Kenya 2021, by device [Dataset]. https://www.statista.com/statistics/1316963/web-traffic-distribution-of-leading-websites-in-kenya-by-device/
    Explore at:
    Dataset updated
    Jul 10, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 2021
    Area covered
    Kenya
    Description

    In November 2021, mobile devices accounted for nearly ** percent of the web traffic to Google.com in Kenya. The website had the highest number of total visits in the country. Among the leading websites, most of them had a higher share of traffic from mobile. Youtube.com was an exception, with only ********* of its traffic originating from mobile devices.

  10. Website statistics—Health and wellbeing

    • data.qld.gov.au
    • researchdata.edu.au
    • +1more
    csv
    Updated Apr 24, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Communities, Housing and Digital Economy (2021). Website statistics—Health and wellbeing [Dataset]. https://www.data.qld.gov.au/dataset/website-statistics-health-and-wellbeing
    Explore at:
    csv(11 KiB), csv(12.5 KiB), csv(11.5 KiB), csv(12 KiB), csv(13 KiB), csv(10 KiB), csv(10.5 KiB), csv(13.5 KiB), csv(15 KiB)Available download formats
    Dataset updated
    Apr 24, 2021
    Dataset provided by
    Department of Communities, Housing and Digital Economyhttp://housing.qld.gov.au/
    Authors
    Communities, Housing and Digital Economy
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Monthly statistics for pages viewed by visitors to the Queensland Government website—Health and wellbeing franchise. Source: Google Analytics

  11. Leading websites in Denmark 2024, by session length

    • statista.com
    Updated Jul 14, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Leading websites in Denmark 2024, by session length [Dataset]. https://www.statista.com/statistics/1031082/ranking-of-leading-websites-in-denmark-by-time-per-visit/
    Explore at:
    Dataset updated
    Jul 14, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 2024
    Area covered
    Denmark
    Description

    In November 2024, YouTube.com was the most popular website in Denmark based on user engagement, with an average session length of 24 minutes and 48 seconds. Social network website Facebook.com came in second, with users spending approximately 15 minutes and 27 seconds on the platform. Google.com was ranked third with visitors spending an average of 14 minutes and eight seconds per session on the search platform.

  12. Z

    Kaggle Wikipedia Web Traffic Daily Dataset (without Missing Values)

    • data.niaid.nih.gov
    • explore.openaire.eu
    • +1more
    Updated Apr 1, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Webb, Geoff (2021). Kaggle Wikipedia Web Traffic Daily Dataset (without Missing Values) [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_3892918
    Explore at:
    Dataset updated
    Apr 1, 2021
    Dataset provided by
    Webb, Geoff
    Hyndman, Rob
    Montero-Manso, Pablo
    Godahewa, Rakshitha
    Bergmeir, Christoph
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset was used in the Kaggle Wikipedia Web Traffic forecasting competition. It contains 145063 daily time series representing the number of hits or web traffic for a set of Wikipedia pages from 2015-07-01 to 2017-09-10.

    The original dataset contains missing values. They have been simply replaced by zeros.

  13. Website statistics—Emergency services and safety

    • data.qld.gov.au
    • researchdata.edu.au
    • +2more
    csv
    Updated Apr 24, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Communities, Housing and Digital Economy (2021). Website statistics—Emergency services and safety [Dataset]. https://www.data.qld.gov.au/dataset/website-statistics-emergency-services-and-safety
    Explore at:
    csv(7 KiB), csv(8 KiB), csv(6.5 KiB), csv(9.5 KiB), csv(6 KiB), csv(7.5 KiB)Available download formats
    Dataset updated
    Apr 24, 2021
    Dataset provided by
    Department of Communities, Housing and Digital Economyhttp://housing.qld.gov.au/
    Authors
    Communities, Housing and Digital Economy
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Monthly statistics for pages viewed by visitors to the Queensland Government website—Emergency services and safety franchise. Source: Google Analytics

  14. C

    City Website Analytics

    • data.ccrpc.org
    csv, json, rdf, xml
    Updated Aug 3, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    City of Urbana (2022). City Website Analytics [Dataset]. https://data.ccrpc.org/am/dataset/city-website-analytics
    Explore at:
    rdf, xml, json, csvAvailable download formats
    Dataset updated
    Aug 3, 2022
    Dataset provided by
    data.urbanaillinois.us
    Authors
    City of Urbana
    Description

    Information about pages on the City's website including their age and their Google Analytics data (everything from "PageViews" and to the right). If the Google Analytics fields are empty, the page hasn't been visited recently at all.

  15. E

    Buffer vs Hootsuite Statistics By Revenue, Website Traffic And Demographics...

    • electroiq.com
    Updated Jun 23, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Electro IQ (2025). Buffer vs Hootsuite Statistics By Revenue, Website Traffic And Demographics (2025) [Dataset]. https://electroiq.com/stats/buffer-vs-hootsuite-statistics/
    Explore at:
    Dataset updated
    Jun 23, 2025
    Dataset authored and provided by
    Electro IQ
    License

    https://electroiq.com/privacy-policyhttps://electroiq.com/privacy-policy

    Time period covered
    2022 - 2032
    Area covered
    Global
    Description

    Introduction

    Buffer vs Hootsuite Statistics: Buffer and Hootsuite are working against each other for supremacy in scheduling, analytics, collaboration, and affordability. Buffer offers simple interfaces and transparent pricing for creators and small and medium enterprises. Hootsuite markets to larger enterprises for deep analytics, bulk management tools, and integrations comprising its internal operations.

    This comprehensive Buffer vs Hootsuite statistics focuses on user growth, satisfaction, pricing, features, and ease of use, all backed by numbers and insights from various sources. So, by the end, you will have an informative and data-driven sense of what platform will suit your needs better.

  16. w

    Websites using WP Statistics

    • webtechsurvey.com
    csv
    Updated Jun 12, 2013
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    WebTechSurvey (2013). Websites using WP Statistics [Dataset]. https://webtechsurvey.com/technology/wp-statistics
    Explore at:
    csvAvailable download formats
    Dataset updated
    Jun 12, 2013
    Dataset authored and provided by
    WebTechSurvey
    License

    https://webtechsurvey.com/termshttps://webtechsurvey.com/terms

    Time period covered
    2025
    Area covered
    Global
    Description

    A complete list of live websites using the WP Statistics technology, compiled through global website indexing conducted by WebTechSurvey.

  17. Cambridgeshire.net website statistics

    • data.wu.ac.at
    • cloud.csiss.gmu.edu
    • +1more
    csv
    Updated Aug 5, 2014
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cambridgeshire County Council (2014). Cambridgeshire.net website statistics [Dataset]. https://data.wu.ac.at/schema/data_gov_uk/ZDlmYTk1MGYtMWNhNi00M2IzLWFiYWYtN2Y1Y2ViZGFjNDEx
    Explore at:
    csvAvailable download formats
    Dataset updated
    Aug 5, 2014
    Dataset provided by
    Cambridgeshire County Council
    License

    Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
    License information was derived automatically

    Area covered
    Cambridgeshire
    Description

    Website analytics for www.cambridgeshire.net between 2009 and 2013

  18. Most visited websites Thailand 2023, by monthly traffic

    • statista.com
    Updated Jul 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Most visited websites Thailand 2023, by monthly traffic [Dataset]. https://www.statista.com/statistics/1097824/thailand-most-visited-websites-by-monthly-traffic/
    Explore at:
    Dataset updated
    Jul 7, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Dec 2022 - Nov 2023
    Area covered
    Thailand
    Description

    According to a report published by DataReportal, as of November 2023, the most visited website in Thailand was Google.com with approximately *** million monthly visits. This was followed by Youtube.com with around *** million monthly visits in that year.

  19. w

    Websites using Burst Statistics

    • webtechsurvey.com
    csv
    Updated Jul 25, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    WebTechSurvey (2024). Websites using Burst Statistics [Dataset]. https://webtechsurvey.com/technology/burst-statistics
    Explore at:
    csvAvailable download formats
    Dataset updated
    Jul 25, 2024
    Dataset authored and provided by
    WebTechSurvey
    License

    https://webtechsurvey.com/termshttps://webtechsurvey.com/terms

    Time period covered
    2025
    Area covered
    Global
    Description

    A complete list of live websites using the Burst Statistics technology, compiled through global website indexing conducted by WebTechSurvey.

  20. d

    Web Scraping Data | Key Customers Domain Name Data | Scanning Logos found on...

    • datarade.ai
    .json
    Updated Jun 27, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    PredictLeads (2024). Web Scraping Data | Key Customers Domain Name Data | Scanning Logos found on Websites | 248M+ Records [Dataset]. https://datarade.ai/data-products/predictleads-web-scraping-data-domain-name-data-business-predictleads
    Explore at:
    .jsonAvailable download formats
    Dataset updated
    Jun 27, 2024
    Dataset authored and provided by
    PredictLeads
    Area covered
    Benin, Burkina Faso, Malaysia, Turkmenistan, Oman, Curaçao, Northern Mariana Islands, Nigeria, Svalbard and Jan Mayen, Colombia
    Description

    PredictLeads Key Customers Data provides essential business intelligence by analyzing company relationships, uncovering vendor partnerships, client connections, and strategic affiliations through advanced web scraping and logo recognition. This dataset captures business interactions directly from company websites, offering valuable insights into market positioning, competitive landscapes, and growth opportunities.

    Use Cases:

    ✅ Account Profiling – Gain a 360-degree customer view by mapping company relationships and partnerships. ✅ Competitive Intelligence – Track vendor-client connections and business affiliations to identify key industry players. ✅ B2B Lead Targeting – Prioritize leads based on their business relationships, improving sales and marketing efficiency. ✅ CRM Data Enrichment – Enhance company records with detailed key customer data, ensuring data accuracy. ✅ Market Research – Identify emerging trends and industry networks to optimize strategic planning.

    Key API Attributes:

    • id (string, UUID) – Unique identifier for the company connection.
    • category (string) – Type of relationship (e.g., vendor, client, partner).
    • source_category (string) – Where the connection was detected (e.g., partner page, case study).
    • source_url (string, URL) – Website where the relationship was found.
    • individual_source_url (string, URL) – Specific page confirming the connection.
    • context (string) – Extracted description of the business relationship (e.g., "Company X - partners with Company Y to enhance payment processing").
    • first_seen_at (ISO 8601 date-time) – Date the connection was first detected.
    • last_seen_at (ISO 8601 date-time) – Most recent confirmation of the relationship.
    • company1 & company2 (objects) – Details of the two connected companies, including:
    • - domain (string) – Company website domain.
    • - company_name (string) – Official company name.
    • - ticker (string, nullable) – Stock ticker, if available.

    📌 PredictLeads Key Customers Data is an indispensable tool for B2B sales, marketing, and market intelligence teams, providing actionable relationship insights to drive targeted outreach, competitor tracking, and strategic decision-making.

    PredictLeads Docs: https://docs.predictleads.com/v3/guide/connections_dataset

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Lincolnshire County Council (2018). Website Statistics [Dataset]. https://data.wu.ac.at/schema/data_gov_uk/M2ZkZDBjOTUtMzNhYi00YWRjLWI1OWMtZmUzMzA5NjM0ZTdk
Organization logo

Website Statistics

Explore at:
csv, pdfAvailable download formats
Dataset updated
Jun 11, 2018
Dataset provided by
Lincolnshire County Councilhttp://www.lincolnshire.gov.uk/
License

Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically

Description

This Website Statistics dataset has four resources showing usage of the Lincolnshire Open Data website. Web analytics terms used in each resource are defined in their accompanying Metadata file.

  • Website Usage Statistics: This document shows a statistical summary of usage of the Lincolnshire Open Data site for the latest calendar year.

  • Website Statistics Summary: This dataset shows a website statistics summary for the Lincolnshire Open Data site for the latest calendar year.

  • Webpage Statistics: This dataset shows statistics for individual Webpages on the Lincolnshire Open Data site by calendar year.

  • Dataset Statistics: This dataset shows cumulative totals for Datasets on the Lincolnshire Open Data site that have also been published on the national Open Data site Data.Gov.UK - see the Source link.

    Note: Website and Webpage statistics (the first three resources above) show only UK users, and exclude API calls (automated requests for datasets). The Dataset Statistics are confined to users with javascript enabled, which excludes web crawlers and API calls.

These Website Statistics resources are updated annually in January by the Lincolnshire County Council Business Intelligence team. For any enquiries about the information contact opendata@lincolnshire.gov.uk.

Search
Clear search
Close search
Google apps
Main menu