Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Instance Methods | Properties | List of all members
ABKAttributionData Class Reference

Instance Methods

(instancetype) - initWithNetwork:campaign:adGroup:creative:
 

Properties

NSString * network
 
NSString * campaign
 
NSString * adGroup
 
NSString * creative
 

Method Documentation

- (instancetype) initWithNetwork: (nullable NSString *)  network
campaign: (nullable NSString *)  campaign
adGroup: (nullable NSString *)  adGroup
creative: (nullable NSString *)  creative 
Parameters
networkThe attribution network
campaignThe attribution campaign
adGroupThe attribution adGroup
creativeThe attribution creative

: Creates an ABKAttributionData object to send to Braze servers.