GA4, GTM 등등 이름이 많다
참고: https://datarian.io/blog/ga4-add-conversion-event
설정 방법
<aside> ❗ 2023년 7월 부터 UA 지원 중단으로 인해 webOS 23 analytics 설정도 할겸 GA4로 변경 진행
</aside>
REST API를 통해서 데이터를 보내고 기록하려면 API Key 필요
// POST
`https://www.google-analytics.com/mp/collect?measurement_id=${this.measurementId}&api_secret=${this.measurementApiKey}`