Notify Target
- Topics:
- APIs/SDKs
CREATED FOR:
- Experienced
- Developer
Completing this step ensures that all events that must be sent to Adobe Target are sent using the trackEvent
method.
Any event that needs to be tracked in Target can be a primary conversion event or a success metric.
Notify Target diagram
The step number in the following illustration corresponds to the section below.
4.1: Fire Adobe Target Track API
This step helps you ensure that all events that must be sent to Target are sent using the trackEvent
method.
See details
You send the order conversion attributes as mentioned in the Prerequisites section below. The name of the mbox does not matter, but the conversion is to use orderConfirmPage
.
You don’t need to include the order conversion attributes in this call. These calls ideally record success metrics that can be thought of as mini-conversion events before the main conversion events. CardIds
must be included in cart-based recommendations based on the Add to Cart
event.
Prerequisites
-
Meet with your business team to identify all events that can be considered as conversion or success metrics. You must also identify the conversion event that generates revenue so that those details can be sent to Target along with the event data.
-
Ensure that the following attributes are available in the data layer so that you can send them with the conversion event. The conversion event generates revenue, such as a product purchase or Add to Cart event.
productPurchaseId
: Product IDs that were purchased as part of the order. Separate multiple products using commas.orderTotal
: Order total for the purchase.orderId
: Order ID of the purchase.
The following illustration shows a rule for tags in Experience Platform that should be fired only on the Confirmation page.
-
If you are tracking an event for cart add, send
cartIds
as a parameter. A comma-separated list of product IDs can be passed forcardIds
.
Readings
Actions
- Use
adobe.target-trackEvent()
method to send all data that must be sent to Target.
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