Custom Lightbox Certification Exam Study Guide
DoubleClick Studio allows you to use the DoubleClick Rich Media platform to build more complex creative executions in your Google Display Network (GDN) Lightbox Ads and include multiple levels of content in one placement.
The Custom Lightbox Ads Certification exam guide covers key concepts about Lightbox Ads in DoubleClick Studio, including:
- About Lightbox Ads
- How to structure your files
- GDN Lightbox formats
- Lightbox Ads APIs and components
- Technical requirements
Disclaimer: Google trademarks are the property of Google Inc. This website is not officially affiliated or endorsed by Google Inc. in any way.
1.) Upon which action(s) can an HTML5 Lightbox ad expand when served to touch enabled devices?
- A) Tap
- B) Tap or drag
- C) Hover
- D) Scroll
2.) Setting the expansion mode to Lightbox ensures that the following Lightbox functionalities are implemented:
- A) YouTube video tracking.
- B) Gray translucent background on the engaged state.
- C) Removing the close button from the top right corner.
- D) 10 second hover.
3.) A border of contrasting color is required on all invitation states.
4.) You can only add a video in a Lightbox creative if the Youtube Player component is used.
5.) What should be the size of the parent <div> if your invitation state is 120×600 and your expanded state is 970×250?
6.) The Lightbox component has to be downloaded and installed before you can start to build a Lightbox creative in HTML5.
7.) an expansion call-to-action (CTA) phrase in an invitation state _____.
8.) Fill in the blank:
The recommended size for the expanded state of a Lightbox creative is ___ x ___.
9.) In Studio, HTML5 Lightbox creatives upload as which format type?
10.) How long is the hover delay before a Lightbox creative expands on desktop?
11.) When you upload a cross-screen Lightbox creative to Studio, what format do you choose?
12.) For coverage across all screens when building a cross-screen HTML5 Lightbox creative, at a bare minimum, you should create invitation states in sizes 320 x 50 and 300 x 250.
13.) To set your creative as a Lightbox, which line of code should be entered after the Enabler has been initialized?
14.) Fill in the blank with the appropriate event:
Enabler.addEventListener(studio.events.StudioEvent.__________.
function () {
document.getElementById(‘invitation’).style.display = ‘block’
document.getElementbyId(‘engaged’).style.display = ‘none’;
Enabler.finishFullscreenCollapse();
}
);
15.) Because of how the GDN handles Lightbox expansion, you can’t track expansions using DoubleClick’s expand API. Instead, you can add a custom counter to track the expansion, but be sure to add it when the expand panel is fully loaded.
16.) What are two of the most common reasons for QA rejection for Custom Lightbox ads?
17.) What is the minimum amount of invitation states recommended to build a cross screen Lightbox creative?
18.) Match the load size definition:
- A) 150KB
- B) 2.2MB
- C) 10MB
- Maximum total non-user initiated load size
- Recommended maximum for fastest initial load time
- Viewer-initiated load size per interaction
19.) You don’t need to add a close button to the expanded state of a Lightbox creative because it’s automatically added to the top-right corner when the ad serves.
20.) After how long should you stop all animation and video?
21.) You shouldn’t add polite loading into a Lightbox as the GDN environment won’t recognize polite load.
22.) YouTube and streaming videos have a limit of 10MB load size per interaction.
23.) Cross-screen HTML5 Lightbox creatives use the DoubleClick Studio full screen expanding API.
24.) What method does the creative use to request a fullscreen expansion in an HTML5 Lightbox?
25.) The maximum size for the expanded state of any type of Lightbox creative is 1000×700.
26.) To determine the maximum available size for expanding, if you want to expand to smaller than or up to the maximum dimensions, call the queryFullscreenDimensions() method.
27.) If a creative will run on both mobile devices and desktop, you should set the background images for the different invitation states/CTAs directly in the CSS.
28.) Which is an accepted invitation state and expand dimension size?
29.) Fill in the blank:
When you upload an HTML5 Lightbox creative in Studio, the z-index must be set to less than ____. Otherwise, the expanding progress bar won’t visible for the invitation state.
30.) If your creative uses the YouTube player, you must create a test page using the GDN Expandable preview tool to check that the HTML5 Lightbox creative is working properly.
31.) When you use the YouTube video player component, and the autoPlayType property is set to “none” or “preview”, it will increment the YouTube public view count.
32.) You have to specify concrete expanded dimensions for cross-screen HTML5 Lightboxes.