Menu

Set GAID

       Call setGaid to set the Google Advertising ID:

Function

export function setGaid(gaid:string);
ParameterParameter MeaningParameter TypeRequired
gaidGAID of the deviceStringYes

Sample Code

//It is recommended to call before SolarEngine SDK initialization
let gaid:string = "your device gaid";
SolarEngine.setGaid(gaid);

Note:

     This method only applies to the Android system.

Previous
Set OAID
Next
Set Channel
Last modified: 2024-12-05Powered by