PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
void SendCustomHit(
	string categoryGroup,
	string category,
	string item,
	int count,
	int itemNumber,
	string channelCode
)
Visual Basic (Declaration)Copy imageCopy Code
Sub SendCustomHit ( _
	categoryGroup As , _
	category As , _
	item As , _
	count As Integer, _
	itemNumber As Integer, _
	channelCode As  _
)

Parameters

categoryGroup
String
category
String
item
String
count
Int32
itemNumber
Int32
channelCode
String

See Also

ISmiClient Interface
Smartsite.Base Namespace
Advanced