EMEvent Class |
The EMEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoCreateCampaignEvents |
Creates list of mappedEMEvents in a batch. If anyone fails, it rollbacks whole transaction
| |
| CreateCampaignEvent(DMToken, Int32, String, String, Boolean, Boolean, Boolean) |
Creates an event for a campaign
| |
| CreateCampaignEvent(SqlConnection, SqlTransaction, Int32, String, String, Boolean, Boolean, Boolean) |
Creates an event for a campaign
| |
| DeleteCampaignEvent |
Deletes an existing event
| |
| Equals |
Override: Equals
(Overrides ObjectEquals(Object).) | |
| GetCampaignEvents |
Gets list of events for an existing campaign
| |
| GetCreativeEvents | ||
| GetEventDetails |
Gets all campaigns where this event is used and all the urls associated with this event.
| |
| GetHashCode |
Override: Gets hashcode based on source
(Overrides ObjectGetHashCode.) | |
| GetNotificationEvents |
Gets the list of events that can be subscribed to for notifications for a given Campaign.
| |
| GetSharedEvents |
Gets all shared event
| |
| GetSystemParseNames |
Gets system parsename
| |
| GetUserDefinedEventsForCampaign |
Gets list of events that are userdefined for an existing campaign
| |
| ImportEvent(DMToken, Int32, Int32) |
Import an Event from one Campaign to another.
| |
| ImportEvent(SqlConnection, SqlTransaction, Int32, Int32) |
Import an Event from one Campaign to another.
| |
| RemoveEventUrls | ||
| UpdateCampaignEvent |
Updates an existing event
|
| Name | Description | |
|---|---|---|
| AutoNamed |
Marks whether the event has been automatically named.
(Inherited from DMEvent.) | |
| Created |
Datetime the event was created.
(Inherited from DMEvent.) | |
| Description |
An Event Description.
| |
| ID |
Event ID.
(Inherited from DMEvent.) | |
| Modified |
Datetime the event was modified.
(Inherited from DMEvent.) | |
| Name |
Event name.
(Inherited from DMEvent.) | |
| Notify |
Marks whether the event cues a notification.
(Inherited from DMEvent.) | |
| Shared |
Marks whether an event can be shared between creatives.
(Inherited from DMEvent.) | |
| System |
Marks whether an event is a system defined event.
(Inherited from DMEvent.) | |
| URLS | (Inherited from DMEvent.) | |
| UserDefined |
Marks whether an event is a user defined event.
(Inherited from DMEvent.) |