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

pradeep_nextrow
pradeep_nextrow
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
17

Likes Received

Likes Received
40

Posts

Posts
63

Discussions

Discussions
3

Questions

Questions
60

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by pradeep_nextrow
Customize the badges you want to showcase on your profile
Separate RT-CDP UI from AEP Platform UI - Adobe Experience Platform 24-08-2021
Description - Currently the RT-CDP UI (Sources, Segments, Destinations) are embedded within the AEP UI (along with data catalog, query services etc). This creates a lot of confusing on the positioning of the platform. While RT-CDP is an Application Service (or Application), this is the only applciation which does not have a separate UI like CJA and AJO. So customers are getting this intutively. Also RT-CDP would be accessed by many agencies and digital advertsing teams inside a client organizati...

Views

141

Likes

2

Replies

1
Re: Extracting data from Adobe Analytics with a direct connection into Snowflake? - Adobe Analytics 24-08-2021
For sure the APIs are the answer to this and you can do this by deploying a cloud based application either hosted in a VM on cloud (EC2) or on serverless (Lambda). You can use the APIs to build the application from scratch but you can also use some wrappers to make the job easier. Here is a Python based wrapper which can help you get strated quicker - https://www.datanalyst.info/python/launch-api/launchpy-videos-tutorial/Also remember that there are two strategies to get data from AA to your dat...

Views

204

Like

1

Replies

1
Re: Inconsistent data across different date ranges (both Workspace and API) - Adobe Analytics 24-08-2021
When you introduce segments, then the data refreshes based on the reporting date range. I think that is what is happenning. Also I am hoping you are using the ootb "Month" dimension to breakdown the numbers and not any other custom dimension for the month. Refer here more details: https://experienceleague.adobe.com/docs/analytics/components/metrics/unique-visitors.html?lang=enAlso, when you say you made a metric out of the segment, you mean calculated metric or using the segment in the report? T...

Views

301

Likes

0

Replies

2
Re: Cookies use with Adobe Analytics - Adobe Analytics 24-08-2021
Hello @CM128 Adobe Analytics tracking will work even without cookies. It has a fall back mechanism and here is the order of operation for visitor identification : https://experienceleague.adobe.com/docs/id-service/using/reference/analytics-reference/analytics-order-of-operations.html?lang=enEven it is technically possible, please follow the guidance from @Brian_Johnson_ for a great customer experience and improved privacy options.Hope this is useful!

Views

409

Likes

0

Replies

0
Manage large volumes of segments using a folder taxonomy - Adobe Experience Platform 18-08-2021
Description - The segments UI in AEP (RT-CDP) currently does not have a folder structure to manage the segments. For large customers, having folders and RBAC for the folders are important from RT-CDP use cases perspecive.Why is this feature important to you - Large customers create 10s of 100s of segments and folder taxonomy makes it easier to group by campaigns, geo, teams etc.How would you like the feature to work - There should be a folder view for the segments (like Audience Manager) and sub...

Views

116

Likes

2

Replies

0
Re: updating customer ids in the app like we do for the web - Adobe Experience Platform 18-08-2021
If you are using advertising ids, then explicit consent is required in iOS (the dreaded pop-up). If you are doing an ID sync, your privacy terms should state that the login ids would be leveraged to combine data and use for personlization. Typically this would have not been called out in your previous version of the app, and this is critical for some geo-regions.

Views

330

Likes

0

Replies

1
Re: updating customer ids in the app like we do for the web - Adobe Experience Platform 18-08-2021
There is no way right now to do this part without pushing code changes in the app. Also if you are doing this, make sure this is factored in your privacy notice to customers and notify your business teams so that the privacy check boxes are ticked off!

Views

338

Likes

0

Replies

3
Re: Using GTM dataLayer with AEP - Adobe Experience Platform 18-08-2021
@pk111111 @ivanlorenzo I am facing a similar situation in a project. Sorry to hear that the project fell through, but anyway I will register my answer for future references. The thought process of using 2 Tag management systems (TMS) here is not recommended. The TMS was invented to solve the probelm of multiple tags. So having multiple TMS when dealing with multiple tags renders it meaningless and you will encounter performance issues for sure. The idea is to use the all the tools inside one TMS...

Views

1.0K

Likes

0

Replies

0
Re: updating customer ids in the app like we do for the web - Adobe Experience Platform 18-08-2021
Hi, @sspatra25 - yes, this is very much possible in mobile apps. Assuming you are using the recent version of the AEP Mobile SDK here and not the 4.x SDKs (as the methods would be different for each of those). This method is the "syncIdentifier" and it needs to be set on the screen/on login. Refer here - https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/identity/identity-api-reference#syncidentifier.This updates the profile info with customer ids (sync'd) with ECID. There is not...

Views

346

Likes

0

Replies

5
Re: Direct Integration of ECID - Adobe Experience Platform 18-08-2021
Hi @RajaShankar, I think it will not work here as this method will only give a new MID or ECID. The direct integration use cases are only for devices or scenarios where the library is not present and you want to generate a (new) ECID id. The ECID is a mathematical hash of your UUID (3rd party cookie) and your org id, but the UUID is generated when the first call goes to dpm.demdex (happens server-side) and I think this is not exposed in the calls as a parameter. Alternatively, for cross domain t...

Views

256

Like

1

Replies

0