Standard Event와 Custom Event

SDK나 Event API를 통해 Event 전송시 Airbridge에서 미리 지정해둔 Event Category로 이벤트를 전송하게 되면, 몇가지 이점이 있습니다. 여기서 미리 지정해둔 Event Category를 Standard Event Category라고 부르며, Standard Event Category를 사용하여 전송한 이벤트를 Standard Event라고 부릅니다. 그 외 사용자가 지정한 Event Category로 전송하는 이벤트를 Custom Event라고 부릅니다.

Standard Event Category

Standard Event Category는 airbridge.로 시작하는 것이 컨벤션입니다.

Standard Event Category

Display Name

Description

airbridge.ecommerce.home.viewed

Home Screen

홈 화면 조회

airbridge.ecommerce.productList.viewed

Product Catalog

상품 리스트 조회

airbridge.ecommerce.searchResults.viewed

Search Results

검색 결과 조회

airbridge.ecommerce.product.viewed

Product View

상품 상세 조회

airbridge.ecommerce.product.addedToCart

Add To Cart

장바구니 담기

airbridge.ecommerce.order.completed

Order Complete

결제

airbridge.ecommerce.order.canceled

Order Cancel

결제 취소

airbridge.user.signup

Sign-up

회원가입

airbridge.user.signin

Sign-in

로그인

airbridge.user.signout

Sign-out

로그아웃

airbridge.adImpression

Ad Impression

광고 노출

airbridge.subscribe

Subscribe

구독

airbridge.unsubscribe

Unsubscribe

구독 취소

airbridge.schedule

Schedule

일정 예약

airbridge.unlockAchievement

Unlock Achievement

과제 달성

airbridge.adClick

Ad Click

광고 클릭

airbridge.addToWishlist

Add to Wishlist

위시리스트 추가

airbridge.share

Share

공유

airbridge.completeTutorial

Complete Tutorial

튜토리얼 완료

airbridge.achieveLevel

Achieve Level

레벨 달성

airbridge.addPaymentInfo

Add Payment Info

결제 수단 등록

airbridge.initiateCheckout

Initiate Checkout

결제 시작

airbridge.spendCredits

Spend Credits

크레딧 사용

airbridge.startTrial

Start Trial

체험판 시작

airbridge.rate

Rate

평가

📘

Semantic Attributes for Standard Event Category

Standard Event Category별로 권장되는 Semantic Attributes가 있습니다. Airbridge Standard Event 시트를 참조하여 이벤트 전송을 해주시기 바랍니다.

Advantages for Standard Event

Custom Event Category 대신 Standard Event Category 썼을때 장점은 아래와 같습니다.

  1. Actuals Report 이벤트 카테고리별 지표 제공 (metrics > 장바구니 담기, 구매 등)
  2. Actuals Report 이벤트 값 지표 제공 (구매액 등)
  3. 신규 기능 혹은 리포트 릴리즈 시에 가장 먼저 Standard Event 기준으로 데이터를 제공하며, Custom Event 기준으로는 제공이 안될 수 있고, 되더라도 시간이 다소 소요될 수 있음 (예. Active Users의 Revenue 값을 Standard 구매 이벤트에서만 반영, Touchpoint Analysis 에서의 기준 구매 이벤트를 Standard 구매 이벤트에서만 반영)
  4. 매체 포스트백 및 서드파티 솔루션 이벤트 전송시, 이벤트 카테고리 자동 매핑

👍

SDK에서 자동으로 수집하는 Standard Event

Install (App), Open (App) 등의 이벤트는 SDK에서 자동으로 수집하는 Automatically Collected Event 입니다. 더 많은 Automatically Collected Event를 확인하고 싶으시다면, Event Category 시트를 참고해주세요.