How can I set campaign with Google Analytics using setCampaignParamsFromUrl()
Update This was caused by a bug that Google have fixed in "Release Version 4.5 - Google Play Services 7.3 (May 1, 2015)". When using Google Play Services 7.3 or later it should be possible to call setCampaignParametersFromUrl() with a full URL as expected. Original question I'm using Google Analytics V4 in my Android app. On startup I send a screen view hit to Google Analytics and I set the campaign parameters on my HitBuilders.ScreenViewBuilder by calling setCampaignParamsFromUrl() like this: String url = "http://example.com/?referrer=utm_source%3Down-build%26utm_campaign%3Dinternal-testing";