SPClickthroughUsageEntry Members
Include Protected Members
Include Inherited Members
Contains data about the mouse-clicks made on entities in the system.
The SPClickthroughUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClickthroughUsageEntry | Creates an instance of the SPClickthroughUsageEntry class. |
Top
Properties
Name | Description | |
---|---|---|
BrowserSessionId | Gets or sets the browser session ID. | |
ClickedAssetContentType | Gets or sets the content type of the clicked asset. | |
ClickedAssetId | Gets or sets the URL of the asset that is being clicked on. | |
ClickedAssetWebId | Gets or sets the SPWeb GUID of the clicked asset. | |
ClickedTitle | Gets or sets the title of the clicked URL. | |
ClickTime | Gets or sets the timestamp of when the user clicked the URL. | |
ClickType | Gets or sets the type of click. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CustomData | An object for custom data. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
IsBestBetResult | Gets or sets whether the clicked URL is a BestBet result. | |
MachineName | (Inherited from SPUsageEntry.) | |
Origin | Gets or sets the original source or entry point from where the clickthrough was initiated. | |
OriginWebId | Gets or sets the SPWeb GUID of the Originfor the SPWeb object. | |
ParentType | The Type of the derived [SPUsageDefinition] object that is associated with this Usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
QueryId | Gets or sets the ID of the query. | |
ResultPosition | Gets or sets the position of the clicked URL in the search results. | |
SampleRate | Gets or sets the percentage of the total clicks submitted to Web Analytics, where 100% means all data is submitted. | |
SiteId | 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. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserDepartment | Gets or sets the department name of the user who issued the click. | |
UserId | Gets or sets the unique ID of the user. | |
UserTitle | Gets or sets the user title. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Used by the framework to deserialize and populate this object. |
Top