Advanced

Advertising ID

5.4 Automatic collection of the advertising ID has been removed from native sdks. You need to collect it from your side and pass it to Batch with:

batch.user.getEditor()
  .setAttributionIdentifier("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")  // Null to erase.
  .save();