Skip to content

Americastestkitchen/event-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Event Comparator

Event Comparator is a QA utility page used to quickly compare tracking events.

Example

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.

Deploy

This single-page app is deployed with the use of GitHub pages.

Viewing

This app can be viewed at this URL: https://americastestkitchen.github.io/event-comparator/

About

Event Comparator is a QA utility page used to quickly compare tracking events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages