setAttributionIdentifier abstract method

BatchUserDataEditor setAttributionIdentifier(
  1. String? attributionId
)

Set the user attribution identifier

Since automatic collection of the advertising ID has been removed from native SDKs, you can now collect it from your side and pass it to Batch. Must be a valid IDFA or GAID. Null to erase.

Implementation

BatchUserDataEditor setAttributionIdentifier(String? attributionId);