Skip to content

Commit 6e9bc26

Browse files
Update index.md
1 parent 5e2ecb6 commit 6e9bc26

File tree

1 file changed

+12
-0
lines changed
  • src/connections/destinations/catalog/facebook-pixel-server-side

1 file changed

+12
-0
lines changed

src/connections/destinations/catalog/facebook-pixel-server-side/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,15 @@ minutes. You can confirm that Facebook received them:
323323
> **Note**: It might take a few minutes before events appear in the Events Manager.
324324
325325
![Verify events in the Overview tab of the Events Manager](images/image2.png)
326+
327+
## Troubleshooting
328+
329+
### Why am I seeing a "Mismatched IP Address" in Facebook after enabling Facebook Conversions API alongside Facebook Pixel?
330+
331+
When both Facebook Pixel and Facebook Conversions API are enabled, you may see a "Mismatched IP Address" warning in Facebook reports. This happens because:
332+
333+
* Facebook Pixel: This collects the user’s IP address directly from the browser, including IPv6 addresses when available, independently of Segment. So, even though Segment’s Analytics.js defaults to collecting only IPv4 addresses, the Facebook Pixel will still automatically collect IPv6 if available, and send it to Facebook.
334+
335+
* Facebook Conversions API: Events sent to Facebook through the Conversions API may include an IPv4 address collected by Segment Analytics.js, which results in both IPv4 and IPv6 addresses being sent for the same event.
336+
337+
Since these two addresses don’t match, Facebook flags it as a "Mismatched IP Address." To resolve this, you can manually collect and send the IPv6 address (when available) in the event payload to Segment, and map it to the Facebook Conversions API destination. This ensures consistency between the IP addresses received by Facebook.

0 commit comments

Comments
 (0)