Data Sources
Uber Eats Traits & Activity
Traits
Label | Description | Value Type |
---|---|---|
ORDER_COUNT | The total number of orders the user has placed | integer |
Activity
Activity Types: SHOP
Get a list of all Uber Eats orders placed by end-users from now till, January 1 of the year before the request. For instance, a request in today pulls data starting from today till January 1, 2023.
subject
[Identifier]
requiredAn array of Subject Identifiers.
date
Date
The date the order was made.
restaurant
String
requiredThe name of the restaurant that handled the order.
currency
String
requiredtotalPrice
Float
requiredThe total cost of the order.
status
UberEatsOrderStatus
requiredThis can be SUCCESS, EATER_CANCELLED, RESTAURANT_CANCELLED, RESTAURANT_UNFULFILLED or UNKNOWN
items
[UberEatsOrderItem]
requiredAn array of items within the order.
name
string
requiredprice
string
requiredThe price per unit of the item
quantityPurchased
Int64
requiredcustomizations
[UberEatsOrderItemCustomizations]
required