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: iterating over an array while creating profile scripts - Adobe Target 25-03-2022
@Ryan_Roberts_:That was my initial solution. But unfortunately, there is no good documentation around page.param.How should page.param be used if there are multiple same name params in the query string. I was assuming that page.param would return an array, but i think it returns a string. Thanks

Views

251

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: Two Direct calls triggering at the same time causing the same variables & Event getting passed in both the s.tl calls - Adobe Experience Platform Data Collection 22-03-2022
ok this is an interesting case and one that cannot be fully answered I think by ordering the rule as the issue lies in Adobe Analytics code execution. If I understand well you want to send an event when the form is loaded followed by an event when the form is visible. This can happen really quickly and might not give enough time for analytics to be sent. In results in the analytics object to be updated with new configuration. One of the solution might be to use the override functionality https:/...

Views

150

Likes

0

Replies

0
Re: What is the best practice with regard to properties and companies? - Adobe Experience Platform Data Collection 21-03-2022
There is multiple approach you can take but the main thing to keep in mind is that it needs to be maintainable. The more web properties aka containers you have, then the more release you will need to do each time a new extension or a new functionality needs to be deployed, This might become a nightmare to maintain. You should not think about it in terms of domains as in most big companies, different brand domains are ultimately served by the same platform. In this case a platform is the project/...

Views

96

Likes

2

Replies

0
Re: Pass multiple account / pixel ID to Facebook launch e... - Adobe Experience Platform Data Collection 16-03-2022
@madhussu Here is the documentation for integration of Facebook Pixel extension in Adobe Launch https://experienceleague.adobe.com/docs/experience-platform/destinations/catalog/advertising/facebook-pixel.html?lang=en Hope this helps

Views

352

Likes

0

Replies

0
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

185

Likes

0

Replies

0
Re: AB Testing - Split traffic by 50/50 - Adobe Target 11-03-2022
Exactly the allocation is generated - therefore no exact 50:50 number is possible in the evaluation. But the direction should already be correct, that it is approximately in this range users of the corresponding variant are allocated.

Views

165

Likes

3

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

219

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

181

Likes

0

Replies

0
Re: Adobe Target Integration with Non-Adobe Applications/Websites - Adobe Target 09-03-2022
Hi @Anoop_Garg Yes we can integrate Adobe Target with application developed in React.js You can use this documentation which shows how to implement target on client side and for Single Page Application with ReactJS example. Also you must understand the at.js implementation and how at.js works. Hope this helps.

Views

209

Likes

3

Replies

0