@akhila1 There are couple of things you can do to debug before creating segments.
Ensure the ECID is same for both the events ( just in case something is changing this) Go to profile explorer and input the ECID and look up the profileif profile exists, go to events tab and copy the JSON and look ...
That is smart stuff @_Manoj_Kumar_
may be you could write an automation script which does and creates a fake event with those attributes.
Well done and thank you for sharing here
@_Manoj_Kumar_ Could you elaborate more on the dataset you imported this into? what schema class did you use to create this? Ideally you would
Create a Non-people identifier namespaceCreate schema with class Segment definitionAssign primary id ( Segment id) to the name space createdEnable for prof...
@arpan-garg Could you elaborate more about the Mobile App? is this customer facing app? Why would you need subset of data when you have access to Unified profile.
Also the datasets you describe would be enabled (some of them if not all) for "unified profile" which will stitch all relevant informati...
@SCB21 Ideally the AA to AEP connection should not affect this. The connection happens server side and does not really impact "data collection" where you are seeing increased volumes.
I would suggest checking your data to investigate what and where the events/hits are originating, highly suspect...
@Umberto as long as the dev's push the data into the array, the data should update the state, if this is visible i think they have done their job.
Everything from here is timing or typo in data element.
Good luck!
@JassonAlgo Could you elaborate bit more on how the libraries are structured? Are they all in one rule with multiple action? If yes this can be done using rule component sequencing
You also have an option of using "JS Promises" in custom code, if this helps your use case.
Hope that helps