Dictionary provided by the network.
Type Method add
addAttributionData(_:from:forNetworkUserId:)
Send your attribution data to RevenueCat so you can track the revenue generated by your different campaigns.
Availability
Framework
- Revenue
Cat
Declaration
@objc(addAttributionData:fromNetwork:forNetworkUserId:) static func addAttributionData(_ data: [String : Any], from network: AttributionNetwork , forNetworkUserId networkUserId: String?)
Parameters
data
network
Enum for the network the data is coming from, see
Attribution
for supported networks.Network networkUserId
User Id that should be sent to the network. Default is the current App User Id.