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

jezwn
jezwn
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
26

Posts

Posts
102

Discussions

Discussions
15

Questions

Questions
87

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by jezwn
Customize the badges you want to showcase on your profile
Target page params as array - Adobe Target 09-12-2021
I have this targetPageParamsAll() in the AEM page which would return the user groups as an array.targetPageParamsAll = function() { var userGroups = "everyone,test1,test2,beta1"; var userGroups = userGroups.split(","); return { "userGroups": userGroups } }; Attaching a screenshot on the available mbox parameter w.r.t userGroups below, My requirement is to check whether the user belongs to a certain group and return that group name from the script. With the above highlighted, would I need to chec...

Views

347

Likes

2

Replies

2
Re: AEM asset metadata delete. - Adobe Experience Manager 06-12-2021
@Siva_Sogalapalli ACS Commons asset importer can't be used to update metadata as the purpose of the tool is to import assets. Feel free to correct me if I'm wrong. And also I needed to have this done for existing assets in DAM.

Views

379

Like

1

Replies

0
Re: AEM asset metadata delete. - Adobe Experience Manager 06-12-2021
Thanks @lukasz-m Another solution I tried was creating a package of all the metadata nodes under a path, and then update the xml by emptying the dc:description(done using VS Code searching all occurances under the folder), repackaging and installing it.

Views

380

Like

1

Replies

0
Re: AEM asset metadata delete. - Adobe Experience Manager 06-12-2021
Could you provide an example on how JS Script can be used to update node properties? Thanks!

Views

380

Like

1

Replies

0
AEM asset metadata delete. - Adobe Experience Manager 03-12-2021
How can I remove dc:description from all the assets? I tried with metadata import by emptying the description column, but it isn't working.

Views

444

Likes

0

Replies

7
Contextual search for AEM site - Adobe Experience Manager 29-11-2021
Hello Community I'm looking for a search solution for AEM site, which should be focused on contextual meaning of a keyword. The OOTB search is based on keywords, which doesn't fit our usecase. The search should be more focused on the context of the keyword and we need to have options to prioritize pages/assets which should return top in the results. Some high level aspects on the solution I'm looking for:1. Keyword relevance/context2. Spellchecks, plurals, synonyms3. Search relevance and recomme...

Views

172

Likes

0

Replies

1
Re: Odd issues with profile parameters - Adobe Target 07-10-2021
Thanks @Gokul_Agiwal I couldn't get the custom library header to work for me. However, in Adobe Launch, I came across the 'Add Params to Page Load Request' action. By definition it's equivalent to the targetPageParams() method as per Adobe docs: Add Params to Page Load Request, which adds parameters to page load requests (equivalent to the targetPageParams() method). Reference: https://experienceleague.adobe.com/docs/launch-learn/implementing-in-websites-with-launch/implement-solutions/target.ht...

Views

459

Likes

0

Replies

1
Odd issues with profile parameters - Adobe Target 07-10-2021
The context:I have two user groups(beta1 and beta2) in AEM. When a user logs into the website, I capture whether they are in the beta1 or beta2 groups in a JS variable that is placed just before the launch script, so that when the delivery request is sent, I can utilize this value as a profile parameter for targeting. The following is the launch rule: Where the custom code is: function targetPageParams() { var group = userGroup; //userGroup variable is set to beta1/beta2 just before the launch s...

Views

506

Likes

0

Replies

5
Re: How to create audiences based on AEM users/usergroups? - Adobe Target 29-09-2021
It's for the customer.

Views

388

Likes

0

Replies

0
Re: How to create audiences based on AEM users/usergroups? - Adobe Target 28-09-2021
Hello @Gokul_Agiwal Creating a target audience from AEM allows only to define audience bases on Geo, OS, Site etc. Even there is custom and visitor profile attributes. But how the AEM users can be defined as an audience? When I checked contexthub I have this attribute profile/displayName and target audience based on their usernames. The issue here would the contexthub resides in AEM and only target audiences created in AEM gets synced to Adobe Target. In the case of contexthub profile/displayNam...

Views

405

Likes

0

Replies

2