Tags allow you to easily filter runs in the dashboard and when using the SDK.
user_123456
or video:123
.
cus_123456
for a customer.run
function, using tags.add()
.tags
option. All the different trigger methods support this.
user_123456
and org_abcdefg
. They look like this in the runs table:
run
functiontags.add()
function to add tags to a run from inside the run
function. This will add the tag product_1234567
to the run:
tags.add()
and the total number of tags will be more than 10 we log an error and ignore the new tags. That includes tags from triggering and from inside the run function.
runs.list()
runs.list
SDK function, including an array of tags.