Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ga-local-storage
Advanced tools
GALocalstorage is a Modified version or Google Analytics for Pokki without using pokki at all.
It use localstorage instead of cookies to store session information so it works great for Phonegap apps.
Tested succesfully on :
I will test more os versions soon
Original Work from the Pokki team
I just commented out the Pokki stuff for now. help to make it cleaner is welcome.
bower install ga-localstorage -S
```
# Example usage:
In short, just place these lines with your values in the head of your index.html
```js
<script type="text/javascript" src="js/libs/index.js"></script>
<script>
ga_storage._setAccount('UA-37167XXX-1'); //Replace with your own
ga_storage._trackPageview('/index.html');
</script>
```
And then call this whenever you want to track a page view
```js
ga_storage._trackPageview('/index', 'optional title');
```
You can also use custom events and use SSL, there is also a jQueryMobile ready snippet in the [How to use](https://github.com/ggendre/GALocalStorage/wiki/How-to-use) page
# Which Analytics type to choose?
In the Google Analytics settings, be sure to choose the "web site" type of account :
<img src="https://f.cloud.github.com/assets/2635194/81629/009eac9c-6349-11e2-9882-0a337be9053f.jpg"/>
You will then have the account identifier (looks like 'UA-37167XXX-1').
If you are having troubles, see the [How to set up your Google Analytics](https://github.com/ggendre/GALocalStorage/wiki/How-to-set-up-Google-Analytics) wiki page
FAQs
Google Analytics with localStorage for desktop app
The npm package ga-local-storage receives a total of 2 weekly downloads. As such, ga-local-storage popularity was classified as not popular.
We found that ga-local-storage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.