You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The url of the web page containing information from the crawler controller about the crawler. Where there is no publicly available information about the crawler, this instead links to their public website.
197
+
*/
198
+
AspectPropertyValue<String> getCrawlerUrl();
199
199
/**
200
200
* Indicates the purpose for which a crawler accesses content, including search, AI indexing, AI model training, and archiving data.
201
201
*/
@@ -529,7 +529,7 @@ public interface DeviceData extends AspectData
529
529
*/
530
530
AspectPropertyValue<Boolean> getInVRMode();
531
531
/**
532
-
* Indicates whether the crawler is confirmed by the crawler controller to be used to train artificial intelligence.
532
+
* Indicates whether the crawler operates for an AI related purpose, as defined by the values in the CrawlerUsage property. This is based on our judgement of information available from the crawler controller or other trusted research.
@@ -844,14 +844,6 @@ public interface DeviceData extends AspectData
844
844
* Indicates if the browser supports simple dialogues (window.alert, window.confirm and window.prompt).
845
845
*/
846
846
AspectPropertyValue<Boolean> getPrompts();
847
-
/**
848
-
* Refers to the experimental Privacy Sandbox Protected Audience API proposal from Google. Indicates whether the API caller can register an "AdInterestGroup" and checks whether the website has not blocked the Protected Audience API using a Permissions Policy. Please be aware we have observed latency issues when interacting with the API.
* Indicates the maximum number of frames per second of the output image of the device in Hertz.
857
849
*/
@@ -1012,14 +1004,6 @@ public interface DeviceData extends AspectData
1012
1004
* Contains the Accept-CH HTTP header values to add to the HTTP response for the platform component. UACH values Sec-CH-UA-Platform, and Sec-CH-UA-Platform-Version are relevant. The default value is Unknown if the browser does not fully support UACH.
* Refers to the experimental Privacy Sandbox Shared Storage API proposal from Google. Indicates whether the API caller can access "Shared Storage" and checks whether the website has not blocked the Shared Storage API using a Permissions Policy.
* Indicates the primary marketing name of the System on Chip (chipset) which includes the CPU, GPU and modem. e.g. Snapdragon S4
1025
1009
*/
@@ -1148,14 +1132,6 @@ public interface DeviceData extends AspectData
1148
1132
* Contains JavaScript that can override the property ThirdPartyCookiesEnabled. This property returns NotSupported for browsers which cannot support third party cookies.
* Refers to the experimental Privacy Sandbox Topics API proposal from Google. Indicates if the API caller has observed one or more topics for a user and checks whether the website has not blocked the Topics API using a Permissions Policy.
* Indicates the Type Allocation Code (TAC) for devices supporting GSM/3GPP networks which come from multiple sources. This property will return 'N/A' if we cannot determine the device TAC authenticy.
* Refers to the experimental Privacy Sandbox Shared Storage API proposal from Google. Indicates whether the API caller can access "Shared Storage" and checks whether the website has not blocked the Shared Storage API using a Permissions Policy.
* Refers to the experimental Privacy Sandbox Protected Audience API proposal from Google. Indicates whether the API caller can register an "AdInterestGroup" and checks whether the website has not blocked the Protected Audience API using a Permissions Policy. Please be aware we have observed latency issues when interacting with the API.
* Refers to the experimental Privacy Sandbox Topics API proposal from Google. Indicates if the API caller has observed one or more topics for a user and checks whether the website has not blocked the Topics API using a Permissions Policy.
* Indicates the height of the device's screen in physical pixels. This property is not applicable for a device that does not have a screen. For devices such as tablets or TV which are predominantly used in landscape mode, the pixel height will be the smaller value compared to the pixel width.
* Indicates whether the crawler is confirmed by the crawler controller to be used to train artificial intelligence.
1654
+
* Indicates whether the crawler operates for an AI related purpose, as defined by the values in the CrawlerUsage property. This is based on our judgement of information available from the crawler controller or other trusted research.
* Indicates the Type Allocation Code (TAC) for devices supporting GSM/3GPP networks which come from multiple sources. This property will return 'N/A' if we cannot determine the device TAC authenticy.
* Indicates the list of frequency bands supported by the device.
1708
+
* The url of the web page containing information from the crawler controller about the crawler. Where there is no publicly available information about the crawler, this instead links to their public website.
* Used when detection method is not Exact or None. This is an integer value and the larger the value the less confident the detector is in this result.
* Consists of four components separated by a hyphen symbol: Hardware-Platform-Browser-IsCrawler where each Component represents an ID of the corresponding Profile.
1732
+
* The number of iterations carried out in order to find a match. This is the number of nodes in the graph which have been visited.
* Used when detection method is not Exact or None. This is an integer value and the larger the value the less confident the detector is in this result.
* Total difference in character positions where the substrings hashes were found away from where they were expected.
1756
+
* Consists of four components separated by a hyphen symbol: Hardware-Platform-Browser-IsCrawler where each Component represents an ID of the corresponding Profile.
0 commit comments