Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attribute Dictionary JSON - #20004

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading