Skip to content

Commit fa585c1

Browse files
Merge pull request #4552 from segmentio/spencerattick-patch-2
add Pixel FAQ
2 parents 6abfd5b + b6a2a85 commit fa585c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,8 @@ Segment alphabetizes payload fields that come in to **deployed** source function
408408
#### Does the source function allow `GET` requests?
409409

410410
`GET` requests are not supported with a source function. Source functions can only receive data through `POST` requests.
411+
412+
#### Can I use a Source Function in place of adding a Tracking Pixel to my code?
413+
414+
No. Tracking Pixels operate client-side only and need to be loaded onto your website directly. Source Functions operate server-side only, and aren't able to capture or implement client-side tracking code. If the tool you're hoping to integrate is server-side, then you can use a Source Function to connect it to Segment.
411415

0 commit comments

Comments
 (0)