3.9.4 • Published 6 years ago

median-viewer v3.9.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Median Viewer

This is a project for displaying a Median cobrowsing session inside your very own site!.

Getting Started

First, for your customers experience, add this code to identify a user:

Median.identify('<identifier-token>')

The identifer token can be anything - as long as it's unique to a particular user. You can use an internal User ID, the user's email, or a unique internal User Hash. We recommend using their email.

Next, add this script to your head

  • Put a script tag similar to this <script src='https://unpkg.com/median-viewer/dist/median-viewer.js'></script> in the head of your index.html
  • On your customers page, add this: Median.startSession('<identifier-token>'); And you will connect to your customers session.

  • That's it!

Methods

Median.startSession('');

Begins a session with your user.

Median.sessionStatus;

Returns a string that could be "ready", "waiting", or ""

Median.visitorProperties;

Returns an object that has details about your user.

Median.endSession();

Ends a session with your user.
3.9.4

6 years ago

3.9.3

6 years ago

3.9.2

6 years ago

3.9.1

6 years ago

3.9.0

6 years ago

3.8.1

6 years ago

3.8.0

6 years ago

3.7.1

6 years ago

3.7.0

6 years ago

3.6.0

6 years ago

3.5.5

6 years ago

3.5.4

6 years ago

3.5.3

6 years ago

3.5.2

6 years ago

3.5.1

6 years ago

3.5.0

6 years ago

3.4.3

6 years ago

3.4.2

6 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.4

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.2.0

6 years ago

3.1.4

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.7.0

6 years ago

2.6.0

6 years ago

2.5.0

6 years ago

1.4.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.9.6

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago