Skip to content

Commit d9a6507

Browse files
committed
added tags in documentation
1 parent 720a28c commit d9a6507

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ This documentation is organized as following:
137137
var userEmail = 'thecurrentuser@me.com';
138138
Breinify.activity({
139139
'email': userEmail
140-
}, 'selectProduct', null, product, false, function () {
140+
}, 'selectProduct', null, product, {
141+
'isAdvertised': true
142+
}, false, function () {
141143
show('Sent activity "selectProduct" with product "' + product + '".');
142144
});
143145
```

0 commit comments

Comments
 (0)