AT Recommendations: Entity attributes appearing in Web SDK Network call but not updating in Catalog
I am implementing Adobe Target Recommendations via AEP Web SDK and Launch. While the network calls appear to be firing correctly with the necessary entity attributes, the Target Recommendations Catalog has not updated with these product details, even after waiting 24+ hours.
Implementation:
I am using a "Send Event" action within a Launch rule. Because my data layer is fully populated later in the page load, I have mapped the entity attributes to the "Web Webpagedetails Page Views" event type.

Current Rule Configuration (See attached images):
-
Extension: Adobe Experience Platform Web SDK
-
Action Type: Send Event
-
XDM:
%XDM Payload: All Page Views% -
Data:
%adobe-target-parameters [xdm]%(This is where my__adobe.targetentity data is mapped).
The Payload:
In the browser network tab (interact call), the payload looks correct:
-
events[0].data.__adobe.target.entity.idis present. -
entity.name,entity.value, andentity.pageUrlare all populating with the expected strings/numbers. -


The Sequence on Product Page:
-
Proposition Fetch: (For Target Activities)
-
Proposition Display: (Reporting display)
-
Commerce Product (Cart) Views: (XDM event)
-
Web Webpagedetails Page Views: (Entity setup is here to ensure data layer availability).
Questions:
-
Is there a specific requirement for the EventType when sending entity attributes?
-
Are there any known issues with "Web Webpagedetails Page Views" being ignored by the Target Recommendations ingestion engine?