개발자 가이드
User GuideDeveloper GuideAPI Guide🏠
English
English
  • 홈
  • 공통
    • Unified ID Linkage Scenario
    • Constant
    • FAQ
  • 플랫폼 별 가이드
    • Android
      • Link up
      • Event
      • Set User Identification Information
      • User Profile Settings
      • Action
        • Push
        • In-app messages
        • Notification Talk
        • Message
      • Privacy Policy
        • Support for Privacy Protection
        • Preparing for data disclosure requirements on Google Play
      • Release Notes
    • iOS
      • Link up
      • Event
      • Set user identification information
      • User Profile Settings
      • Action
        • Push
        • In-app messages
        • Notification Talk
        • message
      • Release Notes
    • HybridApp
      • Link up
    • Web
      • Link up
      • Event
      • Set user identification information
      • User Profile Settings
      • Action
        • In-app messages
        • Notification Talk
        • Message
      • Advanced use cases
        • Additional Settings
      • Release Notes
Powered by GitBook
On this page
  • Event
  • Standard event names
  • Standard event property names
  • User Profile
  • Standard user profile name
  • User profile gender attribute
  • User identification information
  • User Identification Information Attribute Name
  1. 공통

Constant

Event

Standard event names

Standard event names DFEventare defined within the class.

DFEvent.LOGIN
DFEvent.LOGIN
DFEvent.LOGIN
Constant
Event Value

LOGIN

"df_login"

LOGOUT

"df_logout"

SIGN_UP

"df_sign_up"

PURCHASE

"df_purchase"

REFUND

"df_refund"

VIEW_HOME

"df_view_home"

VIEW_PRODUCT_DETAILS

"df_view_product_details"

ADD_TO_CART

"df_add_to_cart"

ADD_TO_WISHLIST

"df_add_to_wishlist"

VIEW_SEARCH_RESULT

"df_view_search_result"

SHARE_PRODUCT

"df_share_product"

VIEW_LIST

"df_view_list"

VIEW_CART

"df_view_cart"

REMOVE_CART

"df_remove_cart"

ADD_PAYMENT_INFO

"df_add_payment_info"

Standard event property names

The names of standard event properties DFEventPropertyare defined within the class.

DFEventProperty.DELIVERY_CHARGE
DFEventProperty.DELIVERY_CHARGE
DFEventProperty.DELIVERY_CHARGE
Constant
Event property values
Type

TOTAL_REFUND_AMOUNT

"df_total_refund_amount"

Double

ORDER_ID

"df_order_id"

String

DELIVERY_CHARGE

"df_delivery_charge"

Double

PAYMENT_METHOD

"df_payment_method"

String

TOTAL_PURCHASE_AMOUNT

"df_total_purchase_amount"

Double

DISCOUNT

"df_discount"

Double

SHARING_CHANNEL

"df_sharing_channel"

String

SIGN_CHANNEL

"df_sign_channel"

String

KEYWORD

"df_keyword"

String

ITEMS

"df_items"

Array

ITEM_ID

"df_item_id"

String

ITEM_NAME

"df_item_name"

String

ITEM_PRICE

"df_price"

Double

ITEM_QUANTITY

"df_quantity"

Long

ITEM_DISCOUNT

"df_discount"

Double

ITEM_CATEGORY1

"df_category1"

String

ITEM_CATEGORY2

"df_category2"

String

ITEM_CATEGORY3

"df_category3"

String

ITEM_CATEGORY4

"df_category4"

String

ITEM_CATEGORY5

"df_category5"

String

User Profile

Standard user profile name

The names of standard user profiles DFUserProfileare defined within the class.

DFUserProfile.PUSH_OPTIN
DFUserProfile.PUSH_OPTIN
DFUserProfile.PUSH_OPTIN
Constant
Attribute value
Type

NAME

"df_name"

String

GENDER

"df_gender"

String

BIRTH

"df_birth"

Datetime

MEMBERSHIP

"df_membership"

String

PUSH_OPTIN

"df_push_optin"

Boolean

PUSH_ADS_OPTIN

"df_push_ads_optin"

Boolean

SMS_ADS_OPTIN

"df_sms_ads_optin"

Boolean

KAKAO_ADS_OPTIN

"df_kakao_ads_optin"

Boolean

PUSH_NIGHT_ADS_OPTIN

"df_push_night_ads_optin"

Boolean

User profile gender attribute

DFGender.MALE
DFGender.MALE
DFGender.MALE

The Gender attribute value DFGenderis defined within the class.

Constant
Attribute value

MALE

"Male"

FEMALE

"Female"

NON_BINARY

"NonBinary"

OTHER

"Other"

User identification information

User Identification Information Attribute Name

The names of the unified ID properties DFIdentityare defined within the class.

DFIdentity.EXTERNAL_ID
DFIdentity.EXTERNAL_ID
DFIdentity.EXTERNAL_ID
Constant
Attribute value
Type

EXTERNAL_ID

"external_id"

String

EMAIL

"email"

String

PHONE_NO

"phone_no"

String

KAKAO_USER_ID

"kakao_user_id"

String

LINE_USER_ID

"line_user_id"

String

PreviousUnified ID Linkage ScenarioNextFAQ

Last updated 3 months ago

For df_gender, you must enter

a fixed value .