Patentable/Patents/US-9712618
US-9712618

Asynchronous and synchronous resource links

PublishedJuly 18, 2017
Assigneenot available in USPTO data we have
Inventorsnot available in USPTO data we have
Technical Abstract

Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for providing asynchronous and synchronous links to resources. According to one example implementation, a method includes receiving a request for a resource, identifying resources to be referenced by the requested resource, and identifying one or more of the referenced resources that are associated with client-side click tracking, and one or more of the referenced resources that are associated with server-side click tracking. The method also includes providing the requested resource. The provided resource includes one or more client-side click tracking links to the referenced resources that are associated with client-side click tracking, and one or more server-side click tracking links to the referenced resources that are associated with server-side click tracking.

Patent Claims
20 claims

Legal claims defining the scope of protection. Each claim is shown in both the original legal language and a plain English translation.

Claim 1

Original Legal Text

1. A method performed by one or more computers, the method comprising: receiving, by the one or more computers, a request from a client device to provide a resource over a network; identifying, by the one or more computers, multiple resources to be referenced with links in the requested resource; selecting, for each of the multiple resources and by the one or more computers, a tracking type for the resource based on a Uniform Resource Locator (URL) of the resource or content of the resource, the tracking type being selected from among a set of tracking types that includes at least asynchronous client-side tracking and synchronous server-side tracking; generating, by the one or more computers, the requested resource to include links to the multiple resources based on the tracking types selected for the multiple resources, the links including (i) a first link that causes a client device to indicate user interaction with the first link asynchronously with the interaction and (ii) a second link that causes a server system to track user interaction with the second link synchronously with the interaction with the second link; and providing, by the one or more computers, the generated resource to the client device in response to the request.

Plain English Translation

A computer system serves resources to client devices over a network. When a client requests a resource, the system identifies other linked resources within that resource. For each linked resource, the system chooses a tracking method (either asynchronous client-side or synchronous server-side) based on its URL or content. The system generates the requested resource with links to the other resources, using different tracking methods: some links trigger asynchronous client-side tracking of user clicks, while others trigger synchronous server-side tracking of clicks. Finally, the system sends the generated resource back to the client.

Claim 2

Original Legal Text

2. The method of claim 1 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is included in the predetermined list, selecting asynchronous client-side tracking for the particular resource.

Plain English Translation

For the method described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is on the list, the system selects asynchronous client-side tracking for that particular resource. In other words, specific URLs are pre-approved for client-side click tracking.

Claim 3

Original Legal Text

3. The method of claim 1 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is not included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is not included in the predetermined list, selecting synchronous server-side tracking for the particular resource.

Plain English Translation

For the method described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is *not* on the list, the system selects synchronous server-side tracking for that particular resource. This acts as a default: if a URL is not explicitly approved for client-side tracking, server-side tracking is used.

Claim 4

Original Legal Text

4. The method of claim 1 , wherein selecting tracking types for the multiple resources comprises: determining that a particular resource of the multiple resources includes code to cause data indicating user interactions to be stored at the client device; and selecting client-side tracking for the particular resource based on determining that the particular resource includes code to cause data indicating user interactions to be stored at the client device.

Plain English Translation

For the method described previously, when deciding how to track a linked resource, the system checks if the resource contains code that stores user interaction data on the client device (e.g., using cookies or local storage). If such code exists, the system selects client-side tracking for that resource. This prioritizes client-side tracking for resources that already handle user data locally.

Claim 5

Original Legal Text

5. The method of claim 1 , wherein receiving the request comprises receiving a search query from the client device; wherein identifying the multiple resources comprises identifying the multiple resources to be identified as search results; and wherein generating the requested resource comprises generating the requested resource such that the first link corresponds to a first search result in the generated resource, and the second link corresponds to a second search result in the generated resource.

Plain English Translation

In the method described previously, the client request can be a search query. The linked resources are the search results. The system generates the search results page with links to these results. Some result links use asynchronous client-side tracking, while others use synchronous server-side tracking. Therefore, the tracking method varies for different search results on the same page.

Claim 6

Original Legal Text

6. The method of claim 1 , wherein selecting tracking types for the multiple resources comprises selecting the tracking types for the multiple resources based on a respective Internet domain of the multiple resources.

Plain English Translation

In the method described previously, the system determines the tracking type (asynchronous client-side or synchronous server-side) for each linked resource based on the Internet domain of that resource (e.g., example.com). This allows for configuring tracking policies based on which domain the linked resource belongs to.

Claim 7

Original Legal Text

7. The method of claim 1 , wherein selecting the tracking types for the multiple resources comprises: identifying a server associated with a particular resource of the multiple resources; and selecting a tracking type for the particular resource based on the identified server.

Plain English Translation

