GoodDAPP
GoodDAPP copied to clipboard
Face Verification Flow - Event improvements
Motivation
Right now I am saving the Face Verification events from https://goodid.gooddollar.org/ in a separate Google Analytics. https://analytics.google.com/analytics/web/#/p415617260/reports/intelligenthome
The goal of this is to put all FV events ( from the wallet, gooddaap, opera and other partners) in the same place.
But, inside this GA I can't say what is the source to analyze the FV of each product, example:
- The opera FV converts more than the GoodDaap FV or valora FV?
To achieve this I want to add an extra parameter in the FV events OR push forward the querystring parameter.
Details
From the partners using gooddapp, all of them are using the parameter partner
in the URL:
https://gooddapp.org/?partner=valora
If we can push this parameter forward to https://goodid.gooddollar.org/ example https://goodid.gooddollar.org/?partner=valora
the problem will be addressed.
Other option is add the parameter product
to all FV events, who will show the source of that user ( wallet, gooddapp, opera, valora, etc) and I can use to filter.
The first option seems the better.