get https://{account}.piwik.pro/api/cdp/settings/v1/app//attribute
Returns a list of all profiles attributes available in CDP for given app.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns a list of all profiles attributes available in CDP for given app.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/cdp/settings/v1/app/app_id/attribute \
--header 'accept: application/json'
xxxxxxxxxx
25[
{
"column_id": "string",
"event_data_key": "user_age",
"immutable": false,
"column_meta": {
"column_name": "Browser Type",
"column_type": "string",
"column_unit": "currency",
"column_category": [
"Device"
],
"analytics_column_id": "goal_revenue",
"analytics_transformation_id": "sum",
"value_selectors": [
"first"
],
"extractions": [
"first"
],
"aggregation": "first",
"scope": "event"
}
}
]