Data Destination - LINE Conversion API
    • PDF

    Data Destination - LINE Conversion API

    • PDF

    Article summary

    summary

    Help page on Data Settings for ETL Configuration to LINE Conversion API.

    supplement

    Data Destination LINE Conversion API does not use Connection Configuration.

    constraints

    if an error occurs during data transfer
    • If an error occurs during data ETL Job, the job is not interrupted.
      Events (records) that did not generate errors are forwarded as usual.
    • If even one error occurs during data transfer, the post-execution status of that ETL Job will be ERROR, even if other events (records) have been transferred.

    Setting items

    STEP1 Basic settings

    (data) itemDescription.
    LINE Tag IDEnter your LINE Tag ID.
    access tokenEnter the access token.
    How to obtain and check input items

    Please refer to the LINE Conversion API Token Issuance for the procedure of issuing an access token.
    The LINE Tag ID can also be found in the above procedure.

    001-p.png

    column mapping

    In order to transfer data to the LINE Conversion API, column names and types must be mapped on TROCCO.
    Refer to the table below and perform the mapping in STEP 2 "Column Setting" tab of ETL Configuration in TROCCO.
    For details on each column, please refer to the Send Conversion Event section of the official LINE Conversion API documentation.

    column namedata typeindispensableInput Exampleremarks
    event_deduplication_keystringkey_samplede-duplication key
    For more information, see Deduplication of Events.
    event_typestring-conversion
  • Able to enter conversion or page_view
  • Default is conversion
  • event_namestring-Conversion
    • If conversion is entered for``event_type, one of the following can be entered
      • Conversion (default)
      • Custom Conversion Name
    event_source_typestring-webDefault is web
    event_timestamptimestamp2020-01-01 01:01:01.000000 +0900
    user_idstring✓(*1)U8189cf6745fc0d808977bdb0b9f22995
    user_browser_idstring✓(*1)browser_id_sample
    user_click_idstring✓(*1)click_id_sample
    user_ifastring✓(*1)ifa_id_sample
    user_external_idstring✓(*1)external_id_sample
    user_phonestring✓(*1)+8131111xxxxUsed to hash values during transfer
    user_hashed_phonestring✓(*1)- (*3)Used when the value has already been hashed
    user_emailstring✓(*1)hoge@example.comUsed to hash values during transfer
    user_hashed_emailstring✓(*1)- (*3)Used when the value has already been hashed
    user_channel_idstring✓(*2)0000000000Required if user_id is specified
    custom_quantitylong-1
    custom_keywordstring-keyword_sampleGrouping by key
    custom_keywordsjson-["hoge", "fuga", "piyo"]
  • JSON array structure
  • Array elements are specified by string
  • custom_item_idstring-item_id_sampleGrouping by key
    custom_item_idsjson-["hoge", "fuga", "piyo"]
  • JSON array structure
  • Array elements are specified by string
  • custom_currencystring-JPY
    custom_categorystring-category_sample
    custom_valuedouble-1.1
    web_referrerstring-http://www.example.com/
    web_ip_addressstring-192.0.2.1
    web_titlestring-title_sample
    web_user_agentstring-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
    web_urlstring-http://www.example.com/
    columns with user_ prefix
    • *1 The data to be transferred must include at least one column prefixed with user_ (except user_channel_id).
    • *2 If user_id is included in the data to be transferred, please also include user_channel_id in the data to be transferred.
    *3 Columns with user_hashed_ prefix
    • If you use the column names user_hashed_phone or user_hashed_email, the values contained in the columns must be SHA-256 hashed.
    • For user_hashed_phone, the phone number must be hashed in the format following the country code.
      • In Japan, hash the phone number in the format following +81.

    Was this article helpful?