EMDocumentsLogCampaignActivityByDMCreativeId Method

Alterian Email Manager 6.2.3 SDK Help File
Logs activity on the EM Campaign associated with the provided DM Creative Id.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static bool LogCampaignActivityByDMCreativeId(
	DMToken token,
	int dmCreativeId,
	EMDocumentActivityType activityType
)

Parameters

token
Type: DMToken
Authentication Token.
dmCreativeId
Type: SystemInt32
The DM Creative Id associated with the EM Campaign.
activityType
Type: DMLibraryEMDocumentActivityType

Return Value

Type: Boolean
See Also