This module depends on the Tealium Cordova Plugin. Without it, this module will not do anything. Makes the IDFA and Google Ad Identifier available in the Tealium data layer.
import { TealiumAdIdentifier } from '@ionic-native/tealium-adidentifier';
constructor(private adIdentifier: TealiumAdIdentifier) { }
...
this.adIdentifier.setPersistent("main");
this.adIdentifier.setVolatile("main");