0.1.64 • Published 10 months ago

@challenge-s2/sdk-analytics-challenge2 v0.1.64

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

SDK Analytics For Vue

This is a SDK for Vue to send analytics to the server.

Installation

To install it, run one of the following commands in your project's root directory, depending on which package manager you use:

npm install @challenge-s2/sdk-analytics-challenge2

pnpm install @challenge-s2/sdk-analytics-challenge2

yarn add @challenge-s2/sdk-analytics-challenge2

Create a account in https://visionary-puppy-9927c5.netlify.app and get your app secret and your app ID.

Usage

Vue

To use it, you need to import the SDK and initialize it with your Secret key in main.js file:

import { tracker } from "@challenge-s2/sdk-analytics-challenge2/vue";

app.use(tracker, {
    app_id: "<your app id>",
    service: "web",
    app_secret: "<your app secret>",
});

To track activity, use the track method in your component:

For click event:

<div v-track="'<tagName>'"> </div>

For mouseover event:

<div v-mouse="'<tagName>'"> </div>

For page tracking in your router file:

import { detectPage } from "@challenge-s2/sdk-analytics-challenge2/vue";

router.beforeEach((to, from, next) => {
    detectPage(to.name);
    next();
});

For visitor tracking when user login:

import { detectNewVisitor } from "@challenge-s2/sdk-analytics-challenge2/vue";
detectNewVisitor();

Server

To use it, you need to import the SDK and initialize it with your Secret key.

const tracker = require('@challenge-s2/sdk-analytics-challenge2/middleware');

app.use(tracker({
    app_Id: '<your app id>',
    service: 'api',
    app_secret: '<your app secret>',
}))
    
0.1.52

10 months ago

0.1.53

10 months ago

0.1.54

10 months ago

0.1.55

10 months ago

0.1.56

10 months ago

0.1.57

10 months ago

0.1.58

10 months ago

0.1.59

10 months ago

0.2.23

10 months ago

0.2.22

10 months ago

0.1.50

10 months ago

0.2.21

10 months ago

0.1.51

10 months ago

0.2.20

10 months ago

0.2.19

10 months ago

0.2.18

10 months ago

0.2.17

10 months ago

0.1.49

10 months ago

0.1.41

10 months ago

0.1.42

10 months ago

0.1.43

10 months ago

0.1.44

10 months ago

0.1.45

10 months ago

0.1.46

10 months ago

0.1.47

10 months ago

0.1.48

10 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.1.40

10 months ago

0.1.38

10 months ago

0.1.39

10 months ago

0.1.30

10 months ago

0.1.31

10 months ago

0.1.32

10 months ago

0.1.33

10 months ago

0.1.34

10 months ago

0.1.35

10 months ago

0.1.37

10 months ago

0.1.27

10 months ago

0.1.28

10 months ago

0.1.29

10 months ago

0.1.20

10 months ago

0.1.21

10 months ago

0.1.22

10 months ago

0.1.23

10 months ago

0.1.24

10 months ago

0.1.25

10 months ago

0.1.26

10 months ago

0.0.1

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.1.16

10 months ago

0.1.17

10 months ago

0.1.18

10 months ago

0.1.19

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.63

10 months ago

0.1.64

10 months ago

0.1.60

10 months ago

0.1.61

10 months ago

0.1.62

10 months ago

0.2.1

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.1.10

11 months ago

0.0.20

11 months ago

0.1.11

11 months ago

0.0.21

11 months ago

0.1.12

11 months ago

0.0.22

11 months ago

0.1.13

11 months ago

0.0.23

11 months ago

0.0.24

11 months ago

0.0.25

11 months ago

0.0.18

11 months ago

0.0.19

11 months ago

0.0.30

11 months ago

0.0.31

11 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.8

11 months ago

0.0.26

11 months ago

0.1.7

11 months ago

0.0.27

11 months ago

0.0.28

11 months ago

0.1.9

11 months ago

0.0.29

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.0.17

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago