You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-facebook-conversions-api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,8 @@ Segment applies formatting to User Data Parameters as follows:
159
159
| Phone | All non-numeric characters are removed from string. |
160
160
| Gender | A string of 'male' will be transformed to 'm', and 'female' to 'f'. |
161
161
| Date of Birth | No formatting is applied. |
162
-
| State | Compared against a Map object of states and their 2-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 2-letter ISO 3166-1 alpha-2 country codes. |
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. |
0 commit comments