Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
    • Signup
    • iOS/Android SDK
    • Web
      • Get Started
      • User ID
      • User Profile
      • LINE User ID Integration
        • LINE User ID Integration
        • Unlinking LINE User ID
        • Notes
      • Event Tracking
      • Session Lifecycle
      • Device ID
      • Opt-out feature
      • Migration from Version 1 to Version 2
      • API
      • Cross-Domain Tracking
      • Using Web SDK with WebView
      • Implement to SPA(Single Page Application) site
      • Web Push Notification
      • Check that Repro Web measurement tags are working properly
      • Cookies used by Repro Web
    • Audience API
    • Audience Import(β)
    • Push API
    • Event Bulk Tracking (β)
    • User Profile API
    • User Profile Bulk Import
    • NewsFeed API
    • Deletion Targeted User Registration API
    • Mail
  • Release Notes
  • FAQ

LINE User ID Integration¶

By linking LINE User IDs with Repro, you can send messages to users via LINE.

Warning

  • You cannot link accounts using only your LINE User ID.

  • The LINE User ID is different from the user's display name registered in LINE or the LINE ID used for friend search in LINE.The LINE User ID differs from the display name or the LINE ID used for friend search in the LINE app.

  • Before linking LINE User IDs, please create a LINE channel in advance.

  • Before linking any LINE User IDs, you must set the user identifier using setUserID(). If the user ID is not set, the LINE User ID linking will fail.Before linking any LINE User IDs, you must set the user identifier using setUserID(). If the user ID is not set, the LINE User ID linking will fail.

LINE User ID Integration¶

To link a LINE User ID and channel ID with Repro, use the linkLineID method. Set LINE_USER_ID to a 33-character LINE user ID starting with U, and LINE_CHANNEL_ID to the channel ID created in LINE Channel Settings.

// Set user ID first
reproio('setUserID', 'user123');

// Link LINE User ID
reproio('linkLineID', 'LINE_USER_ID', 'LINE_CHANNEL_ID');

Unlinking LINE User ID¶

To unlink a LINE User ID, use the unlinkLineID method. Set LINE_USER_ID to a 33-character LINE user ID starting with U, and LINE_CHANNEL_ID to the channel ID created in LINE Channel Settings.

reproio('unlinkLineID', 'LINE_USER_ID', 'LINE_CHANNEL_ID');

Notes¶

  • Before linking any LINE User IDs, be sure to set the user ID with setUserID()

  • LINE User ID and channel ID cannot be empty strings or null

  • If linking fails, please verify that the user ID is set

  • « User Profile
  • Event Tracking »

Repro Service Site About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.