SPClickthroughUsageEntry members
NOTE: This API is now obsolete.
Contains data about the mouse-clicks made on entities in the system.
The SPClickthroughUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClickthroughUsageEntry() | Obsolete. Creates an instance of the SPClickthroughUsageEntry class. | |
SPClickthroughUsageEntry([]) | Obsolete. |
Top
Properties
Name | Description | |
---|---|---|
BrowserSessionId | Obsolete. Gets or sets the browser session ID. | |
ClickedAssetContentType | Obsolete. Gets or sets the content type of the clicked asset. | |
ClickedAssetId | Obsolete. Gets or sets the URL of the asset that is being clicked on. | |
ClickedAssetWebId | Obsolete. Gets or sets the SPWeb GUID of the clicked asset. | |
ClickedTitle | Obsolete. Gets or sets the title of the clicked URL. | |
ClickTime | Obsolete. Gets or sets the timestamp of when the user clicked the URL. | |
ClickType | Obsolete. Gets or sets the type of click. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CustomData | Obsolete. An object for custom data. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
IsBestBetResult | Obsolete. Gets or sets whether the clicked URL is a BestBet result. | |
MachineName | (Inherited from SPUsageEntry.) | |
Origin | Obsolete. Gets or sets the original source or entry point from where the clickthrough was initiated. | |
OriginWebId | Obsolete. Gets or sets the SPWeb GUID of the Originfor the SPWeb object. | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | Obsolete. The Type of the derived [SPUsageDefinition] object that is associated with this Usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
QueryId | Obsolete. Gets or sets the ID of the query. | |
ResultPosition | Obsolete. Gets or sets the position of the clicked URL in the search results. | |
SampleRate | Obsolete. Gets or sets the percentage of the total clicks submitted to Web Analytics, where 100% means all data is submitted. | |
SiteId | Obsolete. Gets or sets the SPSiteGUID of the site. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserDepartment | Obsolete. Gets or sets the department name of the user who issued the click. | |
UserId | Obsolete. Gets or sets the unique ID of the user. | |
UserTitle | Obsolete. Gets or sets the user title. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseObjectData | (Inherited from SPUsageEntry.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Obsolete. Used by the framework to deserialize and populate this object. |
Top