Skip to content

Bidder

The bidder drops cookies on shoppers that meet certain criteria. These criteria are triggered by rulesets enabled in Orbee's Platform.

The bidder will allow you to serve retargeting ads on the shoppers on the open web.

Installation

This plugin requires no additional installation to be used correctly.

Configuration

This plugin has no public configuration available.

Methods

This plugin has the following available public methods:

dropSegment

dropSegment ( accountId: string, segmentID: string, label: string, token: string ): void

Drops a segment with the given ID on the shopper

Parameter Type Required Description
accountId string yes ID of account
segmentName string yes Name of segment
segmentID string yes ID of segment
token string yes Script token

Events

Generated

This plugin generates the following events:

Action Spec Trigger
marker
{
object: 'visit',
vendor: 'Orbee',
product: 'Segments',
implementations: ['Orbee Bidder'],
label: label
}
marks when a segment is dropped on a shopper

Listening

This plugin does not listen for any events.

Dependencies

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