Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-05 UTC."],[],[],null,["# google::play::install_referrer::GetInstallReferrerResultValue Struct Reference\n\ngoogle::play::install_referrer::GetInstallReferrerResultValue\n=============================================================\n\n\n`#include \u003cinstall_referrer/models.h\u003e`\n\nThe result value for the GetInstallReferrer API.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| [install_referrer](#structgoogle_1_1play_1_1install__referrer_1_1_get_install_referrer_result_value_1a34698fda4d728b5f3e9979e5cd05053e) | `std::string` The install referrer associated with the installation. |\n| [install_time_epoch_seconds](#structgoogle_1_1play_1_1install__referrer_1_1_get_install_referrer_result_value_1a6043a4c6bbfb3c097c83a65a12ccee2c) | `int64_t` The client-side timestamp, seconds since the Unix epoch, when the app was installed. |\n\nPublic attributes\n-----------------\n\n### install_referrer\n\n```scdoc\nstd::string google::play::install_referrer::GetInstallReferrerResultValue::install_referrer\n``` \nThe install referrer associated with the installation.\n\nEmpty if no referrer was provided. \n\n### install_time_epoch_seconds\n\n```scdoc\nint64_t google::play::install_referrer::GetInstallReferrerResultValue::install_time_epoch_seconds\n``` \nThe client-side timestamp, seconds since the Unix epoch, when the app was installed."]]