In the method described previously, the system identifies the server hosting a particular linked resource and selects the tracking type for that resource based on the identified server. This means that tracking policies can be set based on which server hosts a particular resource.

Claim 8

Original Legal Text

8. The method of claim 1 , wherein selecting the tracking types for the multiple resources comprises: accessing stored data that designates tracking types for resources, resource types, servers, or Internet domains, the stored data being generated prior to receiving the request from the client device; and selecting tracking types for the multiple resources based on the designations in the stored data.

Plain English Translation

In the method described previously, the system uses pre-configured tracking preferences. It accesses stored data (created before the client request) that specifies tracking types for resources, resource types, servers, or Internet domains. The system then selects tracking types for the multiple resources based on these stored designations. This allows for a centralized configuration of tracking rules.

Claim 9

Original Legal Text

9. A system comprising: one or more computers; and one or more storage devices storing instructions that are operable, when executed by the one or more computers, to cause the one or more computers to perform operations comprising: receiving, by the one or more computers, a request from a client device to provide a resource over a network; identifying, by the one or more computers, multiple resources to be referenced with links in the requested resource; selecting, for each of the multiple resources and by the one or more computers, a tracking type for the resource based on a Uniform Resource Locator (URL) of the resource or content of the resource, the tracking type being selected from among a set of tracking types that includes at least asynchronous client-side tracking and synchronous server-side tracking; generating, by the one or more computers, the requested resource to include links to the multiple resources based on the tracking types selected for the multiple resources, the links including (i) a first link that causes a client device to indicate user interaction with the first link asynchronously with the interaction and (ii) a second link that causes a server system to track user interaction with the second link synchronously with the interaction with the second link; and providing, by the one or more computers, the generated resource to the client device in response to the request.

Plain English Translation

A computer system serves resources to client devices over a network. The system identifies linked resources within a requested resource and chooses a tracking method (asynchronous client-side or synchronous server-side) for each based on its URL or content. The system generates the requested resource with links that use different tracking methods: some links trigger asynchronous client-side tracking, while others trigger synchronous server-side tracking. Finally, the system sends the generated resource back to the client. This is implemented via software instructions executed by the computer.

Claim 10

Original Legal Text

10. The system of claim 9 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is included in the predetermined list, selecting asynchronous client-side tracking for the particular resource.

Plain English Translation

For the system described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is on the list, the system selects asynchronous client-side tracking for that particular resource. In other words, specific URLs are pre-approved for client-side click tracking.

Claim 11

Original Legal Text

11. The system of claim 9 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is not included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is not included in the predetermined list, selecting synchronous server-side tracking for the particular resource.

Plain English Translation

For the system described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is *not* on the list, the system selects synchronous server-side tracking for that particular resource. This acts as a default: if a URL is not explicitly approved for client-side tracking, server-side tracking is used.

Claim 12

Original Legal Text

12. The system of claim 9 , wherein selecting tracking types for the multiple resources comprises: determining that a particular resource of the multiple resources includes code to cause data indicating user interactions to be stored at the client device; and selecting client-side tracking for the particular resource based on determining that the particular resource includes code to cause data indicating user interactions to be stored at the client device.

Plain English Translation

For the system described previously, when deciding how to track a linked resource, the system checks if the resource contains code that stores user interaction data on the client device (e.g., using cookies or local storage). If such code exists, the system selects client-side tracking for that resource. This prioritizes client-side tracking for resources that already handle user data locally.

Claim 13

Original Legal Text

13. The system of claim 9 , wherein receiving the request comprises receiving a search query from the client device; wherein identifying the multiple resources comprises identifying the multiple resources to be identified as search results; and wherein generating the requested resource comprises generating the requested resource such that the first link corresponds to a first search result in the generated resource, and the second link corresponds to a second search result in the generated resource.

Plain English Translation

In the system described previously, the client request can be a search query. The linked resources are the search results. The system generates the search results page with links to these results. Some result links use asynchronous client-side tracking, while others use synchronous server-side tracking. Therefore, the tracking method varies for different search results on the same page.

Claim 14

Original Legal Text

14. The system of claim 9 , wherein selecting tracking types for the multiple resources comprises selecting the tracking types for the multiple resources based on a respective Internet domain of the multiple resources.

Plain English Translation

In the system described previously, the system determines the tracking type (asynchronous client-side or synchronous server-side) for each linked resource based on the Internet domain of that resource (e.g., example.com). This allows for configuring tracking policies based on which domain the linked resource belongs to.

Claim 15

Original Legal Text

15. The system of claim 9 , wherein selecting the tracking types for the multiple resources comprises: identifying a server associated with a particular resource of the multiple resources; and selecting a tracking type for the particular resource based on the identified server.

