Skip to content

Commit 4e2c79c

Browse files
unencoded example
1 parent fb1f882 commit 4e2c79c

File tree

1 file changed

+6
-0
lines changed
  • src/connections/sources/catalog/libraries/server/pixel-tracking-api

1 file changed

+6
-0
lines changed

src/connections/sources/catalog/libraries/server/pixel-tracking-api/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ eyJ3cml0ZUtleSI6ICJZT1VSX1dSSVRFX0tFWSIsICJ1c2VySWQiOiAiMDI1cGlrYWNodTAyNSIsICJl
6060
```html
6161
<img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6ICJZT1VSX1dSSVRFX0tFWSIsICJ1c2VySWQiOiAiMDI1cGlrYWNodTAyNSIsICJldmVudCI6ICJFbWFpbCBPcGVuZWQiLCAicHJvcGVydGllcyI6IHsgICAic3ViamVjdCI6ICJUaGUgRWxlY3RyaWMgRGFpbHkiLCAgICJlbWFpbCI6ICJwZWVrQXRNZUBlbWFpbC5wb2tlIiB9fQ">
6262
```
63+
64+
##### If you choose not to encode your payload, you can send it like this instead:
65+
66+
```
67+
https://api.segment.io/v1/pixel/track?userId=user_123&event=Email Opened&properties.subject=The Electric Daily&[email protected]&writeKey=<YOUR_WRITE_KEY>
68+
```

0 commit comments

Comments
 (0)