Does Activity Map track input type="button"?
One of our site owners is not getting Activity Map data for a dropdown menu. The code for this is:
<input type="button" value="Go" class="dropDownButton">
Which seems to be valid per this line from Adobe's docs:
"Is this an INPUT tag or SUBMIT button with a value or child text?"
It *is* an input tag and has a value. The other part of this is that we have some JS that listens for the click on the input to perform the action. But again, Adobe's docs seem to say that Activity Map should be capturing the clicks.
Any ideas about what might be happening here? Do I have it wrong and Activity Map doesn't capture clicks on an input type="button"?