Skip to content

Commit

Permalink
chore: Update Attribute Dictionary JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Feb 19, 2025
1 parent 2378417 commit d5c6cd9
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -20796,6 +20796,14 @@
"name": "name",
"units": null
},
{
"definition": "<p>The value of the attribute name of the <code>nearest</code> DOM element to the target which was acted upon. If an attribute is supplied to the agent configuration but not found on the target element, this value will reflect the nearest parental node that has the matching attribute name. If the target contains the desired attribute name, the corresponding &quot;nearest&quot; and &quot;target&quot; attributes will match. This behavior is influenced by the <code>elementAttributes</code> property supplied to the agent configuration. For example: <code>nearestId</code>, <code>nearestClass</code>, <code>nearestTag</code>, and <code>nearestType</code> are the default values collected. If other attributes are supplied to the configuration, they will be reported matching the same target + &#39;attribute name&#39; syntax.</p>\n",
"events": [
"UserAction"
],
"name": "nearest__",
"units": null
},
{
"definition": "<p>The URL of the page that was loaded for the PageView, for example: <a href=\"http://www.newrelic.com\">http://www.newrelic.com</a>. This URL does not include query parameters.</p>\n",
"events": [
Expand Down Expand Up @@ -20876,35 +20884,11 @@
"units": null
},
{
"definition": "<p>The value of the <code>className</code> property of the DOM target which was acted upon.</p>\n",
"events": [
"UserAction"
],
"name": "targetClass",
"units": null
},
{
"definition": "<p>The value of the <code>id</code> property of the DOM target which was acted upon.</p>\n",
"events": [
"UserAction"
],
"name": "targetId",
"units": null
},
{
"definition": "<p>The value of the <code>tagName</code> property of the DOM target which was acted upon.</p>\n",
"definition": "<p>The value of the attribute name of the DOM target which was acted upon. This is influenced by the <code>elementAttributes</code> supplied to the agent configuration. For example: <code>targetId</code>, <code>targetClass</code>, <code>targetTag</code>, and <code>targetType</code> are the default values collected. If other attributes are supplied to the configuration, they will be reported matching the same target + &#39;attribute name&#39; syntax.</p>\n",
"events": [
"UserAction"
],
"name": "targetTag",
"units": null
},
{
"definition": "<p>The value of the <code>type</code> property of the DOM target which was acted upon.</p>\n",
"events": [
"UserAction"
],
"name": "targetType",
"name": "target__",
"units": null
},
{
Expand Down

0 comments on commit d5c6cd9

Please sign in to comment.