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

Charles_Thirupathi
Charles_Thirupathi
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
25

Posts

Posts
46

Discussions

Discussions
5

Questions

Questions
41

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by Charles_Thirupathi
Customize the badges you want to showcase on your profile
Places Monitor Extension Default Monitoring Mode For Android - Adobe Experience Platform SDKs 31-05-2021
Hi All, Can someone help me to find the Places Monitor Default Monitoring Mode for Android? For IOS Default Monitoring Mode is ACPPlacesMonitorModeSignificantChanges & totally we've two modes, for changing/setting the modes between ACPPlacesMonitorModeSignificantChanges & ACPPlacesMonitorModeContinuous we've Places Monitor API reference. Now I've have to set the Monitoring Mode for Android, I've referred Places Monitor API Reference document & few other documents as well but unable to find any i...

Views

255

Likes

0

Replies

1
Re: Read secure cookie and change experience - Adobe Target 24-05-2021
@aem-explorer If you're going to deliver Experience via Custom Code then inside custom code you can put condition to check cookie value and based on cookie value you can deliver the content. If you're going to Deliver Experience via VEC composer then pass the cookie value as MBOX parameter and then using that MBOX parameter you can able to create the New Audience.

Views

310

Like

1

Replies

0
Re: How to track any error on the purchase page for serve... - Adobe Analytics 23-05-2021
@Luca_Lattarini s.pageType variable is used to track 404 pages or error pages, during 404 or error page occurrences only we have to set s.pageType to errorPage. For tracking any other error's happening on site we have to implement using custom variables, for capturing error message either we can request application Dev team to pass error messages(whenever error occurs) on dataLayer or if there is an any unique identifier for error messages then we can grab the error message using that & then we ...

Views

234

Like

1

Replies

0
Re: Is it possible track different events in two pages th... - Adobe Experience Platform Data Collection 20-05-2021
@DMaya It's possible, if currently your defining event in Launch UI remove event from there and define it in custom editor section inside there put condition based on url(page) and then you can assign respective event based on the url (page).

Views

282

Likes

0

Replies

0
Re: Common Plugins Get Previous Value and New/Repeat Visi... - Adobe Analytics 10-05-2021
@KMahesj, can you able to join below link https://meet.google.com/ofq-nnfd-cbk . so that we can review the implementation & solve this.

Views

963

Likes

0

Replies

0
Re: Common Plugins Get Previous Value and New/Repeat Visi... - Adobe Analytics 10-05-2021
@KMahesh Are you defining s.pageName as well? before calling s.getPreviousValue(s.pageName,'gpv_pn'); ? because screenshot shows that you're capturing pageName in eVar4. If s.pageName is not defined then pass s.eVar4 as argument instead of passing s.pageName like s.getPreviousValue(s.eVar4,'gpv_pn');

Views

1.0K

Likes

0

Replies

0
Re: How can I overwrite the referrer with an empty string - Adobe Analytics 10-05-2021
@andreis65119307 If u set s.referrer = s.Util.getQueryParam("ref"); for the url b/?ref= final value of s.referrer will be empty (s.referrer = ' ');, Appmeasurement library will considered this as s.referrer is not defined and it will assign document.referrer as s.referrer value. For avoiding this you can assign the value of as s.referrer="Empty" or s.referrer="none"(string value to be assigned) if s.Util.getQueryParam("ref"); value is null/empty or ' '.

Views

1.2K

Like

1

Replies

0
Re: Common Plugins Get Previous Value and New/Repeat Visi... - Adobe Analytics 10-05-2021
@PratheepArunRaj Thanks for Adding me in.@KMaheshAdobe recommends using the individual plugin actions instead of initializing all plugins in single action due to the increase in weight(size) of the extension.Coming to queries1. s.getPreviousValue getting undefined & gpv_pn cookie not setting. If we call s.getPreviousValue() without passing arguments we will get undefined only, we have to pass the arguments like s.getPreviousValue(s.pageName,"gpv_Page") as per requirement.From the details (screen...

Views

1.0K

Like

1

Replies

7
Re: Customer Identification on Mobile App - Adobe Experience Platform Data Collection 09-05-2021
@Luca_Lattarini For resolving this kindly append the visitor ID on the destination url which is opening in browser using below method.//Code on Domain Avar destinationURL = "www.destination.com";//Call the ID servicevar visitor = Visitor.getInstance(...);//Append visitor IDs to the destination URLvar destinationURLWithVisitorIDs = visitor.appendVisitorIDsTo(destinationURL);//Result of appendVisitorIDsTo includes destination URL, Experience Cloud ID (MCMID), and Analytics ID (MCAID)"www.destinati...

Views

236

Like

1

Replies

0