# Quota exceeded for Javascript Tracking

**URL:** https://forum.mautic.org/t/quota-exceeded-for-javascript-tracking/7880
**Category:** Product Support
**Created:** [March 10, 2017, 1:26pm UTC](https://forum.mautic.org/t/quota-exceeded-for-javascript-tracking/7880 "2017-03-10T13:26:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tdlabs](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/tdlabs/32/166_2.png) [@tdlabs](https://forum.mautic.org/u/tdlabs)
#### Post date: [March 10, 2017, 1:26pm UTC](https://forum.mautic.org/t/quota-exceeded-for-javascript-tracking/7880/1 "2017-03-10T13:26:13Z")

</div>

I am getting the following in my console:

Code:

QuotaExceededError (DOM Exception 22): The quota has been exceeded. setItem - mtc.js:771 setTrackedContact - mtc.js:771 (anonymous function) - mtc.js:786 dispatchEvent (anonymous function) - mtc.js:3231 onreadystatechange - mtc.js:682

  
Happening in safari  
Leads are not being tracked, not sure if it's because of this.  

Code:

  
The page I am trying to track is https://webtemple.ca  
userEmail gets replaced with the user's email

---

<div class="post-metadata">

### Author: ![tdlabs](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/tdlabs/32/166_2.png) [@tdlabs](https://forum.mautic.org/u/tdlabs)
#### Post date: [March 10, 2017, 1:26pm UTC](https://forum.mautic.org/t/quota-exceeded-for-javascript-tracking/7880/2 "2017-03-10T13:26:13Z")

</div>

I am getting the following in my console:

```auto
QuotaExceededError (DOM Exception 22): The quota has been exceeded.
setItem - mtc.js:771
setTrackedContact - mtc.js:771
(anonymous function) - mtc.js:786
dispatchEvent
(anonymous function) - mtc.js:3231
onreadystatechange - mtc.js:682
```

Happening in safari  
Leads are not being tracked, not sure if it’s because of this.

```auto
<script>
    (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
        w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
        m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
    })(window,document,'script','https://go.webtemple.ca/mtc.js','mt');

    mt('send', 'pageview');
</script>
```

The page I am trying to track is [https://webtemple.ca](https://webtemple.ca)  
userEmail gets replaced with the user’s email

---

<div class="post-metadata">

### Author: ![tdlabs](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/tdlabs/32/166_2.png) [@tdlabs](https://forum.mautic.org/u/tdlabs)
#### Post date: [March 10, 2017, 3:30pm UTC](https://forum.mautic.org/t/quota-exceeded-for-javascript-tracking/7880/3 "2017-03-10T15:30:22Z")

</div>

@MxyzptlkFishStix Thank you for letting me know!
