Traits

LabelDescriptionValue Type
RATINGThe user’s Uber ratinginteger
TRIP_COUNTThe number of trips the user has takeninteger
ACCOUNT_CREATED_ONThe day the user’s account was createdstring

Activity

Activity Types: TRIP

Get a list of all Uber trips taken by end-users in the last 6 months.

Metadata

subject
[Identifier]
required

An array of Subject Identifiers.

beginTripTime
Time
required

The time the trip was started.

dropoffTime
Time

The time the end-user was dropped off, in the event of a completed trip.

cost
String
required

The cost of the trip.

city
String
required

The city the trip started in.

distance
string
required

Distance covered from pickup to dropoff location

status
enum TripStatus
required

This can be CANCELED, COMPLETED or UNFULFILLED.