The Overview of Privacy Labels and their Compatibility with Privacy Policies
Paper β’ 2303.08213 β’ Published
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Data used in the papers:
In this dataset you have the following data:
The data is collected from the apps in Google Play Store over the period of 2022-2023.
βββ raw_policies/
β βββ policy_raw_0.zip
β βββ policy_raw_100000.zip
β βββ policy_raw_200000.zip
β βββ policy_raw_300000.zip
β βββ ...
βββ data_safety_sections/
β βββ 05_30/
β βββ 06_20/
β βββ 06_28/
β βββ 07_01/
β βββ ...
Unzip the zip file and you will see the following structure:
βββ policy_raw_0/
β βββ <app_id>
β β βββ <privacy_policy_timestamp>.txt # Raw HTML of the privacy policy
β β βββ site.txt # URL of the privacy policy
β βββ ...
import pandas as pd
# Load the data
# !pip install pyarrow
data = pd.read_parquet('data_safety_sections/05_30/all_data_05_30.brotli')
For any questions or feedback, feel free to contact Asmit Nayak and Rishabh Khandelwal.
If you find this dataset useful in your research or applications, please kindly cite:
@inproceedings {google_data_safety_section,
author = {Rishabh Khandelwal and Asmit Nayak and Paul Chung and Kassem Fawaz},
title = {Unpacking Privacy Labels: A Measurement and Developer Perspective on Google's Data Safety Section},
booktitle = {33rd USENIX Security Symposium (USENIX Security 24)},
year = {2024},
address = {Philadelphia, PA},
url = {https://www.usenix.org/conference/usenixsecurity24/presentation/khandelwal},
publisher = {USENIX Association},
month = aug
}