adjust-icon

Forget deviceのエンドポイント

Adjustのforget deviceエンドポイントを使用してAdjustからデバイス情報の履歴を削除することにより、同一のデバイスで複数のインストールをテストすることができます。

エンドポイント
POST https://api.adjust.com/device_service/api/v1/forget_device

デバイスデータを削除する

Adjustからデバイス情報を削除します。

cURL
$ curl \
--header "Authorization: Token token=ask43jskdp2tg2hg87" \
--location --request POST "https://api.adjust.com/device_service/api/v1/forget_device" \
--data "adid=acf8534f2f052395e617a38730682ccc&app_token=gwzpeepw8uf8"
成功レスポンス
200: Forgot device

レスポンスコード