Skip to content

Commit 4a9df4d

Browse files
spelling and redaction
Co-authored-by: forstisabella <[email protected]>
1 parent b41412f commit 4a9df4d

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/topsort

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This destination is maintained by Topsort. For any issues with the destination,
1818

1919
This destination helps you track the 3 main events Topsort needs to serve the most relevant ads and accomplish attribution for sponsored listings: `impressions`, `clicks` and `purchases`. Here is an explanation of what each one of these means to Topsort:
2020

21-
1. **Impression**: Every time a user sees a promoted product in a listing page (PLP) or section.
22-
2. **Click**: If the user then clicks or adds the promoted product to a cart, then a `click` should be triggered.
23-
3. **Purchase**: Finally, when an order is completed and confirmed to be successful, a `purchase` event should be reported to Topsort. You can report a purchase whether it has promoted products or not. We will take care of filtering relevant promoted products inside the completed order given the information about promoted clicks.
21+
- **Impression**: Every time a user sees a promoted product in a listing page (PLP) or section, you should trigger an `impressions` event.
22+
- **Click**: If the user then clicks or adds the promoted product to a cart, you should trigger a `click` event.
23+
- **Purchase**: When an order is completed and confirmed to be successful, report a `purchase` event to Topsort. You can report a purchase whether it has promoted products or not. Topsort takes care of filtering relevant promoted products inside the completed order given the information about promoted clicks.
2424

2525
This destination has 3 default presets that map the Track events `'Product Viewed'`, `'Product Clicked'` and `'Order Completed'` to Topsort's `impression`, `click` and `purchase` events respectively. If you’re not familiar with the Segment Spec, take a look to understand what the [Track method](/docs/connections/spec/track/) does. 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 we can adapt this destination to your case. Once the destination is configured make sure to activate only the mappings relevant to your site, see point 5 of the [set up](#set-up-your-topsort-destination).
2626

0 commit comments

Comments
 (0)