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.

LiveLike Cloud Mode (Actions) Destination


Destination Info
  • Accepts Page, Screen and Track calls.
  • Refer to it as LiveLike in the Integrations object
  • This integration is partner owned. Please reach out to the partner's support for any issues.
  • This destination is in Beta

LiveLike(link takes you to an external page) is a technology company dedicated to empowering digital experiences that enable deeper fan engagement, increased retention rates, and new monetization opportunities.

(information)

Info

The events transferred from Segment to your LiveLike application will appear under the Actions(link takes you to an external page) section.


Getting started

getting-started page anchor
  1. From the Segment web app dashboard, navigate to Connections > Catalog.
  2. Under the Destinations tab, search for "LiveLike Cloud Mode (Actions)", and select the destination.
  3. Click Configure "LiveLike Cloud Mode (Actions).
  4. Select the source that will send data to "LiveLike Cloud Mode (Actions), click Next to enter the name of your destination, and click Save.
  5. On the Settings tab, under Basic Settings, add the following Connection Settings:
  6. To customize the actions mapping, follow the Destinations Actions documentation steps on Customizing mappings. Mappings in Segment allow you to control the events that are sent to LiveLike.
  7. Enable the destination using the toggle switch.

Property nameTypeRequiredDescription
Client IDstring
required

Your LiveLike Application Client ID.


Producer Tokenpassword
required

Your LiveLike Producer token.


LiveLike has the following presets

Preset NameTriggerDefault Action
Page CallsEvent type = "page"Track Event
Track User ActionsEvent type = "track"Track Event
Screen CallsEvent type = "screen"Track Event

Build your own Mappings. Combine supported triggers with the following LiveLike-supported actions:

(information)

Mapping limits per destination

Individual destination instances have support a maximum of 50 mappings.

Track Event

track-event page anchor

Send an event to LiveLike.

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

Property nameTypeRequiredDescription
Event NameSTRING
required

The name of the event being performed. For example, User Registration could be an event_name referring the event that is being sent to LiveLike.


Event TypeSTRING
required

The type of event (track/screen/page)


User IDSTRING

Optional

A unique identifier for a user.


LiveLike User Profile IDSTRING

Optional

The unique LiveLike user identifier.


Custom IDSTRING

Optional

In case you are not able to store livelike_profile_id, LiveLike provides a way to create your own access tokens which helps us to map your user_id to a unique livelike_profile_id. Please refer LiveLike Docs(link takes you to an external page) for more info.


TimestampSTRING
required

The date and time when the event occurred in ISO 8601 format. Defaults to current time if not provided. For example, 2019-09-30T15:59:44.933696Z.


Event PropertiesOBJECT

Optional

Properties of the event.

Sync Segment user data to a user group in LiveLike. Can be used to sync Engage Audience data to LiveLike User Groups.

Sync to User Group is a Cloud action. The default Trigger is type = "identify"

Property nameTypeRequiredDescription
Segment Audience IDSTRING
required

The unique identifier for the Segment Audience.


Segment Audience NameSTRING
required

The name of the Segment Audience.


ActionBOOLEAN

Optional

Set to true to add the user to the User Group, set to false to remove the user from the User Group. If connecting to an Engage Audience, leave this field empty.


TimestampSTRING
required

The timestamp of the event.


Additional user traitsOBJECT

Optional

Used for trait values to send to Livelike.


User IDSTRING

Optional

A unique identifier for a user.


Enable BatchingBOOLEAN

Optional

Enable batching for this action. If enabled, the action will process records in batches.


Batch SizeNUMBER

Optional

The number of records to process in each batch. Default is 100.