You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use Google Analytics to track traffic on the pages for the distributions I own. I understand that MetaCPAN currently strips out any javascript that I put in the POD.
So one possibility is to put my Google Analytics ID in the META. If MetaCPAN sees that, it could inject the GA <script> into the page, using my ID.
Since MetaCPAN itself is also using Google Analytics, you would want to experiment and make sure having two of them on the same page doesn't cause any problems.
The text was updated successfully, but these errors were encountered:
I'd like to use Google Analytics to track traffic on the pages for the distributions I own. I understand that MetaCPAN currently strips out any javascript that I put in the POD.
So one possibility is to put my Google Analytics ID in the META. If MetaCPAN sees that, it could inject the GA
<script>
into the page, using my ID.Since MetaCPAN itself is also using Google Analytics, you would want to experiment and make sure having two of them on the same page doesn't cause any problems.
The text was updated successfully, but these errors were encountered: