You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose MajorityLocation through the API, and add a corresponding flowclient query spec. This should be added to ReferenceLocationSchema and InputToFlowsSchema (while we're here, I'm wondering whether there's any reason not to add ReferenceLocationSchema to InputToFlowsSchema, to avoid duplication here).
The 'subscriber_location_weights' parameter should accept any appropriate exposed query (i.e. those with subscriber, location and numeric 'value' columns) - for the moment, I think this will only be LocationVisits.
I think 'weight_column' should be hard-coded to 'value', which will require renaming the 'dl_count' column of LocationVisits.
The text was updated successfully, but these errors were encountered:
Expose
MajorityLocation
through the API, and add a corresponding flowclient query spec. This should be added toReferenceLocationSchema
andInputToFlowsSchema
(while we're here, I'm wondering whether there's any reason not to addReferenceLocationSchema
toInputToFlowsSchema
, to avoid duplication here).The 'subscriber_location_weights' parameter should accept any appropriate exposed query (i.e. those with subscriber, location and numeric 'value' columns) - for the moment, I think this will only be
LocationVisits
.I think 'weight_column' should be hard-coded to 'value', which will require renaming the 'dl_count' column of
LocationVisits
.The text was updated successfully, but these errors were encountered: