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

garrettchung
garrettchung
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
19

Likes Received

Likes Received
21

Posts

Posts
38

Discussions

Discussions
3

Questions

Questions
35

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by garrettchung
Customize the badges you want to showcase on your profile
Re: Add events to the XDM - Adobe Experience Platform 31-05-2022
It will depend if the data collection is for AEP or Adobe Analytics. For AEP as compared with Adobe Analytics, where events would be assigned based on event1,event2,etcYou would have to create a schema to capture the event as a string value or a measure data type where the value is 1 or 0.A good starting point is to review the out of the box Field Groups otherwise you can always create your Schemas from scratch.

Views

110

Likes

0

Replies

0
Re: Can we bring Hashed Email address to original form in AEP data prep - Adobe Experience Platform 23-05-2022
No, you cannot decrypt using data prep. Depending on the algorithm used, it would be a one-way hash. The data prep has functions to encrypt or hash the raw values into hashed values.

Views

161

Likes

0

Replies

0
Re: People Core Services/Audience Library - Real Time Audiences , How Long is "Profile" Valid For - Adobe Experience Platform 23-05-2022
The default will be 120 days. The user will qualify for 120 days unless they re-qualify where the expiry is extended.

Views

108

Like

1

Replies

0
Re: reading UUID in a webSDK implementation - Adobe Experience Platform 29-03-2022
Hi @Karthikeyan_Tamilmani , what is the use case for collecting the UUID?

Views

211

Likes

0

Replies

1
Re: Streaming data ingestion: HTTP API Streaming Connector vs. streaming ingestion with AEP Web SDK? - Adobe Experience Platform Data Collection 15-03-2022
The two can be considered the same for Streaming Segments. However, with the AEP SDKs, the data flow is via the AEP Edge network. This means you should use the AEP SDKs if you have the following use-cases:Edge SegmentationEvent Forwarding

Views

164

Likes

0

Replies

0
Re: ECID on Individual profile - Adobe Experience Platform 14-03-2022
Individual profile schema: No, normally you would not need to collect the ECID as a record as a person could have multiple ECID over time. Experience Event schema: No, When you enable Profile for an event schema without a primary identity, then the system will remind you to send the identities such as ECID in Identity Map. I going to assume that you will be using one of AEP SDKs: Web SDK or Mobile SDK, therefore the ECID is collected automatically as part of the Identity Map of that event.

Views

172

Like

1

Replies

0
Re: Delete signals which are not required - Adobe Audience Manager 14-03-2022
Signals that were already sent to AAM cannot be deleted. However, you can prevent Analytics data collection hits to be forwarded to AAM (and hence excluded from usage) by using the contextData attribute: s.contextData['cm.ssf']='1' More info on how to implement here: https://experienceleaguecommunities.adobe.com/t5/adobe-audience-manager-blogs/take-control-of-server-side-forwarding-using-the-cm-ssf-context/ba-p/361056

Views

207

Likes

0

Replies

0
Re: Adobe Analytics through Web SDK: Phase wise migration across Sub-domains - Adobe Experience Platform 07-03-2022
Make sure to enable “Migrate ECID from VisitorAPI to Alloy to prevent visitor cliffing” as part of your Web SDK (alloy.js) configuration. This will check the AMCV cookies from ECID service before requesting new ECIDs. That being said, please do you own testing.

Views

393

Like

1

Replies

1
Re: Client Services DataLayer Extension - Adobe Experience Platform 07-03-2022
No matter what data layer is used, the source of the data should be from the website (application layer). If you are referring to the Adobe Client Data Layer, the extension can load the library however, the website will still need to populate the values in it.

Views

382

Likes

2

Replies

0
Ability to edit Segments regardless of creation source UI/API - Adobe Experience Platform 24-02-2022
Segments created in the UI and API cannot be edited other than the original source. Facilitate management of Segments, bulk creation and allow adjustments in the UI.

Views

185

Like

1

Replies

2