Skip to content

Commit a46edd8

Browse files
committed
JSON not JS
1 parent 5382f77 commit a46edd8

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/podsights

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Podsights needs additional context for attribution, including certain fields ins
3131

3232
Here’s the minimum required structure for a Page call:
3333

34-
```js
34+
```json
3535
{
3636
"type": "page",
3737
"context": {
@@ -80,7 +80,7 @@ Track calls must include:
8080

8181
These fields are required whether they're sent through Analytics.js or server-side. Here’s a minimum working example:
8282

83-
```js
83+
```json
8484
{
8585
"type": "track",
8686
"context": {

0 commit comments

Comments
 (0)