Constant
Event
Standard event names
Standard event names DFEvent
are defined within the class.
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 DFEventProperty
are defined within the class.
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 DFUserProfile
are defined within the class.
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
The Gender attribute value DFGender
is defined within the class.
MALE
"Male"
FEMALE
"Female"
NON_BINARY
"NonBinary"
OTHER
"Other"
User identification information
User Identification Information Attribute Name
The names of the unified ID properties DFIdentity
are defined within the class.
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
Last updated