Plain English Translation

In the system described previously, the system identifies the server hosting a particular linked resource and selects the tracking type for that resource based on the identified server. This means that tracking policies can be set based on which server hosts a particular resource.

Claim 16

Original Legal Text

16. A non-transitory computer-readable medium storing software comprising instructions executable by one or more computers which, upon such execution, cause the one or more computers to perform operations comprising: receiving, by the one or more computers, a request from a client device to provide a resource over a network; identifying, by the one or more computers, multiple resources to be referenced with links in the requested resource; selecting, for each of the multiple resources and by the one or more computers, a tracking type for the resource based on a Uniform Resource Locator (URL of the resource or content of the resource, the tracking type being selected from among a set of tracking types that includes at least asynchronous client-side tracking and synchronous server-side tracking; generating, by the one or more computers, the requested resource to include links to the multiple resources based on the tracking types selected for the multiple resources, the links including (i) a first link that causes a client device to indicate user interaction with the first link asynchronously with the interaction and (ii) a second link that causes a server system to track user interaction with the second link synchronously with the interaction with the second link; and providing, by the one or more computers, the generated resource to the client device in response to the request.

Plain English Translation

A computer-readable storage medium holds software instructions that, when executed by a computer, cause the computer to serve resources to client devices over a network. The system identifies linked resources within a requested resource and chooses a tracking method (asynchronous client-side or synchronous server-side) for each based on its URL or content. The system generates the requested resource with links that use different tracking methods: some links trigger asynchronous client-side tracking, while others trigger synchronous server-side tracking. Finally, the system sends the generated resource back to the client.

Claim 17

Original Legal Text

17. The non-transitory computer-readable medium of claim 16 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is included in the predetermined list, selecting asynchronous client-side tracking for the particular resource.

Plain English Translation

For the software described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is on the list, the system selects asynchronous client-side tracking for that particular resource. In other words, specific URLs are pre-approved for client-side click tracking.

Claim 18

Original Legal Text

18. The non-transitory computer-readable medium of claim 16 , wherein selecting tracking types for the multiple resources comprises: determining, for a particular resource of the multiple resources, that a URL of the particular resource is not included in a predetermined list of URLs designated as appropriate for asynchronous client-side tracking; and based on determining that the URL of the particular resource is not included in the predetermined list, selecting synchronous server-side tracking for the particular resource.

Plain English Translation

For the software described previously, when deciding how to track a linked resource, the system checks if its URL is on a predefined list of URLs suitable for asynchronous client-side tracking. If the URL is *not* on the list, the system selects synchronous server-side tracking for that particular resource. This acts as a default: if a URL is not explicitly approved for client-side tracking, server-side tracking is used.

Claim 19

Original Legal Text

19. The non-transitory computer-readable medium of claim 16 , wherein selecting tracking types for the multiple resources comprises: determining that a particular resource of the multiple resources includes code to cause data indicating user interactions to be stored at the client device; and selecting client-side tracking for the particular resource based on determining that the particular resource includes code to cause data indicating user interactions to be stored at the client device.

Plain English Translation

For the software described previously, when deciding how to track a linked resource, the system checks if the resource contains code that stores user interaction data on the client device (e.g., using cookies or local storage). If such code exists, the system selects client-side tracking for that resource. This prioritizes client-side tracking for resources that already handle user data locally.

Claim 20

Original Legal Text

20. The non-transitory computer-readable medium of claim 16 , wherein receiving the request comprises receiving a search query from the client device; wherein identifying the multiple resources comprises identifying the multiple resources to be identified as search results; and wherein generating the requested resource comprises generating the requested resource such that the first link corresponds to a first search result in the generated resource, and the second link corresponds to a second search result in the generated resource.

Plain English Translation

For the software described previously, the client request can be a search query. The linked resources are the search results. The system generates the search results page with links to these results. Some result links use asynchronous client-side tracking, while others use synchronous server-side tracking. Therefore, the tracking method varies for different search results on the same page.

Classification Codes (CPC)

Cooperative Patent Classification codes for this invention. Click any code to explore related patents in that topic.

Patent Metadata

Filing Date

August 15, 2016

Publication Date

July 18, 2017

Want to explore more patents?

Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.

Citation & reuse

Analysis on this page is generated by Patentable — an AI-powered patent intelligence platform. AI-generated summaries, explanations, FAQs, and analysis may be reused with attribution and a visible link back to the canonical URL below. Patent abstracts and claims are USPTO public domain.

Cite as: Patentable. “Asynchronous and synchronous resource links” (US-9712618). https://patentable.app/patents/US-9712618

© 2026 Nomic Interactive Technology LLC. Machine-readable context available at /api/llm-context/US-9712618. See llms.txt for full attribution policy.