Install a referrer campaign not visible in GA (broadcast sent to android GAv4)

Recently, we have included the Google Analytics V4 SDK for the Android application in accordance with this documentation (for tracking installation links): https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#overview p>

Unfortunately, the data is not displayed in GA statistics, even if the transmission is sent correctly.

I took the following steps to verify that the broadcast was received:

  • List item
  • Enable DEBUG for GAv4
  • Remove app from device
  • Send email to the device with the referrer parameter.
  • Click the link (application for the boot store).
  • Click "Install and run the application."

After a few seconds, the following information appeared in my logcat:

03-31 19: 52: 41.695 24530-24551 / pl.onet.zapytaj D / GAv4: Received installation campaign: medium = display, name = promo_mzapytaj_wariantA, source = m.zapytaj.onet.pl 03-31 19: 52: 41,705 24530-24551 / pl.onet.zapytaj D / GAv4: Sending the installation campaign: UA-60392364-5, medium = display, name = promo_mzapytaj_wariantA, Source = m.zapytaj.onet.pl

Although I repeated this step many times, GA doesn't seem to show it anywhere (Aquisitions).

Has anyone had this problem? The Google Play Developer Console displays the campaign information correctly.

+5
source share

Source: https://habr.com/ru/post/1246428/


All Articles