Introduction

Optimove’s Realtime Ad Serving Engine is an add-on product that handles all aspects of managing, triggering and serving realtime marketing campaigns. Realtime campaigns are fired based on event data reported by trackers embedded in your platform. The trackers can be embedded in a website, mobile application or backend platform. Optimove uses this to create trigger-based campaigns that will be served in realtime, based on specific predictive user behavior.

Implementation of the Optimove SDK is required to deploy Optimove Realtime. Learn more in the Optimove SDK Usage Guide.

Key Features

Realtime Events – Events are reported from within your platform using the Optimove SDK or server-side code, and are evaluated in realtime by Optimove Realtime.

Triggers – Trigger rules are based on specific events that are identified by platform trackers in real time. Triggers can combine multiple events. Examples: VIP player made a large cache deposit; player lost in a specific level 5 times in a row. Triggers are defined and managed within the Optimove user interface.

Realtime Campaigns – Personalized realtime campaigns are the association of defined triggers to particular target groups, for a particular time period, via a particular realtime marketing channel.

Running Realtime Campaigns

Use Optimove’s Realtime Ad Serving Engine to trigger personalized campaigns to relevant players via realtime channels, such as on-site pop ups. During execution, the Realtime Ad Serving Engine will calculate the user-generated flow of live data to determine when a trigger has fired, and to immediately serve the relevant marketing action.

Supported Realtime Events

Optimove supports any event that can be reported by your site or app, and all events support the inclusion of any number of parameters. Once defined, events are used to build realtime triggers in the Optimove UI.

The following are some events typically used by social gaming sites/apps, although you can define any events that you need (in conjunction with Optimove’s Integration Team).

Event

Parameter

Parameter Type

Required

Login

N/A

Logout

N/A

Registration

Email_Address

String

Yes

First_Name

String

Yes

Last_Name

String

Yes

Activated_App

N/A

Win

Game

String

Yes

Level_Achieved

Number

No

Loss

Game

String

Yes

Deposit

Amount

Summable

Yes

Balance_After_Deposit

Number

No

Buy_Virtual_Good

Content Type

String

Yes

Item_ID

String

Yes

Amount

Summable

Yes

Refer to the Optimove SDK Usage Guide for details about how to report events.

Realtime Campaign Execution Channels

There are three ways that Optimove can generate a realtime campaign when triggered:

  1. Optimail – Optimove will immediately send an email to the customer
  2. Webpage pop-up – either Optimove or you can display a client-side pop-up
  3. Realtime API – Optimove sends event listener details about the campaign to run

For more information about implementing each of these channels, refer to Optimove Realtime Execution Channels.