Event Comparator is a QA utility page used to quickly compare tracking events.
The user will provide the Expected events they expect to see and the Actual events that are actually firing.
Expected Events
* external_id: 123
* extcode: 100
* incode: 200
Actual Events
extcode:
100
incode:
200
order:
mg-trial
The output will provide only the Expected events filled with Actual values. Those marked with [N/A] are not provided, while those marked with a ? do not match with expected values. Events that are not Expected will not be included in the output.
Output
* external_id: [N/A] ?
* extcode: 100
* incode: 200
Additional manual checks may be needed to these incorrect values to make sure they are actual issues.
This single-page app is deployed with the use of GitHub pages.
This app can be viewed at this URL: https://americastestkitchen.github.io/event-comparator/