Multiple Choice
The following code snippet adds an AdView to a layout. What does the XML attribute ads:adUnitId refer to? <com.google.ads.AdView android:id="@+id/adView" android:layout_width="wrap_content" android:layout_height="wrap_content" ads:adUnitId="MY_AD_UNIT_ID" ads:adSize="BANNER" ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID" ads:loadAdOnCreate="true"/>
A) The ID of the device where ads are displayed for testing.
B) The publisher ID as provided by AdMob.
C) The location of the ad in the activity.
D) The Android resource id of the AdView
Correct Answer:

Verified
Correct Answer:
Verified
Q65: What does the following code snippet do?
Q66: Which of the following are administrative tasks
Q67: Which of the following are needed to
Q68: Which of the following is not recommended
Q69: Which of the following is the correct
Q70: What does "this" keyword refer to in
Q71: What does the following code snippet do?
Q72: Upon completion of a purchase using Google
Q73: Which of the following is the last
Q75: Which of the following are the types