Skip to content

Commit 554b9f3

Browse files
Add note about 'value' property in Facebook PIxel
1 parent b72e7a2 commit 554b9f3

File tree

1 file changed

+4
-0
lines changed
  • src/connections/destinations/catalog/facebook-pixel

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,9 @@ Facebook Pixel events typically don't display in real-time within the Facebook A
245245

246246
Segment does not handle nested properties that need to be blocklisted, including the standard PII properties. If you have properties you would like to blocklist, you can use [destination filters](/docs/connections/destinations/destination-filters/) to drop those properties before they are sent downstream.
247247

248+
### Mapping `revenue` to `value`
249+
250+
Segment pre-maps `revenue` or `total` to `value`. If you have a custom `value` property, it will be overwritten with the value from `revenue` or `total`, or it will appear as '0.00' if those two properties are not present. If you have a `value` property, a [destination middleware](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/middleware/#using-destination-middlewares){:target="_blank"} or [destination plugin](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#advanced-plugin-api){:target="_blank"} can be used to transform the name before it is sent downstream to avoid any data loss.
251+
248252

249253
{% include content/client-side-script-unverified.md %}

0 commit comments

Comments
 (0)