0.0.9 • Published 2 years ago

outqource-ga v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago