POST /api/v2/server-side-api/integration/profile/set/integration-identifiers/

インテグレーション識別子を設定する

プロファイルにインテグレーション識別子を追加します。

Header parameters

adapty-customer-user-idstring

お客様のシステムにおける顧客の一意の ID です。adapty-customer-user-id または adapty-profile-id のいずれかが必須です。

adapty-profile-idstring · uuid

お客様のシステムにおけるプロファイルの一意の ID です。匿名プロファイルを扱う場合に最適です。adapty-customer-user-id または adapty-profile-id のいずれかが必須です。

Request body

少なくとも 1 つのインテグレーション識別子を指定する必要があります

adjust_device_idstring

Adjust インテグレーションにおけるネットワークユーザーの ID

airbridge_device_idstring

Airbridge インテグレーションにおけるユーザーデバイスの ID

amplitude_device_idstring

Amplitude インテグレーションにおけるユーザーデバイスの ID

amplitude_user_idstring

Amplitude インテグレーションにおけるユーザーの ID

appmetrica_device_idstring

AppMetrica インテグレーションにおけるユーザーデバイスの ID

appmetrica_profile_idstring

AppMetrica インテグレーションにおけるユーザーの ID

appsflyer_idstring

AppsFlyer インテグレーションにおけるネットワークユーザーの ID

branch_idstring

Branch インテグレーションにおけるユーザーアプリの Branch キー

facebook_anonymous_idstring

Facebook Ads インテグレーションにおけるユーザーの ID

firebase_app_instance_idstring

Firebase インテグレーションにおけるユーザーの ID

mixpanel_user_idstring

Mixpanel インテグレーションにおけるユーザーの ID

one_signal_player_idstring

OneSignal インテグレーションにおけるユーザーの ID(レガシー識別子)

one_signal_subscription_idstring

OneSignal インテグレーションにおけるユーザーの ID(推奨識別子)

posthog_distinct_user_idstring

PostHog インテグレーションにおけるユーザーの ID

pushwoosh_hwidstring

Pushwoosh インテグレーションにおけるユーザーデバイスの ID

tenjin_analytics_installation_idstring

Tenjin インテグレーションにおけるユーザーデバイスの ID

Responses

インテグレーション識別子が正常に設定されました。レスポンスボディは空です。

リクエストが不正です

Schema
errorsarray of objectrequired
sourcestring

エラーの発生源

errorsarray of string

エラーメッセージの配列

error_codestringrequired

エラーの短縮名

status_codeintegerrequired

HTTP ステータスコード

Example
{
  "errors": [
    "At least one integration identifier must be provided."
  ],
  "error_code": "validation_error",
  "status_code": 400
}

認証エラー

Schema
errorsarray of objectrequired
sourcestring

エラーの発生源

errorsarray of string

エラーメッセージの配列

error_codestringrequired

エラーの短縮名

status_codeintegerrequired

HTTP ステータスコード

Example
{
  "errors": [
    "Invalid API key"
  ],
  "error_code": "unauthorized",
  "status_code": 401
}

プロファイルが見つかりません

Schema
errorsarray of objectrequired
sourcestring

エラーの発生源

errorsarray of string

エラーメッセージの配列

error_codestringrequired

エラーの短縮名

status_codeintegerrequired

HTTP ステータスコード

Example
{
  "errors": [
    "Profile not found"
  ],
  "error_code": "profile_not_found",
  "status_code": 404
}

内部サーバーエラー

Schema
errorsarray of objectrequired
sourcestring

エラーの発生源

errorsarray of string

エラーメッセージの配列

error_codestringrequired

エラーの短縮名

status_codeintegerrequired

HTTP ステータスコード