How should CSS be written within an event-based rule to include all links EXCEPT for footer link clicks?
An Adobe Analytics developer needs to track all page clicks Except for "footer" links. Al footer links live within the "div id=’footer’" CSS class.
How should CSS be written within an event-based rule to include all links EXCEPT for footer link clicks?
A . A:not(div#footer)
B . A:not(div id#footer)
C . A:not(div#footer)
D . A:not(div.footer)
Answer: B
Latest 9A0-411 Practice Questions with 62 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments