Merging Scores for Motorcycles and Cars
Prerequisites
App Integration
// Sample query
query User($user_id: String) {
user(user_id: $user_id) {
engagement {
scores(transport_mode: COMPOUND) {// <----- new parameter option ------
slice {
name
value
}
}
}
}
}Changes in Insights Control Tower


Last updated