Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

analytics.html 2.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  1. <!-- Google Tag Manager -->
  2. <script>
  3. if (document.location.hostname.toLowerCase() === "dagshub.com") {
  4. (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  5. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  6. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  7. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  8. })(window,document,'script','dataLayer','GTM-PGHTMDN');
  9. }
  10. </script>
  11. <!-- End Google Tag Manager -->
  12. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
  13. integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
  14. crossorigin="anonymous" />
  15. <script src="/js/jquery-3.4.1.min.js"></script>
  16. <!-- The image needs to have an absolute URL -->
  17. {% set image = config.site_url ~ 'assets/images/banner.png' %}
  18. <!-- Open graph meta tags -->
  19. <meta property="og:type" content="website" />
  20. <meta property="og:title" content="Docs · DAGsHub" />
  21. <meta property="og:description" content="{{ config.site_description }}" />
  22. <meta property="og:url" content="https://dagshub.com/docs/{{ page.url }}" />
  23. <meta property="og:image" content="https://dagshub.com/img/open_graph/dagshub-logo.png" />
  24. <meta property="og:image:type" content="image/png">
  25. <meta property="og:image:width" content="1200">
  26. <meta property="og:image:height" content="1200">
  27. <meta property="og:image" content="https://dagshub.com/img/open_graph/dagshub-mark.png">
  28. <meta property="og:image:type" content="image/png">
  29. <meta property="og:image:width" content="1200">
  30. <meta property="og:image:height" content="620">
  31. <meta property="og:image" content="https://dagshub.com/img/open_graph/dagshub-mark.png">
  32. <meta property="og:image:type" content="image/png">
  33. <meta property="og:image:width" content="1200">
  34. <meta property="og:image:height" content="620">
  35. <!-- Twitter meta tags -->
  36. <meta name="twitter:card" content="summary_large_image" />
  37. <meta name="twitter:site" content="@TheRealDAGsHub" />
  38. <meta name="twitter:creator" content="@TheRealDAGsHub" />
  39. <meta name="twitter:title" content="Docs · DAGsHub" />
  40. <meta name="twitter:description" content="{{ config.site_description }}" />
  41. <meta property="twitter:image:src" content="https://dagshub.com/img/open_graph/dagshub-logo.png">
  42. <meta property="twitter:image:width" content="1200">
  43. <meta property="twitter:image:height" content="1200">
  44. <script type="application/ld+json">
  45. {
  46. "@context": "https://schema.org",
  47. "@type": "BreadcrumbList",
  48. "itemListElement": [{
  49. "@type": "ListItem",
  50. "position": 1,
  51. "name": "Docs · DAGsHub",
  52. "item": "https://dagshub.com/docs"
  53. },{
  54. "@type": "ListItem",
  55. "position": 2,
  56. "name": "{{ page.title }}",
  57. "item": "https://dagshub.com/docs/{{ page.url }}"
  58. }]
  59. }
  60. </script>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...