Respuestas Google Tag Manager Partner
Certification: Product Exam
1. When using the Firebase SDK to implement Google Tag Manager in an
Android app, which of the following examples most closely represents how to
send an event named “test”?*
● TagManager.push("event", "test");
● TagManager tagManager = TagManager.getInstance(context); DataLayer dataLayer =
tagManager.getDataLayer(); dataLayer.pushEvent("test", DataLayer.mapOf());
● DataLayer.sendEvent("test");
● Analytics.logEvent("test", null);
2. Which of the following debugging methods is not possible for Google Tag
Manager in a mobile app?*
● Use the debug pane in preview mode
● Use Charles Proxy
● Enable verbose logging
● Implement a custom function call tag to log test values
● Use a custom image tag to send test values to a fake endpoint
3. What behavior will this scenario give? Note: If you are not sure of the answer,
we encourage you to test it out.*
Page loads. Tag A fires on the Page View event. It calls dataLayer.push({'category' :
'shopping', 'event' : 'landing'}). Tag B and Tag C both fire on the 'landing' event. Tag B fires
and calls dataLayer.push({'category' : 'travel'}). Tag C fires after Tag B and sends the value
of the "category" data layer variable to Google Analytics. What value does Tag C send to
Google Analytics?
● shopping
● travel
● an array: ['shopping', 'travel']
Certification: Product Exam
1. When using the Firebase SDK to implement Google Tag Manager in an
Android app, which of the following examples most closely represents how to
send an event named “test”?*
● TagManager.push("event", "test");
● TagManager tagManager = TagManager.getInstance(context); DataLayer dataLayer =
tagManager.getDataLayer(); dataLayer.pushEvent("test", DataLayer.mapOf());
● DataLayer.sendEvent("test");
● Analytics.logEvent("test", null);
2. Which of the following debugging methods is not possible for Google Tag
Manager in a mobile app?*
● Use the debug pane in preview mode
● Use Charles Proxy
● Enable verbose logging
● Implement a custom function call tag to log test values
● Use a custom image tag to send test values to a fake endpoint
3. What behavior will this scenario give? Note: If you are not sure of the answer,
we encourage you to test it out.*
Page loads. Tag A fires on the Page View event. It calls dataLayer.push({'category' :
'shopping', 'event' : 'landing'}). Tag B and Tag C both fire on the 'landing' event. Tag B fires
and calls dataLayer.push({'category' : 'travel'}). Tag C fires after Tag B and sends the value
of the "category" data layer variable to Google Analytics. What value does Tag C send to
Google Analytics?
● shopping
● travel
● an array: ['shopping', 'travel']