Skip to content

Roadster

The Roadster plugin enables events that track roadster express checkouts. This service is self-serving -- there are no available methods, and doesn't have any additional functionality to provide to other plugins.

Installation

This plugin requires no additional installation to be used correctly.

Configuration

This plugin requires no additional configuration.

Methods

This plugin has no public methods.

Events

Generated

This plugin generates the following events:

Action Spec Trigger
select
{
object: 'deal',
vendor: 'Roadster',
product: 'Express Checkout',
deal: '<deal>'
}
on button click
submit
{
object: 'deal',
vendor: 'Roadster',
product: 'Express Checkout',
deal: '<deal>'
}
on form submit

Listening

This plugin does not listen for any events.

Dependencies

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