Used to create a batch of new tags or attributes. Once created these can be updated using tag/tags methods or the profile import method.
For more information on attributes and tags review our dedicated guide.
{
"apptoken": "YOUR_APPTOKEN",
"data": [
{
"title": "Test Attribute 1",
"type": "0",
"attribute_profile": "1"
},
{
"title": "Test Attribute 2",
"type": "1",
"attribute_profile": "1"
}
]
}Your App token
Array of tag objects
Name of the attribute or tag used when setting it programmatically via an SDK/API call
Name displayed in the UI, used for a more human-friendly explainer
Required for an attribute. See Type identifiers.
Name of the tag for which this is an alias
Set as 1 to link attribute to User Profiles. Default 0.
Set as 1 to link attribute to Device Profiles. Default 0.
200
400
{
"success": "False",
"code": "400",
"message": "General error information"
}