Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Instruct the Optimizely Performance Edge snippet to release queued events.

Description

Use in conjunction with holdEvents for granular control over the timing of when the Optimizely Performance Edge snippet sends events to the logging endpoint.

The snippet must be configured to use the /events logging endpoint in order to use this method.

window.optimizelyEdge.push(sendEvents);
window.optimizelyEdge.push({
  "type": "sendEvents"
});

Parameters

This table provides general information about the required and optional parameters.

ParameterTypeDescription
sendEvents
required
objectAn object with the type field set to sendEvents.

The other fields are the function arguments.
sendEvents.type
required
stringThe argument indicating that you are using the sendEvents function.