



Event Statuses
> Successful
A successful event is when the event and event parameters streamed to Optimove are a perfect match with those configured in Optimove.
> Warning
The event log will display a warning when there are some minor inconsistencies between the way the event or event parameters are streamed to Optimove and the way they are configured. Events that appear with a warning can still be used to, for example, trigger campaigns. For example, an event composed of a number of parameters where some of the event parameters are configured accurately and one or more of the event parameters are not, will display a warning status.
> Error
A problem was found, that needs to be resolved before using the event within Optimove. Optimove will display the cause of the error in the metadata validations column in the Events Log display. A list of possible warnings, errors and their causes can be found below.




|| Please note: events are kept for a period of one week and up to 5GB
QA Triggered Campaigns Using the “Campaign Triggered” Event
Once your triggered campaign is set up, you can QA it to make sure it triggers successfully using the dedicated event – Campaign Triggered.
|| Please note:
- Go to the Events Log page and record all of your events.
- Log in to your site with a designated visitor ID for QA purposes, and perform the actions that trigger your campaign. For example, a page view.
- Search for the designated visitor ID, and the campaign_triggered event in the events log.
- If the campaign_triggered event appeared with the matching Visitor ID you used on your site, your campaign was triggered successfully.

Expand the event details (use the chevron on the left) and click on the JASON tab to view all the details related to the campaign:
- Action
- Trigger
- Target group
- Channel

Metadata Validation Table
|
Metadata validation
|
Status
|
Message
|
|---|---|---|
|
1010
|
“Error”
|
“‘${eventName}’ is an undefined event”
|
|
1020
|
“Warning”
|
“event ${eventName} contains ${parameters.length} parameters while the allowed number of parameters is ${_configuration.optitrackMetaData.maxActionCustomDimensions}. Some parameters were removed to process the event.”
|
|
1030
|
“Warning”
|
“‘parameter ‘${param_name}’ has not been configured for this event. It will not be tracked and cannot be used within a trigger.”
|
|
1040
|
“Error”
|
“event ${eventName} has a mandatory parameter, ‘${param_name}’, which is undefined or empty.”
|
|
1050
|
“Warning”
|
“'${parameter}' has exceeded the limit of allowed number of characters. The character limit is ${MAX_SIZE_STRING_PARAMETER}. It will not be tracked and cannot be used within a trigger.”
|
|
1060
|
“Warning”
|
“'${parameter}' should be of type ${parameterType}. It will not be tracked and cannot be used within a trigger.”
|
|
1070
|
“Error”
|
“userId, ‘${parameters.userId}’, is invalid.”
|
|
1071
|
“Error”
|
“userId, ‘${parameters.userId}’, is too long, the userId limit is ${_maxUserIdSize}.”
|
|
1080
|
“Error”
|
“Email, ‘${email}’, is invalid.”
|
|
1090
|
“Error”
|
“URL, ‘${url}’, is invalid.”
|