You are here: Reference > JavaScript > client-side > browser > methods > doReadRequest (userProfile)

doReadRequest method (userProfile)

Browser support:
9
Executes all requests from the read-requests queue.
The entire userProfile object, and therefore the doReadRequest method as well, are deprecated and the support for them has been removed in Internet Explorer 9.

Syntax:

object.doReadRequest (usageCode [, displayName [, domain [, path [, expiration [, reserved]]]]]);
You can find the related objects in the Supported by objects section below.

Parameters:

usageCode
Required. Integer that specifies the access type. One of the following values:
0
Used for system administration.
1
Used for research and/or product development.
2
Used for completion and support of current transaction.
3
Used to customize the contents and design of a site.
4
Used to improve the contents of the site, including advertisements.
5
Used for notifying visitors about updates to the site.
6
Used for contacting visitors for marketing of services or products.
7
Used for linking other collected information.
8
Used by site for other purposes.
9
Disclosed to others for customization or improvement of the contents and design of the site.
10
Disclosed to others who may contact you for marketing of services and/or products.
11
Disclosed to others who may contact you for marketing of services and/or products, but you have the opportunity to ask a site not to do this.
12
Disclosed to others for any other purpose.
displayName
Optional. String that specifies an identifiable name (and URL) that the user recognizes as the source of the request.
domain
Optional. String that specifies the domain of the server making the request.
path
Optional. String that specifies the path of the server document making the request.
expiration
Optional. Sets the date when the user's permission settings expire. Not used by Internet Explorer.
reserved
Optional. Not used by Internet Explorer.

Return value:

This method has no return value.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content