Skip to content

Commit 80ca759

Browse files
authored
docs: added methods to test each function
1 parent 96db6ca commit 80ca759

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@
301301
- Needs a [Branch Universal Object](#create-content-reference)
302302

303303
- Link Data: [Deep Link Properties](#link-data-deep-link-properties)
304+
305+
- Verify on the [Branch Dashboard](https://dashboard.branch.io/liveview/links)
304306

305307
```js
306308
// optional fields
@@ -436,6 +438,8 @@
436438
- Track how many times a user views a particular piece of content
437439

438440
- Needs a [Branch Universal Object](#create-content-reference)
441+
442+
- Verify on the [Branch Dashboard](https://dashboard.branch.io/liveview/content)
439443

440444
```js
441445
branchUniversalObj.registerView().then(function (res) {
@@ -448,6 +452,8 @@
448452
- #### Track User
449453

450454
- Sets the identity of a user (email, ID, UUID, etc) for events, deep links, and referrals
455+
456+
- Verify on the [Branch Dashboard](https://dashboard.branch.io/liveview/identities)
451457

452458
```js
453459
var userId = '123456'
@@ -475,6 +481,8 @@
475481
- Events named `open`, `close`, `install`, and `referred session` are Branch restricted
476482

477483
- Recommened to [Track User](#track-user) before [Track Event](#track-event) to associate custom events with a user
484+
485+
- Verify on the [Branch Dashboard](https://dashboard.branch.io/liveview/events)
478486

479487
```js
480488
var eventName = 'clicked_on_this'
@@ -498,6 +506,8 @@
498506
- #### Handle Referrals
499507

500508
- Referral points are obtained from events triggered by users from rules created on the [Branch Dashboard](https://dashboard.branch.io/referrals/rules)
509+
510+
- Verify on the [Branch Dashboard](https://dashboard.branch.io/referrals/analytics)
501511

502512
- Get credits
503513

0 commit comments

Comments
 (0)