google::play::install_referrer::GetInstallReferrerResultValue

#include <install_referrer/models.h>

The result value for the GetInstallReferrer API.

Summary

Public attributes

install_referrer
std::string
The install referrer associated with the installation.
install_time_epoch_seconds
int64_t
The 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.