When custom event would be visible in event configuration | Community
Skip to main content
Michael_Soprano
New Participant
November 2, 2024
Solved

When custom event would be visible in event configuration

  • November 2, 2024
  • 3 replies
  • 787 views

I streamed to AEP custom event like that:

When this event will be visible in configuration in order to create event based journey based on that?
Unfortunately it's not visible yet (it was like 2 hours ago).

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohan_Dugganab

Kindly check if discover.newProduct value is added to the event type attribute as enum / suggested values (Reference - https://experienceleague.adobe.com/en/docs/experience-platform/xdm/ui/fields/enum

 

If so, try creating a new event and see if it shows up. As an alternative, you can use advanced mode to perform the comparison check by keying in the custom event type value 

Ex:- in(@event{eventName.eventType}, ["discover.newProduct"])

3 replies

Sukrity_Wadhwa
Employee
November 7, 2024

Hi @michael_soprano,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa
Mohan_Dugganab
Mohan_DugganabAccepted solution
Employee
November 4, 2024

Kindly check if discover.newProduct value is added to the event type attribute as enum / suggested values (Reference - https://experienceleague.adobe.com/en/docs/experience-platform/xdm/ui/fields/enum

 

If so, try creating a new event and see if it shows up. As an alternative, you can use advanced mode to perform the comparison check by keying in the custom event type value 

Ex:- in(@event{eventName.eventType}, ["discover.newProduct"])

SatheeskannaK
New Participant
November 3, 2024

@michael_soprano This looks like discover.newProduct custom event. Ensure you're using the appropriate schema containing the custom event and that it is enabled in the event configuration fields section. Also, check under _pwcglobptrsd if that custom event is showing or not.

Thanks, Sathees