Events

Log Event

Request

URI
Partners/{partnerID}/Profiles/{entityIDType}/{entityID}/Events/{eventKey}?{attributeKey}={value}
Description
Logs an Event performed by a Profile. Any number of Attributes may be included with the event. They are sent as additional query string value. All rules having conditions matching the EventKey and Attributes will be evaluated.
API Key Required
Method
POST
Parameters
Name Required Description
PartnerID Yes The numeric identifier for the Partner Account
EntityIDType Yes The Type of EntityID Provided. (Email)
EntityID Yes The ID of the Profile who performed the Event. (Jason@Example.com)
EventKey Yes The key which represents the action performed. (UploadedPhoto)
Attributes No Additional information about the event. (?PhotoID=5)
Sample Request
http://app.IActionable.com/API/Partners/99999/Profiles/email/Jason@example.com/Events/UploadedPhoto?PhotoID=5&Category=Outdoors

Response

None. See HTTP Statuses for possible return results.

Sample Response
No data returned. HTTP Status indicates result.