Skip to content

Commit

Permalink
V2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erkie committed Jun 9, 2016
1 parent 5d14578 commit 22ecece
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ JavaScript SDK for glimr.io.

The current version can be accessed from here:

- https://storage.googleapis.com/glimr-static/glimrsdk-js/1.3.1/glimr.min.js
- https://storage.googleapis.com/glimr-static/glimrsdk-js/1.3.1/glimr.js
- https://storage.googleapis.com/glimr-static/glimrsdk-js/2.0.0/glimr.min.js
- https://storage.googleapis.com/glimr-static/glimrsdk-js/2.0.0/glimr.js

## Usage

Expand Down Expand Up @@ -135,7 +135,7 @@ var escapedString = Glimr.escapeStringForQuery("hello world");
Google Tag Manager is supported out of the box. All you need to do is create a custom HTML tag with the following snippet.

```html
<script src="https://storage.googleapis.com/glimr-static/glimrsdk-js/1.3.1/glimr.min.js"></script>
<script src="https://storage.googleapis.com/glimr-static/glimrsdk-js/2.0.0/glimr.min.js"></script>
<script>
Glimr.getTagsAndPushToDataLayer("YOUR_CLIENT_ID");
</script>
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "GlimrSDK-JS",
"version": "1.3.1",
"version": "2.0.0",
"description": "JavaScript SDK for glimr.io",
"homepage": "https://glimr.io",
"keywords": [
"glimr"
"glimr",
"location",
"ad-server",
"tags"
],
"devDependencies": {
"express": "^4.13.4",
Expand Down

0 comments on commit 22ecece

Please sign in to comment.