Skip to content

Commit fa3804d

Browse files
authored
Update order of birthday traits (#3576)
Birthday traits are not in the correct order of prioritization. The order of priority is: “birthday”, “birth_day”, “date_of_birth”, “DOB”, “dateOfBirth”.
1 parent 7a671aa commit fa3804d

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/personas-facebook-custom-audiences

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Previously, Segment only sent email and mobile IDs to Facebook. A new beta featu
116116
| Gender | gender<br>gen | GEN | Yes | Use these values: `m` for male and `f` for female. |
117117
| Birth Year | birth_year | DOBY | Yes | Use the YYYY format from 1900 to current year. |
118118
| Birth Month | birth_month | DOBM | Yes | Use the MM format: `01` to `12`. |
119-
| Birth Day | birth_day<br>birthday<br>date_of_birth<br>DOB<br>dateOfBirth | DOBD | Yes | Use the DD format: `01` to `31`. |
119+
| Birth Day | birthday<br>birth_day<br>date_of_birth<br>DOB<br>dateOfBirth | DOBD | Yes | Use the DD format: `01` to `31`. |
120120
| State | state<br>address_state | ST | Yes | Use the 2-character ANSI abbreviation code, lowercase. Normalize states outside U.S. in lowercase, no punctuation, no special characters, no white space. |
121121
| City | city<br>address_city | CT | Yes | Use `a`-`z` only. Lowercase only, no punctuation, no special characters, no white space. |
122122
| Zipcode | zip<br>zip_code<br>zipCode | ZIP | Yes | Use lowercase, no white space. Use only the first 5 digits for U.S. Use Area/District/Sector format for the UK. |

0 commit comments

Comments
 (0)