FirebaseDynamicLinks Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRDynamicLinkItunesConnectAnalyticsParameters
@interface FIRDynamicLinkItunesConnectAnalyticsParameters : NSObject
The Dynamic Link iTunes Connect parameters.
-
The iTunes Connect affiliate token.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *affiliateToken;
-
The iTunes Connect campaign token.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *campaignToken;
-
The iTunes Connect provider token.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *providerToken;
-
A method for creating the iTunes Connect parameters object.
Declaration
Objective-C
+ (nonnull instancetype)parameters;
Return Value
Returns an object to be used with FIRDynamicLinkURLComponents to add iTunes Connect
parameters to a generated Dynamic Link URL.
-
A method for creating the iTunes Connect parameters object.
Declaration
Objective-C
- (nonnull instancetype)init;
Return Value
Returns an object to be used with FIRDynamicLinkURLComponents to add iTunes Connect
parameters to a generated Dynamic Link URL.
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 2021-02-11 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 2021-02-11 UTC."],[],[],null,["FIRDynamicLinkItunesConnectAnalyticsParameters \n\n\n @interface FIRDynamicLinkItunesConnectAnalyticsParameters : NSObject\n\nThe Dynamic Link iTunes Connect parameters.\n- `\n ``\n ``\n `\n\n [affiliateToken](#/c:objc(cs)FIRDynamicLinkItunesConnectAnalyticsParameters(py)affiliateToken)`\n ` \n The iTunes Connect affiliate token. \n\n Declaration \n Objective-C \n\n @property (nonatomic, copy, nullable) NSString *affiliateToken;\n\n- `\n ``\n ``\n `\n\n [campaignToken](#/c:objc(cs)FIRDynamicLinkItunesConnectAnalyticsParameters(py)campaignToken)`\n ` \n The iTunes Connect campaign token. \n\n Declaration \n Objective-C \n\n @property (nonatomic, copy, nullable) NSString *campaignToken;\n\n- `\n ``\n ``\n `\n\n [providerToken](#/c:objc(cs)FIRDynamicLinkItunesConnectAnalyticsParameters(py)providerToken)`\n ` \n The iTunes Connect provider token. \n\n Declaration \n Objective-C \n\n @property (nonatomic, copy, nullable) NSString *providerToken;\n\n- `\n ``\n ``\n `\n\n [+parameters](#/c:objc(cs)FIRDynamicLinkItunesConnectAnalyticsParameters(cm)parameters)`\n ` \n A method for creating the iTunes Connect parameters object. \n\n Declaration \n Objective-C \n\n + (nonnull instancetype)parameters;\n\n Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add iTunes Connect\n parameters to a generated Dynamic Link URL.\n- `\n ``\n ``\n `\n\n [-init](#/c:objc(cs)FIRDynamicLinkItunesConnectAnalyticsParameters(im)init)`\n ` \n A method for creating the iTunes Connect parameters object. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)init;\n\n Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add iTunes Connect\n parameters to a generated Dynamic Link URL."]]