Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
BROWSER FINGERPRINTING
Document Type and Number:
WIPO Patent Application WO/2019/079700
Kind Code:
A1
Abstract:
Browser requests are received and data included in it is added to a vector. If explicit identification information (username, cookie data, etc.) is present, the vector is associated with a pre-existing user record, which is then updated. If not, candidate user records may be identified according to correspondence with values in the vector. This may include comparing hashes of one or more values to identify similarities. Candidate vectors may be eliminated by identifying inconsistency in OS, device, and browser information. Probability assigned to each candidate vector may be adjusted, e.g., reduced, in response to inconsistency in other data relating to a browser, device, or of a more global nature, e.g. time zone, user attributes, etc. Records associated with different devices may be associated with one another by evaluating hashes of data values submitted by a user on the different devices. Where the hash values of two records intersect, they may be merged with one another.

Inventors:
MAZOUCHI ALI (US)
CHOKHAWALA AMAR (US)
KUSAM ANUSHA (US)
Application Number:
PCT/US2018/056679
Publication Date:
April 25, 2019
Filing Date:
October 19, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
REFLEKTION INC (US)
International Classes:
G06F17/22; G06Q30/02; G06Q30/06; H04L29/06
Domestic Patent References:
WO2015200414A12015-12-30
Foreign References:
US20160006841A12016-01-07
US20160134648A12016-05-12
US20140279851A12014-09-18
US20150039902A12015-02-05
US20150066951A12015-03-05
US20150067472A12015-03-05
Other References:
ZIMMECK ET AL.: "A privacy analysis of cross-device tracking", 26TH USENIX SECURITY SYMPOSIUM (USENIX SECURITY 2017, 18 August 2017 (2017-08-18), Retrieved from the Internet
BODA ET AL.: "User tracking on the web via cross-browser fingerprinting", NORDIC CONFERENCE ON SECURE IT SYSTEMS, 28 October 2011 (2011-10-28), XP055298707, Retrieved from the Internet
ECKERSLEY: "How , unique is your web browser?", INTERNATIONAL SYMPOSIUM ON PRIVACY ENHANCING TECHNOLOGIES SYMPOSIUM, 23 July 2010 (2010-07-23), XP019147265, Retrieved from the Internet
Attorney, Agent or Firm:
STEVENS, David, R. (US)
Download PDF:
Claims:
CLAIMS

1. A system comprising one or more processing devices and one or more memory devices operably coupled to the one or more processing devices, the one or more memory devices storing executable code effective to cause the one or more processing devices to:

receive a browser request including request browser information, request global information, and request device information;

identify, from a database of user records, a plurality of candidate records each having candidate browser information, candidate global information, and candidate device information, that correspond to at least a portion of the request browser information, request global information, and request device information;

for each candidate record of the plurality of candidate records:

(a) if one or more items of the candidate browser information, candidate global information, and candidate device information of the each candidate record is

inconsistent with the request browser information, request global information, and request device information, remove the each candidate record from the plurality of candidate records, otherwise perform (b), wherein (b) comprises adjusting a probability for the each candidate record for each item of the candidate browser information, candidate global information, and candidate device information of the each candidate record that is consistent with the request browser information, request global information, and request device information; and

if, after performing (a) for each candidate record of the plurality of candidate records, the probability for a remaining candidate record of the plurality of candidate records meets a first threshold condition, determine that a same user corresponds to both of the remaining candidate record and the browser request.

2. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to identify the plurality of candidate records by:

generating a first hash of values in the browser request;

for each record of a plurality of user records, if a hash of values in the each record matches the first hash, adding the each record to the plurality of candidate records.

3. The system of claim 2, wherein the executable code is further effective to cause the one or more processing devices to perform (a) by:

evaluate an operating system version and a time included in the browser request, included in the request device information with respect to an operating system version and time included in the each candidate record;

if the operating system version included in the browser request is older than the operating system version included in the each candidate record, remove the each candidate record from the plurality of candidate records; and

if the operating system version included in the browser request is newer than the operating system version included in the each candidate record by more than a threshold amount, remove the each candidate record from the plurality of candidate records, wherein the threshold amount is determined according to a function that increases with difference between the time included in the browser request and the time included in the each candidate record.

4. The system of claim 2, wherein the executable code is further effective to cause the one or more processing devices to perform (a) by:

evaluate a browser version and a time included in the browser request, included in the request device information with respect to a browser version and time included in the each candidate record;

if the browser version included in the browser request is older than the browser version included in the each candidate record, remove the each candidate record from the plurality of candidate records; and

if the browser version included in the browser request is newer than the browser version included in the each candidate record by more than a threshold amount, remove the each candidate record from the plurality of candidate records, wherein the threshold amount is determined according to a function that increases with difference between the time included in the browser request and the time included in the each candidate record.

5. The system of claim 2, wherein the executable code is further effective to cause the one or more processing devices to perform (a) by:

evaluating device type information in the browser request with respect to device type information included in the each candidate record; and

if the device type information in the browser request is different from the device type information included in the each candidate record, removing the each candidate record from the plurality of candidate records.

6. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to

if the probability for the remaining candidate record meets the first threshold condition, select content in response to the browser request based on data in the remaining candidate record; and

if the probability for the remaining candidate record meets a second threshold condition that is higher than the first threshold condition, augment the remaining candidate record with the request browser information, request global information, and request device information.

7. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a time zone in the browser request is not within a threshold proximity to a time zone in the each candidate record, decreasing the probability for the each candidate record, wherein the threshold proximity is a function of a difference between a first time included in the browser request and a second time associated with the time zone in the candidate record such that the threshold proximity increases with increase in the difference between the first time and the second time.

8. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a language listed in the browser request is also listed in the each candidate record, augmenting the probability for the each candidate record.

9. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

evaluating a first battery state included in the browser request with respect to last- recorded battery state included in the each candidate record and an elapsed time between a first time included in the browser request and a second time associated with the last-recorded battery state; and

if a change in charge for the first battery state relative to the last-recorded battery state is inconsistent with the elapsed time, decreasing the probability for the each candidate record.

10. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a font name in the browser request is different from a font name in the each candidate record, decreasing the probability for the each candidate record.

11. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a plugin list in the browser request is different from a plugin list in the each candidate record, decreasing the probability for the each candidate record.

12. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a window size in the browser request is different from a window size in the each candidate record, decreasing the probability for the each candidate record.

13. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if an accessible device in the browser request is not included among one or more accessible devices included in the each candidate record, decreasing the probability for the each candidate record.

14. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a network address in the browser request is not included among one or more network addresses included in the each candidate record, decreasing the probability for the each candidate record.

15. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

evaluating a first local browser storage amount included in the browser request with respect to a second local browser storage amount included in the each candidate record and an elapsed time between a first time included in the browser request and a second time associated with the second local browser storage amount; and

if a change in the first local browser storage amount and second local browser storage amount is inconsistent with the elapsed time, decreasing the probability for the each candidate record.

16. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if user attributes included in the browser request are different from user attributes included in the each candidate record, decreasing the probability for the each candidate record.

17. The system of claim 1, wherein the executable code is further effective to cause the one or more processing devices to perform (b) by:

if a location in the browser request are different from a location included in the each candidate record by a threshold amount, decreasing the probability for the each candidate record.

18. A method compri sing :

receiving, by a computer system, a first browser request from a remote browser;

generating, by the computer system, one or more first hashes of one or more values included in the first browser request;

identifying, by the computer system, a plurality of candidate records each having one or more second hashes matching the one or more first hashes, the second hashes of each candidate record of the plurality of candidate records being computed based on one or more values included in one or more second browser requests preceding the first browser request and associated with a user identifier of the each candidate record;

(a) removing, by the computer system, a first portion of the plurality of candidate records based on inconsistency between least one of an operating system, device type, and browser type included in the portion of the plurality of candidate records and an operating system, device type, and browser type included in the first browser request; (b) after performing (a), decreasing a probability associated with each candidate record of at least a second portion of the plurality of candidate records based on inconsistency between the first browser request and the each candidate record with respect to one or more of language, plugins, font, time zone, battery state, accessible devices, network address, local browser storage amount, user attributes, and window size;

after performing (b), determining (c) that the probability for a remaining candidate record of the plurality of candidate records meets a first threshold value;

in response to (c), selecting the remaining candidate record as relevant to the first browser request.

19. The method of claim 18, further comprising:

in response to (c), selecting, by the computer system, content according to information included in the remaining candidate record and returning the content to the remote browser.

20. The method of claim 18, further comprising:

determining, by the computer system, that (d) the probability for the remaining candidate records meets a second threshold value greater than the first threshold value; and

in response to determining (d), augmenting, by the computer system, the remaining candidate record with information from the first browser request.

21. A method for data collection comprising:

for each device of a plurality of devices- receiving, by a computer system, submissions of data values through a plurality of unrelated third party websites;

generating, by the computer system, hashes of the data values according to a hash function;

storing, by the computer system, the hashes in a record associated with the each device; and

identifying, by the computer system, first and second devices of the plurality of devices such that the hashes in the record associated with the first device uniquely intersect with hashes in the record associated with the second device.

22. The method of claim 21, further comprising merging, by the computer system, user history data received from the first and second devices into a single user record.

23. The method of claim 22, wherein user history data includes browsing activities of the first and second devices.

24. The method of claim 23, further comprising:

selecting, by the computer system, content for transmission to the first device based on the browsing activities of the first and second devices.

25. The method of claim 21, wherein identifying the first and second devices of the plurality of devices such that the hashes in the record associated with the first device uniquely intersect with hashes in the record associated with the second device comprises:

determining that a set of one or more hashes in the record associated with the first device is found exclusively in the record associated with the second device.

26. The method of claim 25, wherein the set of one or more hashes includes at least two hashes.

27. The method of claim 21, wherein the hash function is a lossy function that does not uniquely encode data input to the hash function.

28. The method of claim 27, wherein storing, by the computer system, the hashes in a record associated with the each device comprises storing the hashes without any data label indicating a type of the data values used to generate the hashes.

29. The method of claim 28, wherein the data values include at least one of email addresses, phone numbers, and street addresses.

30. The method of claim 28, wherein the data values include credit card numbers.

31. A system for data collection comprising one or more processing devices and one or more memory devices operably coupled to the one or more processing devices, the one or more memory devices storing executable code effective to cause the one or more processing devices to:

for each device of a plurality of devices- receive submissions of data values through a plurality of unrelated third party websites;

generate hashes of the data values according to a hash function;

store the hashes in a record associated with the each device; and

if (a) the hashes in the record for a first device of the plurality of devices intersect the hashes in the record for a second device of the plurality of devices, determine that the first and second devices are operated by a same user.

32. The system of claim 31, wherein the executable code is further effective to cause the one or more processing devices to:

if (a), merge user history data received from the first and second devices into a single user record.

33. The system of claim 32, wherein the user history data includes browsing activities of the first and second devices.

34. The system of claim 33, wherein the executable code is further effective to cause the one or more processing devices to:

select content for transmission to the first device based on the browsing activities of the first and second devices.

35. The system of claim 31, wherein the executable code is further effective to cause the one or more processing devices find (a) to be true only if a set of one or more hashes in the record associated with the first device is found exclusively in the record associated with the second device.

36. The system of claim 35, wherein the set of one or more hashes includes at least two hashes.

37. The system of claim 31, wherein the hash function is a lossy function that does not uniquely encode data input to the hash function.

38. The system of claim 37, wherein the executable code is further effective to cause the one or more processing devices to store the hashes in the record associated with the each device without any data label indicating a type of the data values used to generate the hashes.

39. The system of claim 38, wherein the data values include at least one of email addresses, phone numbers, and street addresses. The system of claim 38, wherein the data values include credit card numbers.

Description:
TITLE: BROWSER FINGERPRINTING

BACKGROUND

[001] Retailers may implement user accounts such that all of a user's browsing and purchasing activity may be aggregated and used to facilitate understanding of the user's interest and behavior. Websites may also implement cookies that are stored within the user's browser that enable the user to be identified each time the user visit's the website.

[002] These approaches have limitations. Users may access various sites that do not share account information with one another. Users may fail to log in, decline to accept cookies, clear cookies, or browse in incognito mode. These result in missed opportunities to understand the interests and behavior of a user.

[003] The systems and methods disclosed herein provide an improved approach for associating a visit to a website with a particular user in the absence of cookies or a login to an existing account.

BRIEF DESCRIPTION OF THE FIGURES

[004] In order that the advantages of the invention will be readily understood, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments of the invention and are not therefore to be considered limiting of its scope, the invention will be described and explained with additional specificity and detail through use of the accompanying drawings, in which: [005] Fig. 1 is a schematic block diagram of a network environment for performing methods in accordance with an embodiment of the present invention;

[006] Fig. 2 is a process flow diagram of a method for associating a visit to a website with a user identifier in accordance with an embodiment of the present invention;

[007] Fig. 3 is a process flow diagram of a method for identifying candidate user records for a visit to a website and eliminating possible candidates in accordance with an embodiment of the present invention;

[008] Fig. 4 is a process flow diagram of a method for adjusting the probability that a candidate user record corresponds to a visit to a web site in accordance with an embodiment of the present invention;

[009] Fig. 5 is a process flow diagram of a method for accumulating hash values for a user record or website visit in accordance with an embodiment of the present invention;

[0010] Fig. 6 is a process flow diagram of a method for relating records of activities on different devices in accordance with an embodiment of the present invention; and

[0011] Fig. 7 is a schematic block diagram of a computer system suitable for implementing methods in accordance with embodiments of the present invention.

DETAILED DESCRIPTION

[0012] The methods disclosed herein may be implemented in a network environment 100 including some or all of the illustrated components. In particular, a server system 102 may execute the methods disclosed herein with respect to browsing activity of one or more user computers 104a, 104b. The computers 104a, 104b may include desktop or laptop computers, tablet computers, smart phones, wearable computers, internet enabled appliances, or any other type of computing device. [0013] The browsing activities of the computers 104a, 104b may include webpage requests submitted by the computers 104a, 104b to a web server executing on the server system 102 or be reported to the server system 102 by a third party server or by a software component executing on the computers 104a, 104b.

[0014] The computers 104a, 104b maybe coupled to the server system 102 by means of a network 106 including a local area network (LAN), wide area network (WAN), the Internet, or any other number of wired or wireless network connections. The network 106 may be understood to possibly include one or more intermediate servers by way of which browsing activities of the computers 104a, 104b are transmitted to the server system 102.

[0015] The computers 104a, 104b may execute a browser 108 programmed to retrieve and process data 110, such as by rendering web pages, execute scripts within web pages, formatting website data according to style sheets (e.g., .ess files). The browser 108 may execute scripts or process web forms that cause the browser 108 to transmit data submitted through web pages to a source of a web page or some other server system, such as the server system 102.

[0016] Communications from the browser 108 may include one or more items of information 112 about the browser itself, such as a type (SAFARI, EXPLORER, FIREFOX, CHROME, etc.) as well as a version of the browser. The browser information 112 may include information about the device 104a, 104b on which it is executing such as operating system (WINDOWS, MACOS, IOS, LINUX, etc.), operating system version, processor type, screen size, peripheral devices (e.g., additional screens, audio device, camera), etc. Browser

information may include a current time, time zone, font information, storage accessibility (size of local storage 116 described below), location information (e.g., longitude and latitude, city, address, etc.), accessibility information, and the like. This information is used according to the methods disclosed below and may be included in browser requests. Other information (e.g., fonts) may be obtained using executable code executing on one or both of the server system 102 or embedded in website data 110.

[0017] The browser 108 may execute one or more browser plugins 114 that extend or enhance the functionality of the browser, such as ADOBE ACROBAT READER, ADOBE FLASH PLAYER, JAVA VIRTUAL MACHINE, MICROSOFT SILVERLIGHT, and the like. In some embodiments, the browser information 112 and listing of plugins 114 may be transmitted with requests for web pages or be accessible by scripts executed by the browser, which may then transmit this information to the server system 102 directly or by way of another server system.

[0018] The computer 104a, 104b may further include local storage 116 that includes browser-related data such as cookies 118 that are stored by websites visited using the computer 104a, 104b.

[0019] The server system 102 stores information gathered from browser requests or received from third party servers in one of a user identifier (UID) record 120 and a browser user identifier (BUTD) vector 124. As described below, a UID record 120 stores data received from a browser that is explicitly mapped to a particular user identifier. A most common example, is due to the browser storing a cookie 118 that has previously been stored on a source 104a, 104b of the browser request and either received with the browser request or accessed by a script or other executable embedded in a website and transmitted to the server system 102.

[0020] Browser requests may include metadata that is stored in the UID record 120 when the browser request is explicitly mapped to cookie data 122a or other user identifiers included in the UID record 120. The UID record 120 may also include data from browser requests lacking explicit identification information but mapped to the UID record 120 with sufficient certainty according to the methods disclosed herein.

[0021] The browser data may include various types of data that are organized herein into three categories: global data history 122b, device data history 122b, and browser data history 122d.

[0022] The global data history 122b stores values from browser requests that is independent of the browser or device from which the request was received, such as time zone, language, a time stamp in the browser request, IP (internet protocol) address, location (if accessible), and the like.

[0023] The device data history 122c stores values from browser requests relating to the computer 104a, 104b that generated the browser request such as operating system, operating system version, screen size, available devices, battery state, power source, a listing of installed fonts, and the like.

[0024] The browser data history 122d stores value from browser requests relating to the browser from which it was received, such as the browser type (SAFARI, EXPLORER,

FIREFOX, CHROME, etc.), browser version, plugins available in the browser, cookies, cookie accessibility, size and accessibility of the local storage 116 for the browser, size and accessibility of session storage, audio configuration data, video configuration data, navigator data, and the like.

[0025] The UID record 120 may further include a user history 122e. Browser requests may include requests for web pages (e.g., URLs). User interactions with a website may also be recorded in the user history 122e, e.g. search terms, links clicked, values submitted into fillable forms, etc. These values may be stored in raw form and may additionally or alternatively be processed to estimate user attributes (age, income, gender, education) and interests that are stored in the user history 122e as well.

[0026] In response to a browser request that does not include cookie data 122a or other user identifiers, the server system 102 may create a BUID vector 124 that includes some or all of global data 126a, device data 126b, and browser data 126c included in the browser request. The data 126a- 126c may include some or all of the values described above as being included in the data histories 122b-122d.

[0027] Referring to Fig. 2, the illustrated method 200 may be executed by the server system 102 in response to receiving a browser request, also often referred to as a browser introduction. The "browser request" as discussed herein may include some or all of information in a header of the browser request, data submitted by the user in the browser request, information gathered by a script returned in response to the browser request and executing in the browser, or any other information submitted by a user as part of browser session including the browser request.

[0028] The method 200 may include evaluating 202 whether the browser request is in the context of a browser session in which a new UTD is created, e.g. a user creates a new account or otherwise provides an indication that a UID record 120 does not currently exist for the user that invoked the browser request. If so, then a new UID record 120 is created and populated with data from the browser request and possibly identification information provide as part of the browser session including the browser request, such as cookie data 122a placed on the computer 104a, 104b or a user name assigned to the user.

[0029] If not, the method 200 may include evaluating 206 whether the browser request includes sufficient data for a "front end" data match, i.e. the browser request includes cookie data, a user name, or other explicit identifiers that are uniquely associated with a UID record 120. Step 206 may be executed by a script executed by the browser or on the server system 102. If a front end match is found 204, then some or all of the history data 122a-122e may then be updated 208 according to data included in the browser request and other information received during the browser session initiated by the browser request.

[0030] The data that may be used for a front end data match may include a ULID (user link ID), ckid (third party cookie ID), bkid (back end identifier provided by the server system 102). Note that the ULID may include any identification information that is provided by vendors and clearly identifies a user, such as username, email, user ID, or a hash of an input field that may be used for unique identification. If any of these are present in a browser request, a corresponding UID record 120 may be uniquely associated with the browser request. In some embodiments, local storage of the browser may include identifying information, such as a username or other identifier. Accordingly, a script executing in the browser may obtain this information and return it to the server system 102, thereby enabling a front end data match at step 204.

[0031] If a front end match is found 206 not to be possible, the method 200 may include populating 210 a BUID vector 124 with data from the browser request. This BUID vector 124 may then be compared 212 to one or more UID records 120 to identify 214 one or more, typically several, candidate UID records. Of these candidate records, one or more of them may then be evaluated and eliminated 216 as being inconsistent. An example implementation of steps 214-216 is described with respect to Fig. 3, below. [0032] Of those that remain, a probability associated with each candidate record may be maintained the same or adjusted 218 based on consistency with values included in the BUID vector 124. An example of this process is described below with respect to Fig. 4.

[0033] The method 200 may further include selecting a threshold according to an application of the method 200, i.e. a purpose for which any corresponding UID record 120 will be used. For example, for purposes of selecting an advertisement, an exact match is not required. Step 220 may be an essentially manual step, with the application being known and the corresponding threshold being predetermined for that application.

[0034] If the probability threshold for the given application is found 222 to be met by one or more candidate records 120, then one of them may be selected as corresponding to the same user that generated the browser request and one or more actions may be taken, such as selecting 224 content according to the user history 122e of the selected candidate record 120. Where only one candidate record is found 222 to meet the threshold, it may be selected. Where multiple records meet the threshold, the candidate record with the highest probability after step 218 may be selected for use at step 224. Content selected at step 224 may then be transmitted to the source of the browser request in the form of advertisements, search results, relevant articles, other media content, or the like.

[0035] If the candidate record 120 is also found 226 to meet a certainty threshold, which may be higher than the threshold of step 222, the data 126a- 126c of the BUID vector 124 may be used to update 208 the data histories 122a-122e of the candidate record 120. For example, a certainty threshold may be a predetermined value, such as a value of 95 percent or higher.

[0036] Referring to Fig. 3, the illustrates an example method 300 for identifying 214 and eliminating 216 candidate records 120 for a particular BUID vector 124 ("the subject vector"). [0037] The method 300 may include generating one or more hashes of the subject vector. This may include generating some or all of: generating a hash of the entire subject vector, generating labeled hashes of the values of the subject vector (each hash will indicate the field or attribute of the value from which the each was made), generating unlabeled hashes of the values of the subject vector (field or attribute of the value will not be retained or considered). The hash function may be a lossy function such that each output of the hash function could represent a range of possible input values. The hash function is also preferably such that the range of possible input values are similar to one another, e.g. a contiguous range of values. For example, MD5 and similar hash functions are also suitable. Other hash functions known in the art may also be used.

[0038] The method 300 may then include identifying one or more candidate UID records 120 ("candidate records") based on comparison to the hashes. In particular, one or more hashes of values in each record of a plurality of UID records 120 may be generated, such as in the same manner as for the subject vector at step 302.

[0039] Candidate records may be identified as having one or more hashes equal to hashes of the subject vector. Where hashes are labeled, this may include determining that hashes for one or more labels in a candidate record match hashes with the same labels in the subject vector. In some embodiments, matching hashes may be processed according to a function that determines a probability according to the number and possibly labels of the matching hashes. For example, one label may have a higher weight such that matching hashes for that label will increase the probability more than another label.

[0040] Those UID records 120 having probabilities above a threshold may be identified 304 as candidate records. Each of the candidate records may be selected 306 and evaluated based some or all of steps 308, 310, 312. Steps 308, 310, 312 may be performed in the illustrated or in a different order. Those that are found to be inconsistent at steps 308, 310, 312 are eliminated 314 from among the candidate records. Those that are found to be consistent are processed at step 316 wherein the probabilities associated with them may be adjusted according to the method 400 of Fig. 4. Once the last candidate record is found 318 to have been evaluated according to some or all of steps 308, 310, 312, the method 300 ends.

[0041] Step 308 includes evaluating whether operating system information in the candidate record is inconsistent with operating system information included in the subject vector. Note that a candidate record may be associated with a particular user and may record activities of the user from multiple devices over time. Accordingly, the evaluation of step 308 may include evaluating whether at least one instance of operating system information in the candidate record is consistent. If not, the candidate record is determined to be inconsistent. For example, step 308 may implement some or all of the following logic:

1. If no operating system listed the candidate record is the same type of operating system (WINDOWS, MACOS, IOS, LINUX, etc.) than what is included in the subject vector, then the candidate record is inconsistent.

2. If none of the listed operating systems of the candidate record are an earlier version of the type of operating system of the subject vector, than the candidate record is inconsistent.

3. If none of the listed operating systems of the same type as the subject vector also has a version number that is different from a version number of the operating system in the subject vector by less than a threshold amount, then the candidate record may be determined to be inconsistent. The time-dependent threshold may be a function of an elapsed time between a last-received operating system version of the candidate record of the same type and a time include in the browser request of the subject vector. In particular, the time-dependent threshold increases with increase in the elapsed time. Accordingly, large changes over small elapsed times will be deemed inconsistent.

[0042] Step 310 includes evaluating whether device information in the candidate record is inconsistent with device information included in the subject vector. For example, step 310 may evaluate whether the candidate record includes reference to a device with identical values for some or all of the following labels: OS name and version, device type and version, availability of audio device(s), availability of camera(s), screen size, average network speed and the like. If not, the method 300 determines that the candidate record is inconsistent.

[0043] Step 312 includes evaluating whether browser information in the candidate record is inconsistent with browser information included in the subject vector. Note that a candidate record may be associated with a particular user and may record activities of the user from multiple devices over time. Accordingly, the evaluation of step 312 may include evaluating whether at least one instance of browser information in the candidate record is consistent. If not, the candidate record is determined to be inconsistent. For example, step 312 may implement some or all of the following logic:

1. If no browser listed the candidate record is the same type of browser

(EXPLORER, SAFARI, FIREFOX, CHROME, etc.) than what is included in the subject vector, then the candidate record is inconsistent. 2. If none of the listed browsers of the candidate record are an earlier version of the type of browser of the subject vector, than the candidate record is inconsistent.

3. If none of the listed browsers of the same type as the subject vector also has a version number that is different from a version number of the browser in the subject vector by less than a threshold amount, then the candidate record may be determined to be inconsistent. The time-dependent threshold may be a function of an elapsed time between a last-received browser version of the candidate record of the same type and a time include in the browser request of the subject vector. In particular, the time- dependent threshold increases with increase in the elapsed time. Accordingly, large changes over small elapsed times will be deemed inconsistent.

[0044] Note that the evaluation of the version and type of a browser may be used in an identical manner to evaluate the type and version of other components or modules executed by a browser, such as a specific plugin, webkit, and the like. Accordingly, if backward movement in version number is found from the candidate record to the BUID vector, the candidate record may be eliminated.

[0045] Note also that evaluating the version of a browser, plugin, or other component or module may include evaluating a hashes of version number in order to save space. Accordingly, only differences in version number that are sufficiently large to change the hash value will result in the possibility of detection of a difference according to the method 300.

[0046] The evaluations of steps 308, 310, 312 are just examples of criteria that may be used to eliminate a candidate record. Other criteria may be used in addition to, or in place of, the illustrated criteria. For example: 1. If a time range of the browser session of the BUTD vector overlaps the time range of a browser session recorded in the candidate record, the candidate record may be eliminated.

2. If a hash of a password submitted to a URL submitted in the browser session of the BUID vector does not match a hash of a password submitted to the same URL as recorded in a candidate record, the candidate record may be eliminated. This may be effective inasmuch as even if a password is changed, the user is typically required to submit the old password and therefore both the old and new passwords will be recorded for the URL. Hashes of other user-submitted values (name, email, or other non-time- varying attributes) may be constrained to be identical in order for a candidate record to escape elimination according to the method 300.

3. Unique device parameters such as battery capacity, battery charging time, and battery discharge time may be invariant with time. Accordingly, where these parameters do not match between the BUID vector and the candidate record, the candidate record may be eliminated

[0047] Referring to Fig. 4, the illustrated method 400 may be used to adjust the probability for candidate records that are not eliminated at step 314. As is apparent, the method 400 evaluates various values in order to adjust the probability of a candidate record. The method 400 may be executed with respect to each candidate record of the remaining candidate records ("the candidate record"). The probability that is adjusted may be a probability as determined at step 304 or may be initialized to some other value. As is apparent in Fig. 4, where inconsistency in data for a given label is found, the probability for the candidate record may be reduced. The amount of this reduction may be the same for each label evaluated or may be different as determined by an operator.

[0048] The method 400 may include evaluating 402 whether one or more "Accept" parameters in a header of the browser request correspond to those in the candidate record.

[0049] For example, whether a language in the subject vector matches a language included in the candidate record. A browser request may include multiple languages.

Accordingly, step 402 may include evaluating whether each and every language in the subject vector is found in the candidate record. If not, then the probability of the candidate record is reduced 404. In some embodiments, the amount of the reduction increases with the number of languages in the subject vector that are not found in the candidate record.

[0050] Other accept parameters include supported encodings (for encryption, images, audio, video, etc.) listed in the header. If one or more of these other parameters are not found in the candidate record, then the probability of the candidate record is reduced 404.

[0051] The method 400 may include evaluating 406 whether at least one plugin in the subject vector matches a plugin included in the candidate record. A browser request may include a list of multiple plugins. Accordingly, step 406 may include evaluating whether each and every plugin in the subject vector is found in the candidate record. If not, then the probability of the candidate record is reduced 408. In some embodiments, the amount of the reduction increases with the number of plugins in the subject vector that are not found in the candidate record.

Plugins are received as a list in each browser request. Accordingly, the probability is reduced 424 unless a plugin list in a previous browser request recorded in the candidate record exactly matches the plugin list of the candidate record. The probability may be reduced 424 by the number of difference between the closest matching plugin list of the candidate record and the plugin list of the subject vector.

[0052] The method 400 may include evaluating 410 whether at least one font in the subject vector matches a font included in the candidate record. A browser request may include one or more fonts. Accordingly, step 410 may include evaluating whether each and every font in the subject vector is found in the candidate record. If not, then the probability of the candidate record is reduced 412. In some embodiments, the amount of the reduction increases with the number of fonts in the subject vector that are not found in the candidate record.

[0053] The method 400 may include evaluating 414 whether a time zone in the subject vector is found in the candidate record. In particular, step 414 may include evaluating a difference in a time zone in the subject vector relative to a last time zone in the candidate record, i.e. a time zone obtained from a last-received browser request that has been used to update the candidate record. The last-received browser request may have a first time in it. The subject vector also has a second time in it that is obtained from the browser request used to generate it. A difference in the last-received time zone of the candidate record may be compared to the time zone of the subject vector. If the difference exceeds a threshold that is a function of a difference between the first time and the second time, the probability of the candidate record is reduced 416. In particular, the threshold may increase with increase in the difference between the first time and the second time. In some embodiments, the larger the change in time zone and the smaller the intervening elapsed time, the greater the reduction 416 in probability.

[0054] The method 400 may include evaluating 418 whether battery parameters in the subject vector are consistent with last-received battery parameters found in the candidate record. In particular, step 418 may include evaluating a difference in a battery state in the subject vector relative to a last-received battery state in the candidate record, i.e. a battery state obtained from a last-received browser request that has been used to update the candidate record. The last- received browser request may have a first time in it. The subject vector also has a second time in it that is obtained from the browser request used to generate it. A difference in the last-received battery state of the candidate record may be compared to the battery state of the subject vector. If the difference exceeds a threshold that is a function of a difference between the first time and the second time, the probability of the candidate record is reduced 420. In particular, the threshold may increase with increase in the difference between the first time and the second time. In some embodiments, the larger the change in battery state and the smaller the intervening elapsed time, the greater the reduction 420 in probability. This accounts for the fact that charging and discharging of a battery are not instantaneous and therefore large changes in battery state with small elapsed time are unlikely to occur in the same device.

[0055] The method 400 may include evaluating 422 whether at least one accessible device listed in the subject vector matches an accessible device included in the candidate record. A browser request may include a list of one or more devices such as an additional screen, pointing device (mouse, trackpad), audio device, camera, or other peripherals that are coupled to the computing device 104a, 140b that issued the browser request. Accordingly, step 422 may include evaluating whether each and every accessible device in the subject vector is found in the candidate record. If not, then the probability of the candidate record is reduced 424. In some embodiments, the amount of the reduction increases with the number of accessible devices in the subject vector that are not found in the candidate record.

[0056] The method 400 may include evaluating 426 whether an IP (internet protocol) address or other network routing information (e.g., MAC (machine access code) address) included in the subject vector is found in the candidate record. If not, then the probability of the candidate record is reduced 428. In some embodiments, the amount of the reduction increases with the difference between a closest matching IP address in the candidate record and the IP address in the subject vector, accounting for the fact that IP addresses in the same domain or sub domain may still correspond to the same device.

[0057] The method 400 may include evaluating 430 whether an amount of local storage in the subject vector is consistent with the candidate record. Local storage refers to tracking data (cookies, etc.), browser history, and other information stored by the browser over time. Browser requests may list the amount of local storage. Accordingly, step 430 may include evaluating a difference in an amount of local storage in the subject vector relative to an amount of local storage in a last-received browser request that has been used to update the candidate record. The last-received browser request may have a first time in it. The subject vector also has a second time in it that is obtained from the browser request used to generate it. A difference in the last- received amount of local storage in the candidate record may be compared to the amount of local storage in the subject vector. If the difference exceeds a threshold that is a function of a difference between the first time and the second time, the probability of the candidate record is reduced 432. In particular, the threshold may increase with increase in the difference between the first time and the second time. In some embodiments, the larger the change in the amount of local storage and the smaller the intervening elapsed time, the greater the reduction 432 in probability.

[0058] The method 400 may include evaluating 434 whether one or more user attributes included in the subject vector are found in the candidate record. User attributes may include a name, company name, address, phone number, or the like. User attributes may include age, gender, income, or other demographic attributes. User attributes may further include interest or behavioral information such as user interest in certain colors, sizes, categories, sale or discounted items, new arrivals, rate of clicks per session, views per session, scrolling habits, whether the user operates a browser in incognito mode, and the like. For example, where the browser request is invoked by a user submitting a form, the browser request may include one or more user attributes. If each and every user attribute in the subject vector is either absent from or identical to user attributes in the candidate record, then the user attributes may be found 434 to match. If not, then the probability of the candidate record may be reduced 436. For example, the probability may be reduced according to the number of inconsistent attributes. Some attributes, if inconsistent, may result in a greater reduction 436 in the probability than others as determined by an operator to account for the relative importance of attributes. In another example, user activities such as search terms submitted, repetition of search terms, categories of products selected for viewing or purchasing, price range of products viewed or purchased, time frame of browsing activates (day of the week, time of day, etc.), domains of interest, and the like may also be user attributes that may be compared 434 between the BUID vector and the candidate record.

[0059] The method 400 may include evaluating 438 whether a window size (i.e., browser window size) in the subject vector are found in the candidate record. If the window size matches a window size in the candidate vector, they may be found 438 to match. If not, then the probability of the candidate record may be reduced 440. For example, the probability may be reduced according to an amount of the difference between the window size of the subject vector and the closest window size in the candidate vector, such as based on a sum or weighted sum of differences in width and height. [0060] The method 400 may include evaluating 442 whether a location in the subject vector is consistent with the candidate record. Location data may be included in metadata of a browser request, derived from an IP address of the browser request, or provided by the user in a data submission, such as a request for information about the user's current location. Browser Step 430 may include evaluating a difference in the location in the subject vector relative to a location for a last-received browser request that has been used to update the candidate record. The last-received browser request may have a first time in it. The subject vector also has a second time in it that is obtained from the browser request used to generate it. A difference in the last-received location in the candidate record may be compared to the location in the subject vector. If the difference exceeds a threshold that is a function of a difference between the first time and the second time, the probability of the candidate record is reduced 444. In particular, the threshold may increase with increase in the difference between the first time and the second time. In some embodiments, the larger the change between the locations of the subject vector and the candidate vector, the greater the reduction 444 in probability.

[0061] The method 400 illustrates a sample of values in the subject vector that may be considered to determine the probability of a candidate record corresponding to the same user. Other values may also be evaluated in a similar manner.

[0062] Note also that the factors evaluated with respect to the method 400 and the corresponding reductions in probability may be performed in the context of a machine learning model. In particular, a machine learning model may be trained to adjust the probability for a give candidate record for a given subject vector. Training data may include candidate records and subject vectors that are known to be related or not related. The machine learning model may then be trained to distinguish between these two cases. The probability of candidate vectors as determined or adjusted by the machine learning algorithm may then be compared to a predetermined threshold and those below the threshold may be eliminated. Of those that remain, a highest probability case may be selected for purposes of generating content. If one candidate record meets a certainty threshold, the subject vector may be merged with the candidate record as described above. In a similar manner, the elimination of candidate records according to the method 300 may be performed using a trained machine learning model operating on parameters of the BUID vector and the candidate records.

[0063] Figs. 5 and 6 illustrates methods for linking a UID record 120 for one device with a UID record 120 for a different device. The method 500 may be executed by the server system 102. As described in the methods above, device information and information regarding software (browser, OS, plugins) executing on that device are used to associated BUID vectors 124 with a UID record 120. In many instances the same user may browse the web using multiple computing devices 104a, 104b, e.g. a home computer, work computer, mobile phone, tablet computer, etc.

[0064] The method 500 of Fig. 5 describes an approach for accumulating information that may be used to associated browsing activities on different devices with the same user. The method 500 may include evaluating whether a browser request or browser session included a user login, either in the form of providing a username and password, a previously-created credential, cookie data, or some other form of express identification uniquely associated with a user. If so, then the corresponding UID record 120 for that login information is identified 504. If one or more data values are found 506 to have been submitted during the browser session, hashes of these values are added 508 to the corresponding UID record 120. Hash values may also be generated for other data included in a browser request, including some or all of the items of data stored and evaluated according to the methods described with respect to Figs. 1 through 5. In particular, hash values for location data may be included. The location data may be derived from an explicit value included in the browser request, derived from the IP address of the browser request, or otherwise provided in navigation data provided by the user.

[0065] Generating the hash values in step 508 and other hash-generating steps of the method 500 may include generating and storing hashes without data labels indicating the type of data (name, credit card, address, phone number, etc.) from which the hash is derived. As for step 302 of the method 300, the hash values may be generated according to a lossy function such that each output of the hash function could represent a range of possible input values. The hash function is also preferably such that the range of possible input values are similar to one another, e.g. a contiguous range of values. Examples of suitable hash functions include MD5 and similar hash functions or any other hash function known in the art. The hash value may be 32, 64, or 128 bits. To ensure that the original data is not recoverable, a 64 bit or smaller size is preferable. To protect privacy, the submitted data values may be converted to hash values on the computing device 104a, 104b on which they were received, such as by a software component embedded in a website, plugin, or other component executing within the browser on the computing device 104a, 140b. In this manner, data values are not acquired in their original form. Hash values may further be encrypted during transmission and storage to protect privacy.

[0066] If insufficient information is found 502 to have been provided to associate a browsing session with a particular user, the method 500 may still include evaluating 510 whether any data is submitted during the session. If not, metadata included in browser requests may still be used to attempt 512 to match a BUID vector 124 for a browser request with a UTD record 120 according to the methods of Figs. 2-4. [0067] If data values are submitted, then hashes of these values are added 514 to the BUID vector 124 in the same manner as for step 508 and step 512 may also be performed to attempt to match the BUID vector 124 to a UID record 120.

[0068] It may occur in some instances that the BUID vector 124 is matched to a UID record 120 with sufficient certainty according to the methods of Figs. 2-4 such that the data of the BUID vector 124 is added to the UID record 120. Accordingly, the hash values of step 514 will be incorporated into that UID record 120. The hash values may be generated and added either before or after the BUID is matched to a UID record 120. As noted above with respect to step 508, hash values may be generated and added for data in the browser request, particularly location data.

[0069] Fig. 6 illustrates a method 600 may include selecting 602 a record ("the selected record"), which may be either UID record 120 or a BUID vector 124 from a database of such records. In particular, the method 600 may be executed for some or all of the UID records 120 and BUID vectors 124 in a database in order to identify cross-device associations with respect to other UID records or BUID vectors 124. In some embodiments, the method 600 is executed each time a UID record 120 or BUID vector 124 is updated or changed according to any of the methods of Figs. 2-5. For purposes of the description of the method 600, "candidate record" shall be understood to refer to either of a UID record 120 or BUID vector 124.

[0070] The method 600 may include eliminating 604 one or more candidate records that are inconsistent with the selected record. This may include evaluating some or all of the criteria described above with respect to the method 300 of Fig. 3. In particular, inasmuch as the method 600 includes performing cross-device identification, only parameters that are not device specific may be evaluated at step 606. In particular, parameters such as time zone, language, location, time overlap of browser sessions, hashes of passwords or of other user-submitted values, and IP address may be evaluated at step 604 and eliminated if found to be inconsistent, such as according to the approaches described above with respect to the method 400.

[0071] The method 600 may further include adjusting 606 probabilities for one or more candidate records that remain after the elimination step 604. This may include evaluating some or all of the parameters evaluated according to the method 400. As for step 604, parameters that are not device specific may be evaluated such as some or all of language, time zone, IP address, user attributes, location, and time overlap of browser sessions. The result of step 606 may be probabilities associated with candidate records.

[0072] The method 600 may include evaluating 608 intersections of hash values in the selected record with the candidate records and adjusting the probabilities associated with the candidate records accordingly. In particular, candidate records that match a hash value or group of hash values in the selected record may be identified. In particular, for each hash value that matches between the selected record and the candidate record, the probability for that candidate record may be increased. The degree of adjustment may increase with the infrequency of occurrence of the hash value. For example, where a matching hash has a large number of occurrences among the candidate records, the amount of the increase in probability may be smaller than where the number of occurrences of the matching hash is smaller. A hash of a user's email, for example, may have few occurrences and therefore be highly predictive whereas a hash of a user's first name has many occurrences and therefore is less predictive.

[0073] If the probability of a candidate record following steps 606-608 is found to 610 meet a threshold certainty, then the content of that candidate record and the selected record may be combined 612, such as by merging the content of one record with the other. For example, where one of the selected record and matching record is a UID record 120 and the other is a BUID vector 124, the data of the BUID vector 124 may be added to the UID record 120. Where both the selected and matching records are UID records 120, then the data of the newer UID record 120 (last created) may be added to the older UID record 120. Where both are BUID vectors 124, the data of the newer BUID vector 124 may be added to the older.

[0074] Adding data from one record to another may include augmenting the global data 126a, device data 126b, browser data 126c, and possibly user history, of one record with corresponding data from the other record. Adding data from one record to another may preserver association of the data form one record, i.e. its source as from a different record may be stored. In other embodiments, this is not the case.

[0075] Note that in some instances a single unique value may be found in only one of the other records. However, in some instances, the condition of step 608 may only be found to be met if two, three, or some other threshold number of hash values, as a combination, are unique to the selected record and the matching record. This is the case inasmuch as hash values correspond to a range of input values and a match does not necessarily indicate that the underlying input values were identical.

[0076] Note also that discrete steps 606-608 are described as being performed to determine the probabilities of candidate records with respect to the selected record. In other embodiments, the content of a candidate record and the selected record may be evaluated according to a machine learning algorithm that evaluates some or all of the parameters of the records to determine a probability that the candidate record and the selected record correspond to the same user. In a like manner, the elimination step 604 may be performed using a trained machine learning model processing some or all of the same parameters of the selected record and candidate record.

[0077] In some embodiments, steps 608-610 may also be used for identification of correspondence between a BUID vector and a candidate record according to the method 200. In particular, adjusting 218 the probability of a candidate record may include executing both the method 400 and evaluating hash value intersections as described above with respect to steps 608- 610 in order to determine the probability for a particular candidate record.

[0078] Fig. 7 is a block diagram illustrating an example computing device 700 which can be used to implement the system and methods disclosed herein. The server system 102 and computing devices 104a, 104b may also have some or all of the attributes of the computing device 700. In some embodiments, a cluster of computing devices interconnected by a network may be used to implement any one or more components of the invention.

[0079] Computing device 700 may be used to perform various procedures, such as those discussed herein. Computing device 700 can function as a server, a client, or any other computing entity. Computing device can perform various monitoring functions as discussed herein, and can execute one or more application programs, such as the application programs described herein. Computing device 700 can be any of a wide variety of computing devices, such as a desktop computer, a notebook computer, a server computer, a handheld computer, tablet computer and the like.

[0080] Computing device 700 includes one or more processor(s) 702, one or more memory device(s) 704, one or more interface(s) 706, one or more mass storage device(s) 708, one or more Input/Output (I/O) device(s) 710, and a display device 730 all of which are coupled to a bus 712. Processor(s) 702 include one or more processors or controllers that execute instructions stored in memory device(s) 704 and/or mass storage device(s) 708. Processor(s) 702 may also include various types of computer-readable media, such as cache memory.

[0081] Memory device(s) 704 include various computer-readable media, such as volatile memory (e.g., random access memory (RAM) 714) and/or nonvolatile memory (e.g., read-only memory (ROM) 716). Memory device(s) 704 may also include rewritable ROM, such as Flash memory.

[0082] Mass storage device(s) 708 include various computer readable media, such as magnetic tapes, magnetic disks, optical disks, solid-state memory (e.g., Flash memory), and so forth. As shown in Fig. 7, a particular mass storage device is a hard disk drive 724. Various drives may also be included in mass storage device(s) 708 to enable reading from and/or writing to the various computer readable media. Mass storage device(s) 708 include removable media 726 and/or non-removable media.

[0083] I/O device(s) 710 include various devices that allow data and/or other information to be input to or retrieved from computing device 700. Example I/O device(s) 710 include cursor control devices, keyboards, keypads, microphones, monitors or other display devices, speakers, printers, network interface cards, modems, lenses, CCDs or other image capture devices, and the like.

[0084] Display device 730 includes any type of device capable of displaying information to one or more users of computing device 700. Examples of display device 730 include a monitor, display terminal, video projection device, and the like.

[0085] Interface(s) 706 include various interfaces that allow computing device 700 to interact with other systems, devices, or computing environments. Example interface(s) 706 include any number of different network interfaces 720, such as interfaces to local area networks (LANs), wide area networks (WANs), wireless networks, and the Internet. Other interface(s) include user interface 718 and peripheral device interface 722. The interface(s) 706 may also include one or more user interface elements 718. The interface(s) 706 may also include one or more peripheral interfaces such as interfaces for printers, pointing devices (mice, track pad, etc.), keyboards, and the like.

[0086] Bus 712 allows processor(s) 702, memory device(s) 704, interface(s) 706, mass storage device(s) 708, and I/O device(s) 710 to communicate with one another, as well as other devices or components coupled to bus 712. Bus 712 represents one or more of several types of bus structures, such as a system bus, PCI bus, IEEE 1394 bus, USB bus, and so forth.

[0087] For purposes of illustration, programs and other executable program components are shown herein as discrete blocks, although it is understood that such programs and components may reside at various times in different storage components of computing device 700, and are executed by processor(s) 702. Alternatively, the systems and procedures described herein can be implemented in hardware, or a combination of hardware, software, and/or firmware. For example, one or more application specific integrated circuits (ASICs) can be programmed to carry out one or more of the systems and procedures described herein.

[0088] In the above disclosure, reference has been made to the accompanying drawings, which form a part hereof, and in which is shown by way of illustration specific implementations in which the disclosure may be practiced. It is understood that other implementations may be utilized and structural changes may be made without departing from the scope of the present disclosure. References in the specification to "one embodiment," "an embodiment," "an example embodiment," etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to affect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.

[0089] Implementations of the systems, devices, and methods disclosed herein may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed

herein. Implementations within the scope of the present disclosure may also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions are computer storage media (devices). Computer- readable media that carry computer-executable instructions are transmission media. Thus, by way of example, and not limitation, implementations of the disclosure can comprise at least two distinctly different kinds of computer-readable media: computer storage media (devices) and transmission media.

[0090] Computer storage media (devices) includes RAM, ROM, EEPROM, CD-ROM, solid state drives ("SSDs") (e.g., based on RAM), Flash memory, phase-change memory ("PCM"), other types of memory, other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.

[0091] An implementation of the devices, systems, and methods disclosed herein may communicate over a computer network. A "network" is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a transmission medium. Transmissions media can include a network and/or data links, which can be used to carry desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose

computer. Combinations of the above should also be included within the scope of computer- readable media.

[0092] Computer-executable instructions comprise, for example, instructions and data which, when executed at a processor, cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims. [0093] Those skilled in the art will appreciate that the disclosure may be practiced in network computing environments with many types of computer system configurations, including, an in-dash vehicle computer, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor- based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, tablets, pagers, routers, switches, various storage devices, and the like. The disclosure may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks. In a distributed system environment, program modules may be located in both local and remote memory storage devices.

[0094] Further, where appropriate, functions described herein can be performed in one or more of: hardware, software, firmware, digital components, or analog components. For example, one or more application specific integrated circuits (ASICs) can be programmed to carry out one or more of the systems and procedures described herein. Certain terms are used throughout the description and claims to refer to particular system components. As one skilled in the art will appreciate, components may be referred to by different names. This document does not intend to distinguish between components that differ in name, but not function.

[0095] It should be noted that the sensor embodiments discussed above may comprise computer hardware, software, firmware, or any combination thereof to perform at least a portion of their functions. For example, a sensor may include computer code configured to be executed in one or more processors, and may include hardware logic/electrical circuitry controlled by the computer code. These example devices are provided herein purposes of illustration, and are not intended to be limiting. Embodiments of the present disclosure may be implemented in further types of devices, as would be known to persons skilled in the relevant art(s). At least some embodiments of the disclosure have been directed to computer program products comprising such logic (e.g., in the form of software) stored on any computer useable medium. Such software, when executed in one or more data processing devices, causes a device to operate as described herein.

[0096] Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object- oriented programming language such as Java, Smalltalk, C++, or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on a computer system as a stand-alone software package, on a stand-alone hardware unit, partly on a remote computer spaced some distance from the computer, or entirely on a remote computer or server. In the latter scenario, the remote computer may be connected to the computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).

[0097] The present invention is described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions or code. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.

[0098] These computer program instructions may also be stored in a non-transitory computer-readable medium that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer- readable medium produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.

[0099] The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.

[00100] While various embodiments of the present disclosure have been described above, it should be understood that they have been presented by way of example only, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the

disclosure. Thus, the breadth and scope of the present disclosure should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents. The foregoing description has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the disclosure to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. Further, it should be noted that any or all of the aforementioned alternate implementations may be used in any combination desired to form additional hybrid

implementations of the disclosure.