Adobe Target Profiles API の概要
最終更新日: 2024年7月22日
- トピック:
- APIs/SDKs
作成対象:
- 開発者
Adobe Target は、個々のユーザーごとにプロファイルを作成および管理します。 このプロファイルは Target エッジクラスターに保存され、訪問のたびにリアルタイムで更新されます。
Target プロファイルの構造
Target プロファイルは、次のオブジェクトで構成されます。
オブジェクト | 詳細 |
---|---|
clientcode | プロファイルが関連付けられている Target クライアントコード。 |
visitorId | プロファイルの識別子。 tntid 、thirdpartyid または marketingcloudvisitorid を指定できます。 |
modifiedAt | プロファイルが最後に更新されたときのタイムスタンプ。 |
profileAttributes | 個々のプロファイルにキーと値のペアとして保存されているすべてのプロファイル属性のリスト。 |
サンプルプロファイル構造
{
"client": "<your-tenant-name>",
"visitorId": "a1-mbox3rdPartyId",
"modifiedAt": "2017-08-18T17:53:39.003-04:00",
"profileAttributes": {
"insurance": {
"value": "false",
"modifiedAt": "2017-07-31T20:34:55.625-04:00"
},
"country": {
"value": "france",
"modifiedAt": "2017-07-31T14:26:30.879-04:00"
},
"checking": {
"value": "true",
"modifiedAt": "2017-07-31T20:34:55.625-04:00"
},
"user.memberlevel": {
"value": "0.0",
"modifiedAt": "2017-08-09T18:18:04.661-04:00"
},
"param1": {
"value": "value1",
"modifiedAt": "2017-08-09T18:18:04.659-04:00"
},
"param2": {
"value": "value2",
"modifiedAt": "2017-08-09T18:18:04.659-04:00"
},
"firstSessionStart": {
"value": "1500648715286",
"modifiedAt": "2017-07-21T10:51:55.286-04:00"
},
"entity.name": {
"value": "my-entityName",
"modifiedAt": "2017-08-09T18:18:04.659-04:00"
},
"entity.id": {
"value": "my-entityId",
"modifiedAt": "2017-08-09T18:18:04.659-04:00"
}
}
}
Target
- Adobe Target開発者ガイド
- 入門
- クライアントサイド実装
- 概要:Target をクライアント側 web に実装する
- Adobe Experience Platform Web SDK 実装の概要
- at.js の実装
- at.js の概要
- at.js の仕組み
- at.js のデプロイ方法
- オンデバイス判定
- at.js 関数
- at.js 関数の概要
- adobe.target.getOffer()
- adobe.target.getOffers() - at.js 2.x
- adobe.target.applyOffer()
- adobe.target.applyOffers() - at.js 2.x
- adobe.target.triggerView() - at.js 2.x
- adobe.target.trackEvent()
- mboxCreate() - at.js 1.x
- targetGlobalSettings()
- mboxDefine() と mboxUpdate() - at.js 1.x
- targetPageParams()
- targetPageParamsAll()
- registerExtension() - at.js 1.x
- sendNotifications() - at.js 2.1
- at.js カスタムイベント
- Adobe Experience Cloud デバッガーを使用した at.js のデバッグ
- Target でのクラウドベースのインスタンスの使用
- at.js の FAQ
- at.js のバージョンの詳細
- at.js 1.x から at.js 2.x へのアップグレード
- at.js の cookie
- User-agent と client hints
- グローバル mbox について
- サーバーサイド実装
- ハイブリッド実装
- Recommendations実装
- モバイルアプリの実装
- メール実装
- の API ガイド
- 実装パターン