Privacy custom metric
Appears in: custom_metrics
struct
As: privacy
An example of the decoded object from https://www.google.com/
page crawl
Schema
privacy_wording_links
Type: array<object>
Links related to privacy policy.
privacy_wording_links[i].text
Type: string
Title of the link.
iab_tcf_v1
Type: object
IAB TCF v1 settings.
iab_tcf_v1.present
Type: boolean
Presence of IAB TCF v1.
iab_tcf_v1.data
Type: object
TCF v1 vendor consents. VendorConsents
iab_tcf_v1.compliant_setup
Type: boolean
Verifies compliance of TCF v1 vendor consents.
iab_tcf_v2
Type: object
IAB TCF v2 settings.
iab_tcf_v2.present
Type: boolean
Presence of IAB TCF v2.
iab_tcf_v2.data
Type: object
TCF v2 vendor consents. TCData
iab_tcf_v2.compliant_setup
Type: boolean
Verifies compliance of TCF v2 vendor consents.
iab_usp
Type: object
Shows the presence of IAB U.S. Privacy String.
iab_usp.present
Type: boolean
Shows the presence of IAB U.S. Privacy String.
iab_usp.privacy_string
Type: string
IAB U.S. Privacy String.
navigator_doNotTrack
Type: boolean
Indicates whether the browser’s “Do Not Track” setting is enabled.
navigator_globalPrivacyControl
Type: boolean
Indicates whether the browser’s Global Privacy Control setting is enabled.
document_permissionsPolicy
Type: boolean
Indicates the presence of the Permissions Policy.
document_featurePolicy
Type: boolean
Indicates the presence of the Feature Policy.
referrerPolicy
Type: object
Specifies the referrer policy for the entire document and individual requests.
referrerPolicy.entire_document_policy
Type: string
Referrer policy for the entire document.
referrerPolicy.individual_requests
Type: string
Referrer policy for individual requests.
referrerPolicy.link_relations
Type: string
Referrer policy for link relations.
media_devices
Type: object
Tracks the usage of media device APIs like enumerateDevices
and getUserMedia
.
media_devices["API_NAME"]
Type: boolean
Indicates usage of a particular API.
geolocation
Type: object
Tracks the usage of geolocation APIs like getCurrentPosition
and watchPosition
.
geolocation["API_NAME"]
Type: boolean
Indicates usage of a particular API.
fingerprinting
Type: object
Tracks potential fingerprinting attempts by counting API calls and listing likely fingerprinting scripts.
fingerprinting.counts
Type: object
Counts of fingerprinting-related API calls.
fingerprinting.counts["API_NAME"]
Type: integer
Counts of fingerprinting-related API calls.
fingerprinting.likelyFingerprintingScripts
Type: array<string>
List of likely fingerprinting script URLs.
request_hostnames_with_cname
Type: object
Lists hostnames with their corresponding CNAME records.
request_hostnames_with_cname.["HOSTNAME"]
Type: array<string>
CNAME records for a given hostname.
ccpa_link
Type: object
California Consumer Privacy Act (CCPA) compliance.
ccpa_link.hasCCPALink
Type: boolean
Presence of a CCPA link.
ccpa_link.CCPALinkPhrases
Type: array<string>
Related CCPA link phrases.