Benefits of method
Data gets sent to Target in real time, and can be used on the same server call the data on which it comes in.
Caveats
-
Requires page code update (directly or via a tag management system).
-
If the data must be used for targeting on a subsequent page/server call, it must be translated to a profile script.
-
Query strings can contain only characters as per the Internet Engineering Task Force (IETF) standard .
In addition to those characters mentioned on the IETF site, Target allows the following characters in query strings:
< > # % " { } | \ ^ [ ] `
Everything else must be url-encoded. The standard specifies the following format ( https://www.ietf.org/rfc/rfc1738.txt ), as illustrated below:
Or, the full list for simplicity:
Code examples
targetPageParamsAll (appends the parameters to all mbox calls on the page):
function targetPageParamsAll() { return "param1=value1¶m2=value2&p3=hello%20world";
targetPageParams (appends the parameters to the global mbox on the page):
function targetPageParams() { return "param1=value1¶m2=value2&p3=hello%20world";
Links to relevant information
Recommendations: Implementation According to Page Type
Order confirmation: Track Conversions
Category affinity: Category Affinity
Personalization & Experiementation Excellence with Recommendations and AI
Adobe Customer Success Webinars
Tuesday, Mar 4, 4:00 PM UTC
Adobe Target innovations, including GenAI, and best practices on AI-powered personalization and experimentation at scale.
RegisterAdobe Target at Summit
Register for these developer sessions:
- Put the Customer at the Center and Build Relationships That Last a Lifetime (attend online)
- Personalization at Scale, with Accuracy: Flexible Identity Graph Management (hands-on lab)
- Had Me at First Click: Activate Your Audience with AI Content Discovery
- B2B Transformation Series: "No Limits" Digital Marketing at GE HealthCare
- 3 Pillars of Purpose-driven Experiences: Trust, Data, and GenAI
Connect with Experience League at Summit!
Get front-row access to top sessions, hands-on activities, and networking—wherever you are!
Learn more