Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
    • Signup
    • iOS/Android SDK
      • Get Started
      • Session Lifecycle
      • User ID
      • Device ID
      • User Profile
      • Event Tracking
      • Push Notification
      • NewsFeed
      • In-App Message
      • Silver Egg Recommendation Messages
      • Remote Config
      • WebView
      • Opt-out feature
      • Settings regarding the collection of advertiser IDs
      • Registering an user device into a specific audience with the help of a QR code
      • Set attribution data from Adjust to Repro
      • Set attribution data from AppsFlyer to Repro
      • LINE User ID Integration
        • LINE User ID Integration
        • Unlinking LINE User ID
        • Notes
      • Log Level
      • Verification Method
    • 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
[Repro setUserID:@"user123"];

// Link LINE User ID
[Repro linkLineID:@"LINE_USER_ID" lineChannelID:@"LINE_CHANNEL_ID"];
// Set user ID first
Repro.setUserID("user123")

// Link LINE User ID
Repro.linkLineID(lineUserID: "LINE_USER_ID", lineChannelID: "LINE_CHANNEL_ID")
// Set user ID first
Repro.setUserID("user123");

// Link LINE User ID
Repro.linkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
// Set user ID first
Repro.setUserID("user123")

// Link LINE User ID
Repro.linkLineID("LINE_USER_ID", "LINE_CHANNEL_ID")
// Set user ID first
ReproCpp::setUserID("user123");

// Link LINE User ID
ReproCpp::linkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
// Set user ID first
Repro.SetUserID("user123");

// Link LINE User ID
Repro.LinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
// Set user ID first
Repro.setUserID("user123");

// Link LINE User ID
Repro.linkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
// Set user ID first
Repro.setUserID("user123");

// Link LINE User ID
Repro.linkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
// Set user ID first
await Repro.setUserID("user123");

// Link LINE User ID
await Repro.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.

[Repro unlinkLineID:@"LINE_USER_ID" lineChannelID:@"LINE_CHANNEL_ID"];
Repro.unlinkLineID(lineUserID: "LINE_USER_ID", lineChannelID: "LINE_CHANNEL_ID")
Repro.unlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
Repro.unlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID")
ReproCpp::unlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
Repro.UnlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
Repro.unlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
Repro.unlinkLineID("LINE_USER_ID", "LINE_CHANNEL_ID");
await Repro.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

  • « Set attribution data from AppsFlyer to Repro
  • Log Level »

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

© 2022 Repro Inc.