Skip to content

Commit c7e388d

Browse files
committed
quick fixes
1 parent 6269aa6 commit c7e388d

File tree

1 file changed

+4
-3
lines changed
  • src/connections/spec/ecommerce

1 file changed

+4
-3
lines changed

src/connections/spec/ecommerce/v2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Here is a list of supported events for our various categories within the custome
2020
| Product List Viewed | User viewed a product list or category |
2121
| Product List Filtered | User filtered a product list or category |
2222

23+
2324
### Promotions overview
2425

2526
| Action | Description |
@@ -273,7 +274,7 @@ analytics.track('Promotion Viewed', {
273274
});
274275
```
275276

276-
> info "Note"
277+
> info ""
277278
> The `Promotion Viewed` event is aliased to the [`Viewed Promotion` event](/docs/connections/destinations/catalog/google-analytics/#measuring-promotions).
278279
279280

@@ -875,7 +876,7 @@ analytics.track('Order Completed', {
875876
});
876877
```
877878

878-
> info "Note"
879+
> info ""
879880
> - The `sku` and `product_id` don't have to be different. If they are different, typically the `product_id` is a database identifier, like `9714107479` and the `sku` is a public-facing identifier like `SEG-02`.
880881
> - The `Order Completed` event is aliased to the `Completed Order` event from [E-Commerce spec v1 - 5/11/16](/docs/connections/spec/ecommerce/).
881882
@@ -922,7 +923,7 @@ analytics.track('Order Refunded', {
922923
```
923924

924925

925-
> info "Note"
926+
> info ""
926927
> The `sku` and `product_id` don't have to be different. If they are different, typically the `product_id` is a database identifier, like `9714107479` and the `sku` is a public-facing identifier like `SEG-02`.
927928
928929

0 commit comments

Comments
 (0)