Skip to content

Commit

Permalink
6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-analytics committed May 2, 2022
1 parent f841a7b commit d240fe0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.2

### Added or Changed
- updated README


## 6.1.1

### Added or Changed
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ It also includes [Privacy tagging methods](https://developers.atinternet-solutio
// in your initialization
pianoAnalytics.setConfigurations({
'site': 410501,
'collectDomain': 'https://logdev.xiti.com'
'site': 123456789,
'collectDomain': 'https://log.xiti.com'
});
```

Expand All @@ -72,8 +72,8 @@ It also includes [Privacy tagging methods](https://developers.atinternet-solutio
<script src="https://tag.aticdn.net/piano-analytics.js"></script>
<script type="text/javascript">
pa.setConfigurations({
site:123456,
collectDomain:'https://logsx.xiti.com'
site:123456789,
collectDomain:'https://log.xiti.com'
});
</script>
</head>
Expand Down Expand Up @@ -110,8 +110,8 @@ It also includes [Privacy tagging methods](https://developers.atinternet-solutio
```
3. Enter your site and collect domain in `src/config.js` (optionnal if you want to do it in your implementation)
```
'site': 123456,
'collectDomain': 'https://logsx.xiti.com'
'site': 123456789,
'collectDomain': 'https://log.xiti.com'
```
4. Build the file
```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "piano-analytics-js",
"description": "JavaScript library for Piano Analytics",
"version": "6.1.1",
"version": "6.1.2",
"main": "dist/browserless/piano-analytics.cjs.js",
"module": "dist/browserless/piano-analytics.esm.js",
"browser": "dist/browser/piano-analytics.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
],
'storageVisitor': 'pa_vid',
'storageUser': 'pa_user',
'version': '6.1.1',
'version': '6.1.2',
'minHeartbeat': 5,
'minBufferingHeartbeat': 1,
'privacy': {
Expand Down

0 comments on commit d240fe0

Please sign in to comment.