API 가이드
User GuideDeveloper GuideAPI Guide🏠
English
English
  • Get started
  • API
    • Import API
      • Event
        • POST: Loading an event
      • Identity
        • POST: Create and update a unified profile
      • Profile
        • Get started
        • POST: Create and update user properties
      • Detailed response
    • Export API
      • Export
        • POST: Extracting an event
        • POST: Extract user profile
      • Detailed response
  • Data Type
  • Certification
  • Request Limit
  • Best Practices
Powered by GitBook
On this page
Export as PDF

Best Practices

PreviousRequest Limit

Last updated 3 months ago

The best practices below assume that you have completed the basic setup for API integration. If you have not yet completed the basic setup for API integration, please refer to

Transfer offline data to DFINERY server

You can use DFINERY Import API to transfer various offline data to DFINERY server.

User attribute update and event occurrence scenario after new user inflow

The user consented to receive marketing communications after signing up through an offline store. The user then made a purchase at an offline store.

  1. When signing up through an offline store, a new user profile is created via

  2. After signing up, if the user consents to receive marketing, the user's marketing consent properties are updated through

  3. Afterwards, when purchasing at an offline store, the purchase event of the user is loaded through

In general, it is recommended to call the Create Unified Profile > Create User Profile > Load Event API in this order.

Before You Begin.
the integrated profile creation and update API.
the user property creation and update API.
the event loading API.