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 Experience Platform Debugger not displaying Analytics events - Adobe Experience Platform 13-07-2022
That's odd. Works for me on the "Create post" page. What happens with the FireFox add on? https://addons.mozilla.org/en-US/firefox/addon/adobe-experience-platform-dbg/

Views

94

Likes

0

Replies

0
Re: Data export from AEP Dataset - Adobe Experience Platform 20-05-2022
Do you have RTCDP and access to set up a destination? Try an SFTP destination:https://experienceleague.adobe.com/docs/platform-learn/tutorials/destinations/configuring-file-based-cloud-storage-or-email-marketing-destinations.html?lang=enhttps://experienceleague.adobe.com/docs/experience-platform/destinations/catalog/cloud-storage/sftp.html

Views

204

Likes

0

Replies

1
Re: error loading sources in AEP sandbox - Adobe Experience Platform 20-05-2022
From the screenshots, it looks like you selected the "Experience Platform Launch" source. That link actually takes you to a separate interface (now called "Data Collection" instead of Launch) and you would need access to that interface. Do you have access to the Adobe Admin Console (https://adminconsole.adobe.com/) to manage your own permissions? If not, you need a system admin at your company to give you access to the features you want to use. For most Sources you need the Data Ingestion -> Man...

Views

118

Likes

2

Replies

1
Re: Tutorial Discussion: Implement Adobe Experience Cloud with Web SDK tutorial - Adobe Experience Platform Data Collection 30-03-2022
1. Yes, Event Forwarding went live a year ago i think. (Original name was Launch Server Side)2. Event Forwarding supports 3rd party intergrations via the Adobe Cloud Connector extension. Additionally, 3rd parties can build their own extensions for event forwarding to streamline the workflow. Facebook, for example, has built an extension and you can easily add it from the extension catalog.3. A4T is irrelevant to event forwarding because event forwarding is not used to send data to Analytics or T...

Views

13.6K

Likes

2

Replies

1
Re: How can I test API without changing the actual data. - Adobe Experience Platform 24-03-2022
+1 to what @Gokul_Agiwal said. Plus you can create a sandbox and play with the data in there and delete the sandbox when you are done. If you need some sample schemas and data to play with, these resources might be helpful:https://experienceleague.adobe.com/docs/platform-learn/getting-started-for-data-architects-and-data-engineers/overview.htmlhttps://experienceleague.adobe.com/docs/platform-learn/tutorials/import-sample-data.html?lang=en

Views

231

Likes

2

Replies

1
Re: Tutorial Discussion: Implement Adobe Experience Cloud in mobile apps - Adobe Experience Platform Data Collection 22-03-2022
Hi,1. In addition to setting customer ids, I believe the Identity extension is also required for ECID management.2. Yes, from what i understand most customers find the lifecycle metrics pretty fundamental to understanding how customers are use their mobile apps, so in that sense it is very good to have.3. The consent extension is often used in conjunction with third-party Consent Management Platforms (CMPs) to support regulations like GDPR. If your mobile app doesn't have any requirements to sup...

Views

10.6K

Likes

0

Replies

1
Tutorial Discussion: Implement Adobe Experience Cloud with Web SDK tutorial - Adobe Experience Platform Data Collection 18-03-2022
Use this thread to ask any questions related to the Implement Adobe Experience Cloud with Web SDK tutorial tutorial on Experience League. Experts are monitoring this thread to ensure your questions are answered.

Views

14.6K

Likes

2

Replies

5
Re: Tutorial Discussion: Implement Adobe Experience Cloud in mobile apps - Adobe Experience Platform Data Collection 18-03-2022
Hi @kag1516 , We hope to provide more Android content in the future. I think what you are looking for can be found in the Mobile SDK documentation:https://aep-sdks.gitbook.io/docs/getting-started/initialize-the-sdk Map reviewXdmData = new HashMap<>(); reviewXdmData.put("productSku", "demo123"); reviewXdmData.put("rating", 5); reviewXdmData.put("reviewText", "I love this demo!"); reviewXdmData.put("reviewerId", "Anonymous user"); Map xdmData = new HashMap<>(); xdmData.put("eventType", "MyFirstXDM...

Views

10.9K

Likes

0

Replies

3
Re: Are there performance implications for using Library Loaded? - Adobe Experience Platform Data Collection 11-03-2022
I'm not aware of any. Library Loaded rules are just triggered when the tags/Launch library is loaded into the browser, so these should be the first rules that fire out of tags/Launch. I'm not 100% sure if all of the actions are guaranteed to complete though before a window loaded rule fires, though. I would think they would be. I've never had to deal with that scenario, though. You might need to enable Rule component sequencing. That feature was added to give users more control of sequencing of ...

Views

180

Likes

0

Replies

1
Re: Data flow from AEP Web SDK to Real Time CDP profile - Adobe Experience Platform 11-03-2022
I'm not sure what you mean by "I randomly see many eVar values missing under profile of a user [email address as identity] in RTCDP". Why would you expect to see eVar values in the Real-time Customer Profile? Does your schema include one of the "Adobe Analytics ExperienceEvent" field groups or so you have xdm fields named "eVar#" being sent to Platform? Also, how are you looking for them? Are you opening the profile in Platform UI > Profiles > [Opened Profile] > Events? As @jayakrishnaaparthasar...

Views

236

Likes

0

Replies

0