You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hi,
Note that you can't see it in editor, you have to compile it for android / ios.
hoya kwon
unread,
Aug 9, 2016, 5:14:09 AM8/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
hi!
oh i didn't mean that in Editor.
My android Device show normally Ads. but i wanna see TestAds.
.AddTestDevice(SystemInfo.deviceUniqueIdentifier)
this Func didn't operated, maybe
didn't showing TestAds in Unity(Android)?
Vu Chau (Mobile Ads SDK Team)
unread,
Aug 9, 2016, 9:33:59 AM8/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hi there,
To see test ads, you need to do one of the following three things:
Use a test ad unit ID: ca-app-pub-3940256099942544/6300978111
Use the .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
Use your device's ID: .addTestDevice("ABCDEF012345")
Vu Chau Mobile Ads SDK Team
Message has been deleted
hoya kwon
unread,
Aug 9, 2016, 10:20:50 PM8/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Oh, thank you! I didn't know Dummy unit ID.
but it is show Test Ads to do without addTestDevice() .
What's problem of the Func addTestDevice()
Vu Chau (Mobile Ads SDK Team)
unread,
Aug 10, 2016, 9:33:37 AM8/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hi there,
You only need to do one of the three methods I gave in order to receive test ads. If you use the test ad unit ID and don't have the addTestDevice(), the test ad unit ID takes precedence and serves you the test ad.