Skip to content

Commit 1a88d9d

Browse files
add Pixel FAQ
1 parent e11093a commit 1a88d9d

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+
Generally Tracking Pixels operate client-side only which means that they'll actually need to be loaded onto your website directly. Source Functions operate server-side and as such will not be able to capture or implement client-side tracking code such as a Pixel. If the tool you're hoping to integrate is server-side however, then you're likely able to use a Source Function to connect it to Segment.
411415

0 commit comments

Comments
 (0)