updateExternalAttribution

To set external attribution data for the profile, use this method.

The callback is invoked after the backend accepts the data for asynchronous processing. A successful result does not mean that the data has already been processed or that the profile has already been updated.

Should not be called before activate

Parameters

attribution

A map containing attribution (conversion) data.

provider

An AdaptyExternalAttributionProvider of the attribution.

callback

A result containing the optional AdaptyError.


To set external attribution data for the profile, use this method.

The callback is invoked after the backend accepts the data for asynchronous processing. A successful result does not mean that the data has already been processed or that the profile has already been updated.

Should not be called before activate

Parameters

attributionJson

A JSON string containing attribution (conversion) data.

provider

An AdaptyExternalAttributionProvider of the attribution.

callback

A result containing the optional AdaptyError.