analytics.tmpl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {{template "base/head" .}}
  2. <div class="admin dashboard">
  3. <div class="ui container">
  4. <div class="ui grid">
  5. {{template "admin/navbar" .}}
  6. <div class="twelve wide column content">
  7. {{template "base/alert" .}}
  8. <h4 class="ui top attached header">
  9. Basic
  10. </h4>
  11. <div class="ui unstackable attached table segment">
  12. <iframe
  13. width="725"
  14. height="100"
  15. src="https://datastudio.google.com/embed/reporting/1j24yhwI5ilcDK_2bG6KcJmH1oQO_nf51/page/VaNc"
  16. frameborder="0"
  17. >
  18. </iframe>
  19. </div>
  20. <h4 class="ui top attached header">
  21. Pageviews
  22. </h4>
  23. <div class="ui unstackable attached table segment">
  24. <iframe
  25. width="725"
  26. height="400"
  27. src="https://datastudio.google.com/embed/reporting/1c5bPdcnysbRrYUDvxZqkuXV2nh9ORwS9/page/v9aQ"
  28. frameborder="0"
  29. >
  30. </iframe>
  31. </div>
  32. <h4 class="ui top attached header">
  33. Pageviews by country
  34. </h4>
  35. <div class="ui unstackable attached table segment">
  36. <iframe
  37. width="725"
  38. height="400"
  39. src="https://datastudio.google.com/embed/reporting/1_mK0LrISgGF9a36-QDoJrUOc8jL29PDx/page/v9aQ"
  40. frameborder="0"
  41. >
  42. </iframe>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. {{template "base/footer" .}}