Reading throught the code snippet on the link below:
I am a little confused if we need to replace the admob unit id with the advertising id or there is no relation between both?
I have checked the google link but still confused about when to use it.
Also researched this topic seems if my app contains ads then I need to use the advertising id? Is that a correct statement?
Thanks for your help!
Advertising id
1. Add a reference to FirebaseAdMob2. 2. Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) 3. Add: Private Sub GetAdvertisingId As ResumableSub Dim jo As JavaObject = Me jo.RunMethod("GetAdvertisingId", Null) Wait For AdvertisingId_Ready (Success...
www.b4x.com
I am a little confused if we need to replace the admob unit id with the advertising id or there is no relation between both?
I have checked the google link but still confused about when to use it.
Also researched this topic seems if my app contains ads then I need to use the advertising id? Is that a correct statement?
Thanks for your help!