google::
  
    #include <install_referrer/models.h>
  
The result value for the GetInstallReferrer API.
Summary
| Public attributes | |
|---|---|
| install_referrer | std::stringThe install referrer associated with the installation.  | 
| install_time_epoch_seconds | int64_tThe client-side timestamp, seconds since the Unix epoch, when the app was installed.  | 
Public attributes
install_referrer
std::string google::play::install_referrer::GetInstallReferrerResultValue::install_referrer
The install referrer associated with the installation.
Empty if no referrer was provided.
install_time_epoch_seconds
int64_t google::play::install_referrer::GetInstallReferrerResultValue::install_time_epoch_seconds
The client-side timestamp, seconds since the Unix epoch, when the app was installed.