v2
latestOpenAPI 3.0.02026-08-073221853.1 MBExperiments
Experiments (Warehouse Native)
Create Entity Property Source
post/console/v1/experiments/entity_properties
Request body
Response
Create Entity Property Source response
Example response
{
"message": "Entity Property Source created successfully",
"data": {
"name": "Location",
"description": "",
"tags": [],
"sql": "SELECT * FROM shoppy-sales.setup.user_properties",
"timestampColumn": "timestamp",
"idTypeMapping": [
{
"statsigUnitID": "stableID",
"column": "user_id"
}
],
"timestampAsDay": true
}
}