Skip to content

Commit dd47abf

Browse files
authored
Merge pull request #7176 from segmentio/prigiattiperrut-patch-7-1
Adding a note about FB <> Ip addresses
2 parents c7ad3d2 + 407a1da commit dd47abf

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,13 @@ 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 do I see a "Mismatched IP Address" warning in Facebook after enabling the Facebook Conversions API alongside Facebook Pixel?
330+
331+
When you enable both Facebook Pixel and the Facebook Conversions API, you may see a "Mismatched IP Address" warning in Facebook reports. This happens because:
332+
* Facebook Pixel collects the user’s IP address directly from the browser, [including IPv6 addresses when available](https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters#){:target="_blank"}, independently of Segment. Even though Segment’s Analytics.js defaults to collecting only IPv4 addresses, Facebook Pixel automatically collects IPv6 if available, and sends it to Facebook.
333+
* 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.
334+
335+
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)