Referral data of the smart invite.
More...
|
string | Token [get, set] |
| The unique Smart Invite link token. There is unique association between token and attached referral data. More...
|
|
string | ReferrerUserId [get, set] |
| The referrer user identifier. More...
|
|
string | ReferrerChannelId [get, set] |
| The id of the channel where Smart Link was shared. More...
|
|
bool | IsFirstMatch [get, set] |
| Returns true if the app is installed for the first time on this device. False otherwise. More...
|
|
bool | IsGuaranteedMatch [get, set] |
| If GetSocial is able to retrieve extra meta information (e.g. from Google Play, Facebook or depplink) we provide 100% guarantee that received data corresponds to the user. In other cases we use fingerprinting to find a best match. More...
|
|
bool | IsReinstall [get, set] |
| Returns true if the app is reinstalled on this device. False otherwise. More...
|
|
bool | IsFirstMatchLink [get, set] |
| Returns true if the app is opened for this link the first time on this device. False otherwise. More...
|
|
Dictionary< string, string > | LinkParams [get, set] |
| Gets the overriden referral link parameters assigned to the Smart Link. More...
|
|
Dictionary< string, string > | OriginalLinkParams [get, set] |
| Gets the original referral link parameters. Overrides from the Smart Link are ignored. More...
|
|
Referral data of the smart invite.
◆ IsFirstMatch
bool GetSocialSdk.Core.ReferralData.IsFirstMatch |
|
getset |
Returns true if the app is installed for the first time on this device. False otherwise.
◆ IsFirstMatchLink
bool GetSocialSdk.Core.ReferralData.IsFirstMatchLink |
|
getset |
Returns true if the app is opened for this link the first time on this device. False otherwise.
◆ IsGuaranteedMatch
bool GetSocialSdk.Core.ReferralData.IsGuaranteedMatch |
|
getset |
If GetSocial is able to retrieve extra meta information (e.g. from Google Play, Facebook or depplink) we provide 100% guarantee that received data corresponds to the user. In other cases we use fingerprinting to find a best match.
true if GetSocial can give 100% guarantee that received referral data corresponds to the user, false in case of the best match.
◆ IsReinstall
bool GetSocialSdk.Core.ReferralData.IsReinstall |
|
getset |
Returns true if the app is reinstalled on this device. False otherwise.
◆ LinkParams
Dictionary<string, string> GetSocialSdk.Core.ReferralData.LinkParams |
|
getset |
Gets the overriden referral link parameters assigned to the Smart Link.
The custom referral link parameters.
◆ OriginalLinkParams
Dictionary<string, string> GetSocialSdk.Core.ReferralData.OriginalLinkParams |
|
getset |
Gets the original referral link parameters. Overrides from the Smart Link are ignored.
The original referral link parameters.
◆ ReferrerChannelId
string GetSocialSdk.Core.ReferralData.ReferrerChannelId |
|
getset |
The id of the channel where Smart Link was shared.
◆ ReferrerUserId
string GetSocialSdk.Core.ReferralData.ReferrerUserId |
|
getset |
The referrer user identifier.
◆ Token
string GetSocialSdk.Core.ReferralData.Token |
|
getset |
The unique Smart Invite link token. There is unique association between token and attached referral data.
The documentation for this class was generated from the following file: