ThirdPartyAppAnalyticsLinkError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible third party app analytics link errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_ANALYTICS_PROVIDER_ID
|
The provided analytics provider ID is invalid. |
INVALID_MOBILE_APP_ID
|
The provided mobile app ID is invalid. |
MOBILE_APP_IS_NOT_ENABLED
|
The mobile app corresponding to the provided app ID is not active/enabled. |
CANNOT_REGENERATE_SHAREABLE_LINK_ID_FOR_REMOVED_LINK
|
Regenerating shareable link ID is only allowed on active links |
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 2024-05-29 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 2024-05-29 UTC."],[[["This enum describes potential errors encountered when linking third-party app analytics."],["Errors can indicate issues with the analytics provider ID, mobile app ID, or the app's status."],["An `UNSPECIFIED` or `UNKNOWN` error signifies an undefined or unrecognized error code, respectively."],["A `CANNOT_REGENERATE_SHAREABLE_LINK_ID_FOR_REMOVED_LINK` error arises when attempting to regenerate a shareable link ID for a deactivated link."]]],[]]