Skip to content

Commit 62242c2

Browse files
move section
Co-authored-by: Thomas Gilbert <[email protected]>
1 parent 00b7134 commit 62242c2

File tree

1 file changed

+0
-9
lines changed
  • src/connections/destinations/catalog/topsort

1 file changed

+0
-9
lines changed

src/connections/destinations/catalog/topsort/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ This destination has 3 default presets that map the Track events `'Product Viewe
2626

2727
The mappings in the Topsort destination are built based on the Segment [Ecommerce Spec](/docs/connections/spec/ecommerce/v2/). If you have different Segment Track events mapped to these action definitions, then Topsort can adapt this destination to your case. Once the destination is configured, activate only the mappings relevant to your site. See point 5 of the [set up](#set-up-your-topsort-destination) for more details.
2828

29-
You don't need to change anything about the way you report Track events to Segment. The only extra field you need to provide, only for the `impression` and `click` events, is the `resolvedBidId` given in the winner promoted product (whether it is from the [Auctions API](https://docs.topsort.com/reference/createauctions){:target="_blank"} or the [proxy](https://docs.topsort.com/reference/listings-low-code){:target="_blank"} response). Please find below an example call to track a product listing page (PLP) click event with the `resolvedBidId` included:
30-
31-
```js
32-
analytics.track("Product Clicked", {
33-
product_id: product.id,
34-
name: product.name,
35-
resolvedBidId: product.resolvedBidId
36-
});
37-
```
3829

3930
### Set up your Topsort destination
4031

0 commit comments

Comments
 (0)