Skip to content

Commit a046eb3

Browse files
Apply requested changes
1 parent 6985614 commit a046eb3

File tree

1 file changed

+11
-8
lines changed
  • src/connections/destinations/catalog/actions-facebook-conversions-api

1 file changed

+11
-8
lines changed

src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,17 @@ If you use Facebook Pixel, the Pixel library also hashes the External ID. This m
153153

154154
Segment applies formatting to User Data Parameters as follows:
155155

156-
| User Data Field | Formatting applied to field value before hashing |
157-
|-------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
158-
| External ID, Email, Gender, Last Name, First Name, City, State, Zip Code, Country | All whitespace is removed from string, set to lowercase. |
159-
| Phone | All non-numeric characters are removed from string. |
160-
| Gender | A string of 'male' will be transformed to 'm', and 'female' to 'f'. |
161-
| Date of Birth | No formatting is applied. |
162-
| State | Compared against a Map object of states and their two-character ANSI abbreviation code. Example: "Texas", "TX", or "tx" in this field will be formatted as "tx". |
163-
| Country | Compared against a Map object of countries and their two-letter ISO 3166-1 alpha-2 country codes. |
156+
| User Data Field | Formatting applied to field value before hashing |
157+
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
158+
| External ID | All whitespace is removed from string, set to lowercase. |
159+
| Email | All whitespace is removed from string, set to lowercase. |
160+
| First Name, Last Name | All whitespace is removed from string, set to lowercase. |
161+
| Gender | All whitespace is removed from string, set to lowercase. "male" is set to "m", "female" is set to "f". |
162+
| Date of Birth | No formatting is applied. |
163+
| Phone | All whitespace is removed from string. |
164+
| Zip Code | All whitespace is removed from string. |
165+
| State | All whitespace is removed from string and the result is compared against a map object of states and their two-character ANSI abbreviation code. Example: "Texas", "TX", or "tx" in this field will be formatted as "tx". |
166+
| Country | All whitespace is removed from string and the result is compared against a map object of countries and their two-letter ISO 3166-1 alpha-2 country code. Example: "Germany", "germany", or "de" will be formatted as "de". |
164167

165168
### User Data Parameters
166169

0 commit comments

Comments
 (0)