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
Re: Standard Bot/IP filters in AEP data collection and Web SDK - Adobe Experience Platform Data Collection 14-12-2021
@yuhuisg Thanks! I am still hunting for the AEP side of the story and still not got any solution! Will keep this thread posted if I do get any!

Views

156

Likes

0

Replies

0
Re: Unintended extra pageviews using WebSDK - Adobe Experience Platform Data Collection 06-12-2021
@jgrubbs Thanks a lot! Insightful!

Views

476

Like

1

Replies

3
Re: XDM Modeling best practices - Adobe Experience Platform 06-12-2021
@bitunsen There is no clear recommendation in a documentation by Adobe on the Field Groups (mixins) to use when modelling schemas. However in the Comprehensive Tech Tutorial training material, it is called out to use ootb field groups whenever possible. These field groups will also enable you to exploit some ootb automations that Adobe is planning in the future (ex: Industry specific CJA dashboards etc). That said, there would not be any major show stoppers in using custom fields/groups when the...

Views

191

Likes

0

Replies

0
Standard Bot/IP filters in AEP data collection and Web SDK - Adobe Experience Platform Data Collection 06-12-2021
Experts, we are trying to migrate from AA (AppMeasurement) to Web SDK. We wanted to make sure the bot/IP filtering could be applied for AEP data collection and have 2 questions here:We do not get unwanted (bot) data in AEP data sets. So is there way to filter out bots (at the edge/data collection level)For AA, when the hits are sent by Web SDK and edge will it go through the existing bot filtering rules as usual?Thanks!

Views

185

Likes

0

Replies

2
Re: XDM Individual Profile data through AEP Web SDK - Adobe Experience Platform Data Collection 06-12-2021
@bitunsen Hello Bitun, you can now go around this by specifying a dataset id value in the send event call. This will override the data set and will help you to ingest profile data from the website directly. Once this is in, and if identities are defined right, the data will be stitched as well.

Views

321

Likes

2

Replies

1
Re: AEP - Real time activation - Adobe Experience Platform Data Collection 06-12-2021
@kunal23 You can add the "segment membership" details filed group (mixin) to your web event schema and just use profile lookup API to read the segment qualifications for the user, which is a much more simple way than using other APIs. Refer here for a practical example - https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/module3/ex3.html?lang=en

Views

226

Likes

0

Replies

0
Re: hashing field name for real-time ingestion - Adobe Experience Platform Data Collection 06-12-2021
@sandip_surse - You can do it if you ingesting/streaming non-xdm data and using a mapper (when you are setting up the source connection). Even if you are using XDM, make sure you select "non-xdm" in the first step, which will bring you the mapper. While in the mapper, you can add a calculated field and hash it. Below is a screenshot of the same.

Views

151

Like

1

Replies

1
Re: Unintended extra pageviews using WebSDK - Adobe Experience Platform Data Collection 06-12-2021
@jgrubbs I faced a similar issue. AA was counting a page view even when I had not set "web.webPageDetails.pageViews.value" as '1'. I think this is because AA fires a page view event if pageName is present. I am going to try and remove the page name value in those "phantom" calls and give it a try. Let me know if you could get rid of that in the Target call and whether it makes a difference.

Views

483

Like

1

Replies

5
Re: API Document - Adobe Analytics 25-08-2021
Hi @Lazytech can you elaborate more? Is it only Adobe Analytics that you are planning to integrate? What problems are you trying to solve. I am able to see that BRIAPI is a bridge b/w applications and BRI services. If you are looking to tag your entire API platform, then you can use Adobe APIs to do these. Refer here for more details - https://console.adobe.io/

Views

151

Likes

0

Replies

0
Re: Inconsistent data across different date ranges (both Workspace and API) - Adobe Analytics 25-08-2021
I am almost sure that this is caused by segments. Segments first slice and dice the data with the conditions and based on what you have selected (date range) the computations for visit/visitor/PVs are done. Ex: If you have a hit level segment with pageName = "home", then the data cube only with qualifying hits are taken. Then on this, visits, visitors, etc. are calculated. Best is based on what insight you are looking for, find another method and try the same. Lets discuss on the outcomes to arr...

Views

289

Likes

0

Replies

0