You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/includes/_methods.md
-13
Original file line number
Diff line number
Diff line change
@@ -575,16 +575,3 @@ The loadJS method is a simple way to include additional JavaScript files require
575
575
```
576
576
577
577
> Note that the `attributeMap` parameter is optional and may be ommitted in most cases.
578
-
579
-
## API.getPixallVisitorId()
580
-
581
-
The getPixallVisitorId method returns the Pixall Id for the current website visitor. Pixall provides a unique identifier for each visitor to aggregate analytics events initiated by that shopper across marketplaces.
Copy file name to clipboardexpand all lines: source/includes/_utilities.md
+14
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,20 @@ This fetches an object containing the array of VINs on the current page and a co
124
124
})(window.DDC.APILoader);
125
125
```
126
126
127
+
## API.utils.getPixallVisitorId()
128
+
129
+
The getPixallVisitorId method returns the Pixall ID for the current website visitor. Pixall provides a unique identifier for each visitor to aggregate analytics events initiated by that shopper across marketplaces.
0 commit comments