Hi @Krozi ,
as @JyotiSharmaV mentioned, are you certain you are sendin the analytics request with the appropriate AppMeasurement action?
If not, maybe a good idea to add some more screenshots (ideally directly in the richtext box, not as attachments).
Also be aware that if you are setting props/eVars/products through custom code, you must add them to the s.linkTrackVars to attach them to a later send action.
// for example, appended a bunch of information to be tracked
s.linkTrackVars = "eVar1,eVar2,events,channel,products";
See also the documentation: https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/config-vars/linktrackvars
Hope that helps
Cheers from Switzerland!