Module Veery

setTags(name, value)

Set the value of a tag for that user.

Parameters

Param name Type Usage
name String case sensitive tag name to be set
value String case sensitive tag value to be set

Returns

void

Usage / Example

    Veery.setTags(name: "name", value: "Dupont")
    Veery.setTags(name: "mail", value: "example@example.com")

See also

setTags

Set the value of a tag for that user.

getTags

Get the value of a tag for that user. It will be available in the next version of Veery SDK.

unsetTags

Delete a tag for that user.