post https://{account}.piwik.pro/api/tag/v1//variables
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
14curl --request POST \
--url https://example.piwik.pro/api/tag/v1/app_id/variables \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "variable",
"attributes": {
"variable_type": "constant"
}
}
}
'
xxxxxxxxxx
14{
"data": {
"id": "677423b3-e529-4e03-88fd-d3b9dcacf2cf",
"type": "variable",
"attributes": {
"name": "New variable",
"value": "function () {}",
"variable_type": "custom_javascript",
"builtin": false,
"created_at": "2020-01-29T13:43:57+00:00",
"updated_at": "2020-01-29T13:43:57+00:00"
}
}
}