Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

AEM as CS Publish Event.

Avatar

Level 2

Hi Team,

 

I want to create an event for my AEM as Cloud Service Publish instance(Asset share common) where I want to track If anyone click on search button on my AEM as Cloud Service Publish instance(Asset share common) to search asset with name or any other metadata fields, Then one event got created and send the search data to custom IO Events Journals and then read that data in Author to store queue in AEM under some path.

Please help me on doing this, I am not able to proceed with the requirement.

 

Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 8

You can create custom event providers by referring to Adobe's documentation. However, storing this data in AEM Cloud Author is not recommended.

I don’t think Adobe I/O Events are needed in first place. Instead, you can create a server-side listener or capture events on the client side and send the data to an external storage system like S3 or Azure Blob Storage.

Can you elaborate on why the search data is needed and how it will be used?

View solution in original post

4 Replies

Avatar

Community Advisor

Cloud Service Publish instance(Asset share common) ???

Is Asset share common available for Cloud  Service !

Avatar

Level 8

Hi @RiteshY18 ,

It is supported for AEMaaCS -https://opensource.adobe.com/asset-share-commons/ 

Avatar

Administrator

@diksha_mishra, @MonalikaKapoor, @jamesc25111500, @Sukumar, @Hemalatha Whenever you have a moment, please check out this question and share your knowledge!



Kautuk Sahni

Avatar

Correct answer by
Level 8

You can create custom event providers by referring to Adobe's documentation. However, storing this data in AEM Cloud Author is not recommended.

I don’t think Adobe I/O Events are needed in first place. Instead, you can create a server-side listener or capture events on the client side and send the data to an external storage system like S3 or Azure Blob Storage.

Can you elaborate on why the search data is needed and how it will be used?