3.1.4.16.3.2 QueryLogImmediacyInfo

msdn link

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query

The QueryLogImmediacyInfo complex type contains additional data about the clicked query result if it is requested by the search service (section 3.1.1.6).

 <xs:complexType name="QueryLogImmediacyInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="LCID" type="xs:int"/>
     <xs:element minOccurs="0" name="QueryString" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="SiteGuid" type="ser:guid"/>
     <xs:element minOccurs="0" name="SourceId" type="ser:guid"/>
     <xs:element minOccurs="0" name="TenantId" type="ser:guid"/>
     <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="WebGuid" type="ser:guid"/>
   </xs:sequence>
 </xs:complexType>

LCID: Language code identifier (LCID) of the search query which is returned by search service with page impression data.

QueryString:  Specifies the query text of the search query.

SiteGuid:  Unique identifier of the site collection.

SourceId:  Unique identifier of the result source.

TenantId:  Partition identifier. This value MUST NOT be NULL. For non-partitioned configuration MUST be set to ‘0C37852B-34D0-418E-91C6-2AC25AF4BE5B’.

Title: Title of the clicked query result.

Url: URL of the clicked query result.

UserName:  The name of the user who issued the search query.

WebGuid:  The unique identifier of the site.