Data Sources
Uber Traits & Activity
Traits
Label | Description | Value Type |
---|---|---|
RATING | The user’s Uber rating | integer |
TRIP_COUNT | The number of trips the user has taken | integer |
ACCOUNT_CREATED_ON | The day the user’s account was created | string |
Activity
Activity Types: TRIP
Get a list of all Uber trips taken by end-users in the last 6 months.
Metadata
subject
[Identifier]
requiredAn array of Subject Identifiers.
beginTripTime
Time
requiredThe time the trip was started.
dropoffTime
Time
The time the end-user was dropped off, in the event of a completed trip.
cost
String
requiredThe cost of the trip.
city
String
requiredThe city the trip started in.
distance
string
requiredDistance covered from pickup to dropoff location
status
enum TripStatus
requiredThis can be CANCELED, COMPLETED or UNFULFILLED.