Skip to content

Snapchat

Orbee provides ways to drop Snapchat segments using Orbee's Web SDK. This functionality allows shoppers to be retargeted by their actions on the site.

Installation

This plugin requires no additional installation to be used correctly.

Configuration

This plugin has no public configuration available.

Methods

dropSegment

dropSegment ( segmentName: string, segmentID: string, token: string ): void

Drops a segment with the given params on the shopper

Parameter Type Required Description
pixelID string yes ID of Snapchat pixel
event string yes Name of event
config? object no Additional configuration
token string yes Script token

Events

Generated

This plugin generates the following events:

Action Spec Trigger
marker
{
object: 'visit',
vendor: 'Orbee',
product: 'Segments',
implementations: ['Snapchat'],
label: '<label>'
snapchatPixelID: '<pixel_id>'
}
on drop segment

Listening

This plugin does not listen for any events.

Dependencies

This plugin does not depend on any other services or plugins.