We are creating utm_source for in app donations but for others starting in the app and going into a web browser the utm_source is set to the app version. Example:
utm_medium=WikipedaApp
utm_campaign=iOS
utm_source=7.4.3.2822
Our code is exploding utm_source on . so this is putting 7 or 2 into the banner data.
- Update the apps to send appmenu in utm_source and not the app version
- Do send the app version in app_version
- Add catch in DonationData to set utm_source to appmenu.app.$paymentmethod
- Clean up current data