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
This element is positioned on the Search Results Page, within the Search Facets area. It is placed below the first (and typically only) Pricing related facet.
101
+
102
+
On the Details page, it is positioned at the top of the vehicle information, below the media gallery.
103
+
104
+
You can target either the listings or details page by first subscribing to the <ahref="#page-load-v1">`page-load-v1`</a> event, then using the <ahref="#page-event">event</a> values of `payload.searchPage` and `payload.detailPage` to check the page type.
markup.innerHTML='Your device type is '+meta.layoutType;
136
+
API.append(elem, markup);
137
+
});
138
+
});
139
+
})(window.DDC.APILoader);
140
+
```
141
+
142
+
There are four "Listings Banners" locations on the Search Results Page, interspersed evenly between the vehicles displayed. These locations are useful for inserting relevant content that a user would expect to see in a list alongside vehicles.
143
+
144
+
As an example use case, `listings-placeholder-1` is used to place a widely adopted "My Wallet" integration on many websites. For this reason, it is preferable to use locations 2, 3 or 4 instead when possible.
Copy file name to clipboardExpand all lines: source/includes/_locations.md
-92Lines changed: 0 additions & 92 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,98 +218,6 @@ This element is positioned after the vehicle-payments insert location, and is pl
218
218
219
219
This element is the media gallery container on vehicle details pages. Injecting into this location will replace the media gallery with the elements you insert.
This element is positioned on the Search Results Page, within the Search Facets area. It is placed below the first (and typically only) Pricing related facet.
259
-
260
-
On the Details page, it is positioned at the top of the vehicle information, below the media gallery.
261
-
262
-
You can target either the listings or details page by first subscribing to the <ahref="#page-load-v1">`page-load-v1`</a> event, then using the <ahref="#page-event">event</a> values of `payload.searchPage` and `payload.detailPage` to check the page type.
markup.innerHTML='Your device type is '+meta.layoutType;
295
-
API.append(elem, markup);
296
-
});
297
-
});
298
-
})(window.DDC.APILoader);
299
-
```
300
-
301
-
There are four "Listings Banners" locations on the Search Results Page, interspersed evenly between the vehicles displayed. These locations are useful for inserting relevant content that a user would expect to see in a list alongside vehicles.
302
-
303
-
As an example use case, `listings-placeholder-1` is used to place a widely adopted "My Wallet" integration on many websites. For this reason, it is preferable to use locations 2, 3 or 4 instead when possible.
0 commit comments