InstallReferrerService

  • InstallReferrerService is the core component responsible for tracking app installations from referral links, processing referral data, and sending it to Google Analytics.

  • Triggered by InstallReferrerReceiver upon receiving the INSTALL_REFERRER intent, it operates in the background as an IntentService.

  • It leverages campaign tracking capabilities inherited from CampaignTrackingService for attributing app installations to specific sources.

  • By utilizing Google Analytics, the service enables valuable insights into marketing campaigns and referral effectiveness.

  • The service works in conjunction with other components like InstallReferrerReceiver and utilizes Android's background processing features for efficient referral tracking.

public final class InstallReferrerService extends CampaignTrackingService

IntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will be launched from InstallReferrerReceiver. See that class for details.

Inherited Constant Summary

Public Constructor Summary

Inherited Method Summary

Public Constructors

public InstallReferrerService ()