Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Koala (Cloud) Destination


Destination Info
  • Accepts Page, Alias, Group, Identify and Track calls.
  • Refer to it as Koala (Cloud) in the Integrations object
  • This integration is partner owned. Please reach out to the partner's support for any issues.
(information)

Cloud Mode Destination

This destination enables data transfer from Segment to Koala server-side. Additionally, Koala offers a device-mode destination that sends data directly from the browser using Koala's SDK. For more information, see the documentation.

Koala enables you to identify website visitors with ease so you can turn traffic into actionable leads. See which companies are researching your docs, checking out your pricing page, and showing intent to buy.

Koala maintains this destination. For any issues with the destination, contact the Koala Support team.


Getting Started

getting-started page anchor
  1. From the Segment web app, navigate to Connections > Catalog > Destinations.
  2. Search for Koala (Cloud) and select Add Destination.
  3. Select the source that will send data to Koala and follow the steps to name your destination.
  4. On the Settings tab, input your Public API Key which can be found in your Koala workspace settings under Settings > Install.
  5. Once connected, you can configure how you want to send data to Koala. By default, Segment forwards track events and identify events to Koala. Koala recommends sticking with the defaults.

Property nameTypeRequiredDescription
Public Keypassword
required

Your public key


Koala (Cloud) has the following presets

Preset NameTriggerDefault Action
Track CallsEvent type = "track"Track
Identify CallsEvent type = "identify"Identify

Build your own Mappings. Combine supported triggers with the following Koala (Cloud)-supported actions:

(information)

Mapping limits per destination

Individual destination instances have support a maximum of 50 mappings.

Identify

identify page anchor

Send an Identify call to Koala.

Identify is a Cloud action. The default Trigger is type = "identify"

Property nameTypeRequiredDescription
EmailSTRING

Optional

The email to associate with the user


TraitsOBJECT

Optional

Traits to associate with the user


Sent AtSTRING
required

The timestamp of the event


Context propertiesOBJECT

Optional

Context properties to send with the event


Device IPSTRING

Optional

The device IP collected from the context


MessageIdSTRING
required

The Segment messageId

Send an Event to Koala.

Track is a Cloud action. The default Trigger is type = "track"

Property nameTypeRequiredDescription
EmailSTRING

Optional

The email to associate with the user


Event NameSTRING
required

The event name


Event propertiesOBJECT

Optional

Properties to send with the event


Sent AtSTRING
required

The timestamp of the event


Context propertiesOBJECT

Optional

Context properties to send with the event


TraitsOBJECT

Optional

Traits inherited from the context object


Device IPSTRING

Optional

The device IP collected from the context


MessageIdSTRING
required

The Segment messageId


You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo(link takes you to an external page).

For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it's been more than 30 days since their last order), Engage sets that value to false.

When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.

(information)

Real-time to batch destination sync frequency

Real-time audience syncs to Koala (Cloud) may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.


Segment lets you change these destination settings from the Segment app without having to touch any code.

Property nameTypeRequiredDescription
Public Keypassword
required

Your public key