how can i see "Test AD" ?

79 views
Skip to first unread message

hoya kwon

unread,
Aug 8, 2016, 10:34:15 PM8/8/16
to Google Mobile Ads SDK Developers


AdRequest adRequest = new AdRequest.Builder()
			.AddTestDevice(AdRequest.TestDeviceSimulator)
			.AddTestDevice(SystemInfo.deviceUniqueIdentifier)
                        .AddTestDevice("212525A75212332D")


this Code doesn't show "Test AD" on all Ads.
how can i see "Test AD" ?



use
Google Mobile Ads Unity Plugin v3.0.5
Unity 5.3.5

Fabien

unread,
Aug 9, 2016, 4:32:33 AM8/9/16
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
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
to Google Mobile Ads SDK Developers
Hi there,

To see test ads, you need to do one of the following three things:
  1. Use a test ad unit ID: ca-app-pub-3940256099942544/6300978111
  2. Use the .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
  3. 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
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
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.

Vu Chau
Mobile Ads SDK Team

Reply all
Reply to author
Forward
0 new messages