-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 2.09 KB
/
Copy pathindex.html
File metadata and controls
45 lines (42 loc) · 2.09 KB
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
<!DOCTYPE html>
<html>
<head>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
analytics.load("wFdvgJnMERiQbADJbrFxvxvpg8AtwsNb");
analytics.page();
}}();
</script>
<script>
var digitalData = window.digitalData || {
siteSectionsLevel1: "cars",
siteSectionsLevel2: "grandland-x",
siteSectionsLevel3: "technical-specifications",
siteSectionsLevel4: "engines---transmissions",
siteSectionsLevel5: "cars:grandland-x:technical-specifications:engines---transmissions",
pageName: "opel:DE:DE:de:t1:cars:grandland-x:technical-specifications:engines---transmissions",
url: "http://www.opel.de/fahrzeuge/grandland-x/spezifikationen/motoren-getriebe.html",
seoStrategyPageName: "Opel Grandland X | Motoren & Getriebe | Opel Deutschland",
pageType: "",
pageSubType: "",
pageMarketing: "",
pageMarketingSubType: "",
languageSelected: "DE",
brand: "opel",
country: "Germany",
siteName: "quantum_Germany",
region: "Europe",
viewport: "1423x339",
orientation: "landscape",
renderedExperience: "large"
}
</script>
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
<script>
analytics.track('digitalData', digitalData);
</script>
</body>
</html>