사용자 가이드
User GuideDeveloper GuideAPI Guide🏠
English
English
  • ☄️Learn about DFINERY
  • ⚙️Getting started with Dfinery
    • Sign Up
    • Create organizations and services
    • Setting up security
      • Setting up 2-step authentication
      • Setting up CSV downloads
    • Organization Management and Authority
      • Invite and set permissions
      • Frequently Asked Questions FAQ
    • Creating events and properties
      • Designing an Event Taxonomy
      • Testing SDK Integration
      • Testing S2S API Integration
      • Frequently Asked Questions FAQ
    • Partner Integration
      • Partner Sync (Export)
        • Creating a Pipeline
        • Frequently Asked Questions FAQ
      • HTTP API (Export)
    • Console Screen Guide
  • 📊Analysis
    • Home Dashboard
      • Frequently Asked Questions FAQ
    • Report
      • Create an Insight Report
      • Summary of Report Terms and Concepts
      • Action Common FAQ
  • 📢Action
    • Off-site Campaign
      • Push message
        • Setting up push
        • Sending push messages
        • Frequently Asked Questions FAQ
      • kakaotalk
        • Setting up a KakaoTalk sending profile
        • Notification Talk
          • Create a notification template
          • Send notification message
          • Notification Talk Indicator
        • FAQFrequently Asked Questions FAQ
      • Text message
        • Register your caller ID profile
        • 080 Rejection
        • Send a text message
        • Frequently Asked Questions FAQ
      • Informational VS Advertising
      • 🚦(Must read) Notation by consent status
      • Fatigue management
    • On-site Campaign
      • In-app messages
        • Create an in-app message
        • In-App Message Size Guide
        • Priority Management
        • Frequently Asked Questions FAQ
    • Set the purchase conversion period
      • Frequently Asked Questions FAQ
    • Campaign setup information and result details data
    • Action Common FAQ
  • 🙋Customer
    • User Profile 360
      • Frequently Asked Questions FAQ
    • Audience
      • Audience Filter Rules
      • Dynamic Audience (Parameter Update Setting)
      • Audience creation example
      • Frequently Asked Questions FAQ
  • etc.
    • Glossary
    • Frequently Asked Questions FAQ - Other Common
Powered by GitBook
LogoLogo

디파이너리 팀은 고객의 편의와 성장을 위해 최선을 다하고 있습니다.

  • 도입 문의
  • 이용 문의

디파이너리|㈜IGAWorks

On this page
  1. Getting started with Dfinery
  2. Creating events and properties

Frequently Asked Questions FAQ

What environments and situations are SDK integration and API integration suitable for?

Generally, SDK integration is a method adopted when processing information that can be obtained from the client (in-app login, purchase, etc.). In this case, since basic terminal information, etc. are automatically collected through the SDK, more information can be easily obtained.

The API method can be used for all data points including clients. It is generally adopted to collect external data (POS data, automatic payment data, subscription cancellation event data through customer center, etc.) whose changes are difficult to detect on the client.

Is there any difference in the setting method whether I use SDK integration or API integration?

No, there is none. Since the basic method is to register the keys of events, event properties, and user properties and then collect data, there is no difference in using and configuring the DFINERY Console.

What is the effect on reports and campaigns if I change the basic information of an event or attribute (ex. display name, description)?

If you change the basic information, it will be changed in bulk everywhere that uses that basic information (e.g. the attribute description area in the audience filter, etc.).

Can I add custom event properties to events?

Of course. If you add a custom property, the property will be added to the use case that utilizes that event and can be used.

Can an error occur if I disable the collection status of events and properties being used in audiences, reports, campaigns, etc.? So what errors can occur?

Yes, there may be issues with audiences and campaigns created using the event. If the event and attribute collection status is disabled, data will no longer be collected. It will be difficult to update the exact audience parameters, and the resulting data may differ when checking the report. In addition, the campaign cannot be triggered to the desired target.

To avoid these issues, you should check how the data will be used before disabling the collection status.

Is app, web, and API integration all possible at the same time?

Yes, it is possible.

Can I change the integration method (app, web or API) set when creating the service later?

It is possible in a limited way.

The previously selected and applied linkage method cannot be canceled, and the unselected items can be additionally selected later.

Is there any limit to the number of events that can be linked?

Yes, there is no limit to the number of events. However, there is a limit to the number of attribute data, such as event attributes and user profile attributes.

Can data analysis vary depending on when an event is called?

Yes, that's right.

For example, if you call the 'Purchase' event when the purchase button is clicked, the purchase event will be processed as occurring even if the purchase fails. However, if you call the purchase event on the 'Purchase Complete' page, this problem will not occur. Linking events at appropriate and clear times or pages like this helps you analyze and utilize accurate data.

Can I modify an event or property once created?

It is possible to modify the display name and description on the console, and also add custom properties.

If the nature or concept of the data changes, re-linking may be required by the development team as needed.

Can I use DFINERY only after all integrations, including SDK, user identification information, user profile attribute information, and S2S API, are completed?
If the session execution event is confirmed, is SDK integration completed?

If the SDK is installed and executed (initialized) normally, the SDK will automatically call the session execution event when you execute the app or access the web. If the session execution event is confirmed, you can determine that it is connected normally.

What is the difference between user identification information and user profile attribute information?

At DFINERY, we are building consistent customer profiles through unified IDs that collect data from various devices and channels.

The integrated ID is created based on user identification information, and user identification information includes external ID (user ID), email, phone number, Kakao ID, Line ID, etc.

※ For external ID (user ID), please link a unique number used for internal management purposes for security purposes. (Ex. Even if the external ID is dfinery123, data linking is required, such as 1230102301.)

User profile information is attribute information about the user, such as name, date of birth, and gender.

Does the external ID (user ID) have to be linked in the form of a unique number?

Yes, that's right.

※ For security purposes, please link a unique number used for internal management purposes. (Ex. Even if the external ID is dfinery123, data linking is required, such as 1230102301.)

PreviousTesting S2S API IntegrationNextPartner Integration

Last updated 3 months ago

SSDK, S2S API integration is the starting point for using DFINERY. If SDK, S2S API are not integrated, DFINERY cannot be used. For more information, please refer to

⚙️
the following document.