0.0.9 • Published 3 years ago

outqource-ga v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

GA 자동화 솔루션

기술 스택

  • typescript
  • webpack

CDN

https://cdn.jsdelivr.net/npm/outqource-ga@version/dist/index.js

Test

const script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/npm/outqource-ga@0.0.8/dist/index.js";
document.body.appendChild(script);

setTimeout(() => {
  const ga = new window.GA("UA-149455060-1");
  // const ga = new window.Cafe24GA("UA-149455060-1");
  ga.init();
}, 500);
<script src="https://cdn.jsdelivr.net/npm/outqource-ga@0.0.8/dist/index.js"></script>

<script>
  // all custom
  const ga = new window.GA("UA-149455060-1");
  ga.init();
</script>

<script>
  // default cafe24 mode
  const ga = new window.Cafe24GA("UA-149455060-1");
  ga.init();
</script>

<script>
  // custom cafe24 mode
  const ga = new window.Cafe24GA("UA-149455060-1", true);
  ga.init();
</script>

제품

html tag add : data-ga="category=product&id={$product_no}"

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago