싱귤러 기본 이벤트: 이벤트 리스트 및 버티컬별 추천 이벤트

Singular 이벤트 학습 경로

 

다음 목록은 싱귤러에서 지원하는 표준 이벤트 및 속성과 앱의 업종에 따른 권장 이벤트를 보여줍니다.

표준 이벤트와 커스텀 이벤트에 대해 자세히 알아보려면 인앱 이벤트 추적 방법을 참조하세요: 싱글 어트리뷰션 고객을 위한 가이드를참조하세요.

가능하면 표준 이벤트 이름과 표준 어트리뷰트를 사용하는 것이 좋습니다.그러나 업종별 권장 이벤트 아래에는 아직 적용 가능한 표준 이벤트가 없는 이벤트도 있습니다. 이러한 이벤트는 사용자 지정 이벤트로 구현할 수 있습니다.

지원되는 모든 표준 이벤트 및 속성

표준 이벤트: 전체 목록

다음은 현재 Singular에서 지원하는 모든 표준 이벤트입니다.

중요: 앱에 Singular SDK를 통합할 때 개발자 팀은 개발 플랫폼에 따라 약간 다른 버전의 이벤트/어트리뷰트 이름(대문자, 밑줄 없음 등)을 사용해야 할 수있습니다.

iOS, Android, Unity, React, Flutter의 이벤트 및 어트리뷰트 이름 목록을 참조하세요.

단수형 표준 이벤트 이름 참고 전달할 권장 표준 어트리뷰트
sng_achievement_unlocked   sng_attr_achievement_id
sng_add_payment_info User adds bank account details or other payment method sng_attr_success
sng_add_to_cart   sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_add_to_wishlist   sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_checkout_initiated   sng_attr_content_list, sng_attr_payment_info_available, sng_attr_quantity, sng_attr_item_price
sng_complete_registration User completes registration or creates user profile sng_attr_registration_method
sng_content_view User views a product or watches a video sng_attr_content_type, sng_attr_content_id, sng_attr_content
sng_content_view_list User views a category of products sng_attr_content_list
sng_ecommerce_purchase User makes a purchase/order. You can use this event to report the user's first order. Other names for this event are order success, order confirmed, or payment success  
sng_invite User invites someone else to the app  
sng_level_achieved   sng_attr_level
sng_login   sng_attr_success
sng_rate User rates the app sng_attr_success
sng_search User performs a search sng_attr_content_type, sng_attr_search_string
sng_share User shares content with friends sng_attr_content_id, sng_attr_content_type, sng_attr_content
sng_spent_credits User spends game credits  
sng_start_trial   sng_attr_transaction_id
sng_subscribe   sng_attr_subscription_id
sng_tutorial_complete User finishes viewing the tutorial sng_attr_content_type, sng_attr_success, sng_attr_content_id, sng_attr_content
sng_view_cart User views shopping cart sng_attr_content_list
표준 어트리뷰트: 전체 목록

다음은 현재 Singular에서 지원하는 모든 표준 어트리뷰트입니다.

중요: 앱에 Singular SDK를 통합할 때 개발자 팀은 개발 플랫폼에 따라 약간 다른 버전의 이벤트/어트리뷰트 이름(대문자, 밑줄 없음 등)을 사용해야 할 수있습니다.

iOS, Android, Unity, ReactFlutter의 이벤트 및 어트리뷰트 이름 목록을 참조하세요.

단수형 표준 어트리뷰트 이름 참고
sng_attr_achievement_id Use with sng_achievement_unlocked event
sng_attr_content Can be used in events such as sng_add_to_cart, sng_content_view, sng_share and more
sng_attr_content_id Can be used in events such as sng_add_to_cart, sng_content_view, sng_share and more
sng_attr_content_list Identify a list of content items or products. Use with events such as sng_content_view_list, sng_view_cart and more
sng_attr_content_type Can be used in events such as sng_add_to_cart, sng_content_view, sng_share and more
sng_attr_country  
sng_attr_coupon_code  
sng_attr_deep_link  
sng_attr_event_end  
sng_attr_event_start  
sng_attr_from_date  
sng_attr_hotel_score  
sng_attr_item_description  
sng_attr_item_price  
sng_attr_latitude  
sng_attr_level Use with sng_level_achieved event
sng_attr_location  
sng_attr_location_address_country  
sng_attr_location_address_region_or_province  
sng_attr_location_address_street  
sng_attr_longitude  
sng_attr_max  
sng_attr_new_version  
sng_attr_origin  
sng_attr_payment_info_available  
sng_attr_quantity  
sng_attr_rating  
sng_attr_region  
sng_attr_registration_method  
sng_attr_review_text  
sng_attr_score  
sng_attr_search_string  
sng_attr_subscription_id  
sng_attr_success Use with events such as sng_login to report whether the event succeeded or failed
sng_attr_to_date  
sng_attr_transaction_id  
sng_attr_tutorial_id  
sng_attr_valid  

업종별 추천 이벤트

전자상거래 앱

이커머스 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체목록 및 표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_to_cart sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_add_to_wishlist sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_checkout_initiated sng_attr_content_list, sng_attr_payment_info_available, sng_attr_quantity, sng_attr_item_price
sng_complete_registration sng_attr_registration_method
sng_content_view sng_attr_content_type, sng_attr_content_id, sng_attr_content
sng_content_view_list sng_attr_content_list
sng_ecommerce_purchase  
sng_login sng_attr_success
sng_search sng_attr_content_type, sng_attr_search_string
sng_subscribe sng_attr_subscription_id

사용자 정의 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Coupon Applied
First Purchase
Order Canceled
Payment Failure
Payment Success
Remove from cart
교육 앱

교육 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_tutorial_complete (use for class completion)
sng_attr_content_type, Success, sng_attr_content_id, sng_attr_content
sng_login sng_attr_success
sng_complete_registration sng_attr_registration_method
sng_ecommerce_purchase  
sng_rate  
sng_search  
sng_subscribe  

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Exam Finished
Exam Started
Languages Selected
Payment Failure
Subject Chosen
Submit KYC
Video Watched
엔터테인먼트 앱

엔터테인먼트 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_to_wishlist sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_login sng_attr_success
sng_complete_registration sng_attr_registration_method
sng_ecommerce_purchase  
sng_rate  
sng_share  
sng_start_trial sng_attr_transaction_id
sng_subscribe sng_attr_subscription_id
sng_content_view sng_attr_content_type, sng_attr_content_id, sng_attr_content

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Audio Listened
Download
Episode Finish
Episode Start
Payment Failure
Payment Success
금융 앱

금융 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_payment_info sng_attr_success
sng_login sng_attr_success
sng_complete_registration sng_attr_registration_method
sng_share sng_attr_content_id, sng_attr_content_type, sng_attr_content
sng_subscribe sng_attr_subscription_id

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Account Activation
First Deposit
First Transaction
Payment Failure
Payment Success
Submit KYC
음식 및 음료 앱

식음료 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_to_cart sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_add_to_wishlist sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_checkout_initiated sng_attr_content_list, sng_attr_payment_info_available, sng_attr_quantity, sng_attr_item_price
sng_ecommerce_purchase  
sng_login sng_attr_success
sng_content_view sng_attr_content_type, sng_attr_content_id, sng_attr_content
sng_complete_registration sng_attr_registration_method
sng_share  
sng_subscribe sng_attr_subscription_id
sng_view_cart sng_attr_content_list

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Coupon Applied
Order Canceled
Payment Failure
Payment Success
Remove from cart
Total Orders
게임 앱

게임 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_achievement_unlocked sng_attr_achievement_id
sng_spent_credits  
sng_invite  
sng_level_achieved sng_attr_level
sng_login sng_attr_success
sng_complete_registration sng_attr_registration_method
sng_ecommerce_purchase  
sng_rate sng_attr_success
sng_share sng_attr_content_id, sng_attr_content_type, sng_attr_content

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

Total Deposits
Ads Watched
First Game Played
First Time Deposit
Free League
Games Played
League Joined
Paid League
Payment Failure
Wallet Recharged
Withdraw
건강 및 피트니스 앱

건강 및 피트니스 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_to_cart sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_add_to_wishlist sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_checkout_initiated sng_attr_content_list, sng_attr_payment_info_available, sng_attr_quantity, sng_attr_item_price
sng_login sng_attr_success
sng_complete_registration sng_attr_registration_method
sng_ecommerce_purchase  
sng_content_view sng_attr_content_type, sng_attr_content_id, sng_attr_content

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

First Purchase
Coupon Applied
Free Consultation
Order Canceled
Paid Consultation
Payment Success
Prescription Upload
Remove from cart
숙박 앱

숙박업 앱의 경우 다음 이벤트를 구현하는 것이 좋습니다. 자세한 내용은 표준 이벤트 전체 목록표준 속성 전체 목록을참조하세요.

표준 이벤트 이름 전달할 표준 속성
sng_add_payment_info sng_attr_success
sng_add_to_wishlist sng_attr_content, sng_attr_content_type, sng_attr_content_id
sng_checkout_initiated sng_attr_content_list, sng_attr_payment_info_available, sng_attr_quantity, sng_attr_item_price
sng_login sng_attr_success
sng_content_view (use when user views a product or a property) sng_attr_content_type, sng_attr_content_id, sng_attr_content
sng_complete_registration sng_attr_registration_method
sng_share sng_attr_content_id, sng_attr_content_type, sng_attr_content
sng_search sng_attr_content_type, sng_attr_search_string

사용자 지정 이벤트

다음 이벤트도 이러한 유형의 앱에 유용할 수 있습니다. 해당되는 표준 이벤트는 없지만 사용자 지정 이벤트로 구현할 수 있습니다.

First Booking
Booking Cancelled
Check In
Check Out
Coupon Code Applied
Payment Failure
Payment Success
Total Bookings / Booking Confirmed