Adobe Target Profiles API overview
Last update: December 7, 2023
- Topics:
- APIs/SDKs
CREATED FOR:
- Developer
Adobe Target creates and maintains a profile for every individual user. This profile is stored on the Target edge cluster and is updated in real time after every visit.
Structure of a Target profile
A Target profile consists of the following objects:
Object | Details |
---|---|
clientcode | The Target client code to which the profile is associated. |
visitorId | The identifier for the profile. This can be a tntid , thirdpartyid , or marketingcloudvisitorid . |
modifiedAt | The timestamp of when the profile was last updated. |
profileAttributes | List of all the profile attributes stored as key-value pairs on that the individual profile. |
Sample profile structure
{
"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"
}
}
}
Previous pageAdobe Target Admin API
Next pageFetch profiles
Target
- Adobe Target Developer Guide
- Getting started
- Before you implement
- Privacy and security
- Privacy overview
- Privacy and data protection regulations
- Target cookies
- Delete the Target cookie
- The impact of third-party cookie deprecation on Target (at.js)
- Google Chrome SameSite cookie policies
- Apple Intelligent Tracking Prevention (ITP) 2.x
- Content Security Policy (CSP) directives
- Allowlist Target edge nodes
- Methods to get data into Target
- Target security overview
- Supported browsers
- TLS (Transport Layer Security) encryption changes
- CNAME and Adobe Target
- Client-side implementation
- Overview: implement Target for client-side web
- Adobe Experience Platform Web SDK implementation overview
- at.js implementation
- at.js overview
- How at.js works
- How to deploy at.js
- On-device decisioning
- at.js functions
- at.js functions overview
- 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() and mboxUpdate() - at.js 1.x
- targetPageParams()
- targetPageParamsAll()
- registerExtension() - at.js 1.x
- sendNotifications() - at.js 2.1
- at.js custom events
- Debug at.js using the Adobe Experience Cloud Debugger
- Use cloud-based instances with Target
- at.js FAQs
- at.js version details
- Upgrading from at.js 1.x to at.js 2.x
- at.js cookies
- User-agent and client hints
- Understand the Global mbox
- Server Side implementation
- Server Side: implement Target overview
- Getting started with Target SDKs
- Sample apps
- Transition from Target legacy APIs to Adobe I/O
- Core principles
- Integration
- On-Device Decisioning
- Node.js SDK Reference
- Java SDK Reference
- .NET SDK Reference
- Python SDK Reference
- Hybrid implementation
- Recommendations implementation
- Mobile app implementation
- Email implementation
- API guides
- Implementation patterns