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

Khushboo_Kalia
Khushboo_Kalia
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
20

Posts

Posts
29

Discussions

Discussions
24

Questions

Questions
11

Ideas

Ideas
6

Blog Posts

Blog Posts
1
Top badges earned by Khushboo_Kalia
Customize the badges you want to showcase on your profile
Re: New Experience League Community game features and FAQs - Adobe Experience Cloud 17-08-2022
This is awesome!  Didn't know it was available until now.

Views

96

Likes

0
Re: Can we pass multiple values as mbox parameter? - Adobe Target 10-03-2022
You can map such a validation via a ProfileScript. There you can create more complex queries and finally return true or false. Maybe this will help you.I myself would not need a list on either side. At least, I can't think of any current case - and if so, only with some special exceptions, where a list on the left and right would not be sufficient. Best regards

Views

218

Like

1

Replies

0
Re: Target page params as array - Adobe Target 02-03-2022
@jgrubbs The similar approach actually worked for me, but I need it as a list to create an exclusion in recommendation -Will it work for my use case? I have posted it separately over here -https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-we-pass-multiple-values-as-mbox-parameter/td-p/442704Any help would be appreciated, thanks!

Views

196

Likes

0

Replies

0
Re: adobe.target.trackEvent() failing while getOffer() is working - Adobe Target 18-01-2022
Hi @Khushboo_Kalia Sometimes Adobe experience cloud debugger (old) browser extension make an issues with so just try disabling and see if that works for you.

Views

335

Like

1

Replies

0
Re: Experience Fragments in Target - Configuration to exclude Clientlibs from being loaded twice - Adobe Target 04-01-2022
@targetDev404 As of now, there is no provision in Adobe Target interface that can exclude libraries from the exported XF (experience fragment). The whole purpose behind this uneditable HTML is itself meant to not be changed in AT. Thus, you need to remove the clientlib libraries before publishing the XF in AEM.Although, if it has been about any other style or UI update, you could have the option to create a separate custom code in AT w.r.t the XF HTML elements in order to change them.Hope this h...

Views

167

Likes

3

Replies

0
Re: Adobe Target Activity Audience Accessibility - Adobe Target 20-10-2021
This would be a very useful feature - I've just encountered the issue described above, where I need to rebuild a set of complex geo-targeting audiences as they were originally built as 'Activity-only'.

Views

103

Likes

0

Replies

0
Re: Cross-Origin Request Blocked - Adobe Target 19-10-2021
HiThe answer should be focus on CORs policy updateBest practice will be white list all the domain the application/web is using (its good for content security) https://developer.mozilla.org/en-US/docs/Web/HTTP/CORSAccess-Control-Allow-Origin: https://foo.example

Views

631

Likes

0

Replies

0
Re: Adobe Target: Response Token and Debugging approach, by Jayakrishnaa Parthasarathy - Adobe Target 19-10-2021
Great read, thank you for sharing this!

Views

313

Likes

0

Replies

0
Re: The reason Why you see warning 'Adobe Target Content delivery is disabled' - Adobe Target 14-10-2021
@mannbarry2 Yes, that's exactly we have to do in order to cope with the given error. I'm glad it worked.

Views

830

Likes

0

Replies

0
Re: at.js 2.0.0 Cross domain tracking is not supported- alternate option - Adobe Target 17-08-2021
To identify user across cross-domains in at.js 2.x, probably, you can try the below approach.You can try passing the ECID as a query parameter in the URL. Let's consider the scenario as A as your site1.com and B as your site2.comFirst, fetch the ECID on AThen, update the navigation link/href (which redirects to B) on A by including the ECID mentioned in point1.At last, get the ECID from URL on B and overwrite the one available on this page. Thanks!

Views

241

Likes

0

Replies

0