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

Gokul_Agiwal
Gokul_Agiwal
Online

Badges

Badges
38

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
109

Posts

Posts
242

Discussions

Discussions
31

Questions

Questions
211

Ideas

Ideas
8

Blog Posts

Blog Posts
1
Top badges earned by Gokul_Agiwal
Customize the badges you want to showcase on your profile
Re: How to use two plugins in single rule (or) single data element from Adobe Launch (Data Collection) - Adobe Experience Platform Data Collection 13-04-2022
Hi @Vijayakumar_Raju_CBE For this scenario - I would suggest to use custom code approach in the actions part of the rule and with using the Analytics extensions set variable action type that allows you to set additional variables on the tracker. In custom code you can use doPlugins function which contains both getQueryParam and getValOnce plugins like below. s.usePlugins = true; s.doPlugins = function () { /* Desired code */ s.campaign = getQueryParam("cmp") s.campaign = getValOnce(s.campaign,"c...

Views

282

Like

1

Replies

5
Re: Are the Adobe Analytics extension release notes of version 1.9.0 missing? - Adobe Experience Platform Data Collection 01-04-2022
Hi @intel_nl The page has been updated with Adobe Analytics Extension 1.9.0 please check on below linkhttps://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/analytics/release-notes.html?lang=en

Views

100

Likes

0

Replies

0
Re: How can I test API without changing the actual data. - Adobe Experience Platform 24-03-2022
Agree with @dwright Sandbox too help to play with AEP API. 

Views

229

Likes

0

Replies

0
Re: How can I test API without changing the actual data. - Adobe Experience Platform 24-03-2022
Hi @deepakkv In this case I think you can able to test / play with the sample postman collection which has all the AEP API with PUT, PATCH request. For reference - Experience Platform Postman samples GitHub repository.

Views

249

Likes

0

Replies

2
Re: iterating over an array while creating profile scripts - Adobe Target 23-03-2022
Glad that it's working now, Thanks you. 

Views

297

Likes

0

Replies

0
Re: iterating over an array while creating profile scripts - Adobe Target 23-03-2022
Hi @sonalipai As you said it's working fine in bowser console however not in profile script, Is it possible you to put your code here in dummy form so we can troubleshoot

Views

302

Likes

0

Replies

2
Re: A/B test - Redirect to URL showing landing page first... - Adobe Target 16-03-2022
Hi @Amelia_Waliany Apologies not replying on this thread before - we had implemented the solution through custom script only.

Views

184

Likes

0

Replies

0
Re: Are the Adobe Analytics extension release notes of version 1.9.0 missing? - Adobe Experience Platform Data Collection 15-03-2022
Hi @intel_nl With my past experience - though extension upgrades come through but sometimes it takes time to update in documentation release notes parts however you can check AppMeasurement release notes. As I can see the AA extension ver 1.9.0 comes with AppMeasurment version 2.22.4 Release Date: January 18, 2022 which tells what changes comes through. Hope this helps.

Views

258

Likes

2

Replies

0
Re: NGINX Forbidden error while redirecting to external site - Adobe Experience Platform Data Collection 10-03-2022
Hi @vaishali_valavade Enable ClickMap is plugin mainly for IE and Firefox browser and module for report and analytics. Ultimately it does the same job like ActivityMap. When any clickable element is clicked data will be stored in a cookie named s_sq. Now I'm not sure which debugger you downloaded for however you can also download the activity map extension for browser and check if that works correctly for you so that you can identified the issues.If that not works then I would suggest to remove ...

Views

218

Like

1

Replies

0
Re: CORS error when using Set Consent via Web SDK - Adobe Experience Platform Data Collection 09-03-2022
Hi @VAgarwal26_eClerx This looks like issues about content security policy. A Content Security Policy (CSP) is an HTTP header and security feature that gives browsers control over what type of resources are loaded on a Web page.In your case, you need to add .demdex.net domain and other domains or URLs to your CSP header to functioning. if you're not able to do then you need ask your development team and they can able to do it for you. Here is more reference about what CSP is and how it works.Con...

Views

180

Likes

0

Replies

0