Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

dwright
dwright
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
46

Posts

Posts
117

Discussions

Discussions
32

Questions

Questions
85

Ideas

Ideas
6

Blog Posts

Blog Posts
1
Top badges earned by dwright
Customize the badges you want to showcase on your profile
Re: Adobe Target Display call only firing on first page view with Adobe Web SDK - Adobe Experience Platform 04-02-2022
Hi @kristinae599482 ,So the main thing is you need to "remember" that they have been to the page the first time they go there. Using a profile script (or profile parameter) is Target's main way of "remembering" something happened. You could use a data element in tags/Launch to do this, but you would need to persist it using the "Storage Duration" setting of the data element to something like "visitor" so it is persisted across multiple pages. My recommendation is to use a profile script in Targe...

Views

271

Likes

3

Replies

0
Re: XDM Field Groups for "Media Interaction Details" not consistent in documentaiton - Adobe Experience Platform 26-01-2022
@pradeep_nextrow , I see your point about the fields in the docs not aligning with the fields in the media object. Here is my advice:If this is just a docs question, a good way to report it is to use the "Log an issue" icon in the right sidebar of the page to open a github issue which will go right to the docs team.If data is not landing in your account as per the docs, please open a support ticket so customer care and triage this with engineering and fix it.That being said, I notified a few peo...

Views

249

Likes

0

Replies

0
Re: OOTB XDM variables are not working as conditions in Processing Rules - Adobe Experience Platform Data Collection 26-01-2022
@pradeep_nextrow , what I heard is that the implementationDetails.version is automated mapped to Code Version. I've asked for that to be added to our documentation of the auto-mapped variables. Also, the auto-mapped variables (with the exception of ECID and product details) are not available in processing rules to manage payload sizes. If you feel like implementationDetails.version (or any of these other auto-mapped variables) should be available in processing rules, please be sure to put that i...

Views

572

Likes

0

Replies

0
Re: Retrieving Target offers via alloy.js - Adobe Experience Platform 12-01-2022
Hi Team, I had a quick question passing the mbox parameters while calling getOffers() earlier with alloy('sendEvent'{}) now, could you please take a look and suggest me if this correct or any changes. Thanks in advance. adobe.target.getOffers({ request: { "prefetch": { "mboxes": [ { index: 0, name: "hero-container" "parameters": { "ad": "1" }, "profileParameters": { "age": 23 } }, { index: 1, name: "home-page-left-rail" "parameters": { "ad": "1" }, "profileParameters": { "age": 23 } } ] } } }); ...

Views

279

Likes

0

Replies

0
Re: XDM Individual Profile data through AEP Web SDK - Adobe Experience Platform Data Collection 08-12-2021
If both schemas and datasets are enabled for profile, an identity graph should be constructed for that visitor stitching the ECID (web id) and email address (since they both have email address as an identity), and the data for that user in both systems can merge in Real-time Customer Profile. (There is an exercise which demonstrates this in this tutorial: https://experienceleague.adobe.com/docs/platform-learn/getting-started-for-data-architects-and-data-engineers/overview.html?lang=en)Just be ca...

Views

307

Like

1

Replies

0
Re: AEP - Real time activation - Adobe Experience Platform Data Collection 08-12-2021
In what channel and system are you using to display the personalized message or offer? For example, do you want to display the message on a website with Adobe Target? If so, the segment you create in the Platform segment builder UI will automatically synch with the Target UI and the audience qualification will automatically be sent to the Target profile. If you have not used this integration before, you might need to open a client care ticket to provision this integration between Platform and Ta...

Views

219

Likes

0

Replies

0
Re: XDM Modeling best practices - Adobe Experience Platform 06-12-2021
@bitunsen , in general, Platform schemas are highly denormalized. There are some limitations with the use of lookups aka schema relationships aka dimension entities which relate to your Option 1. These are documented here: https://experienceleague.adobe.com/docs/experience-platform/profile/guardrails.html Would your custom classes be populated with data from multiple sources? One approach that some people take is to create a separate schema for each data source. You might be interested in this c...

Views

181

Likes

0

Replies

0
Re: How to access Adobe Tags in the iOS and Android SDK - Adobe Experience Platform SDKs 30-11-2021
Thanks everyone for their very helpful replies - and @dwright that was just what we were looking for!

Views

273

Likes

0

Replies

0
Re: How do i save - I am having Issues with saving plugin codes in Launch Adobe Analytics Extension Edit Code screen? - Adobe Experience Platform Data Collection 23-11-2021
thx for the information will test later this week as your and my workaround currently works fine.

Views

407

Likes

0

Replies

0