これに従ってください https://developers.google.com/analytics/solutions/testing-play-campaigns
logcat は常に次のように報告します: キャンペーン データが見つかりません。
ここに私の AndroidManifest.xml があります
<!-- Used for Google Play Store Campaign Measurement -->
<service android:name="com.google.android.gms.analytics.CampaignTrackingService" />
<receiver
android:name="com.google.android.gms.analytics.CampaignTrackingReceiver"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>