Advertisement
mefisto

Untitled

Mar 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <amp-analytics type="googleanalytics" id="analytics1">
  2. <script type="application/json">
  3. {
  4. "vars": {
  5. "account": "UA-XXXXX-Y" // Replace with your property ID.
  6. },
  7. "triggers": {
  8. "trackPageview": { // Trigger names can be any string. trackPageview is not a required name.
  9. "on": "visible",
  10. "request": "pageview"
  11. }
  12. }
  13. }
  14. </script>
  15. </amp-analytics>
  16.  
  17.  
  18.  
  19. <amp-analytics type="metrika">
  20. <script type="application/json">
  21. {
  22. "vars": {
  23. "counterId": "XXXXXX"
  24. ...
  25. }
  26. }
  27. </script>
  28. </amp-analytics>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement