Guides
...
Usage Metering
Ingestion Options

Segment.io

10min

You can ingest events using Segment.io. https://segment.com/catalog/integrations/amberflo/

Segment's Amberflo Destination provides the ability to ingest meters (track, page, screen) and create customers (identify) in Amberflo.

Document image


Getting Started

  1. From the
  2. Search for
  3. Choose which
  4. Go to the
  5. Enter the “API Key” in the

Supported methods

Page

Create a meter called page in Amberflo. See Create Meters. The page is ingested as meter with value 1.

JS


Mappings:

Document image


Amberflo webhook endpoint:

Curl


Screen

Create a meter called screen in Amberflo. See Create Meters. The screen event is ingested as meter with value 1.

JS


Mappings:

Document image


Amberflo webhook endpoint:

Curl


Identify

Identify creates a customer in Amberflo or updates if customer already exists. See Create Customer. Segment's userId is required for a customer in Amberflo. If userId is not set, then the customer will not be created in Amberflo and the identify event will be discarded.

JS


Mappings:

Document image


Amberflo webhook endpoint:

Curl


Track

Create a meter in Amberflo for the track event in Segment. See Create Meters. The Segment track event is ingested as a meter with value of properties.value, or 1 if the value is not set.

JS


Mappings:

Document image


Amberflo webhook endpoint:

Curl


Links