From 3855aaf0ecab68c55cac98211f7d53a3d7b559ab Mon Sep 17 00:00:00 2001 From: Charity Holt <38872070+charholt@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:54:02 -0400 Subject: [PATCH] Update order of birthday traits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Birthday traits are not in the correct order of prioritization. The order of priority is: “birthday”, “birth_day”, “date_of_birth”, “DOB”, “dateOfBirth”. --- .../catalog/personas-facebook-custom-audiences/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md b/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md index 6ef3290b2b..0f8c48f971 100644 --- a/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md +++ b/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md @@ -116,7 +116,7 @@ Previously, Segment only sent email and mobile IDs to Facebook. A new beta featu | Gender | gender
gen | GEN | Yes | Use these values: `m` for male and `f` for female. | | Birth Year | birth_year | DOBY | Yes | Use the YYYY format from 1900 to current year. | | Birth Month | birth_month | DOBM | Yes | Use the MM format: `01` to `12`. | -| Birth Day | birth_day
birthday
date_of_birth
DOB
dateOfBirth | DOBD | Yes | Use the DD format: `01` to `31`. | +| Birth Day | birthday
birth_day
date_of_birth
DOB
dateOfBirth | DOBD | Yes | Use the DD format: `01` to `31`. | | State | state
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. | | City | city
address_city | CT | Yes | Use `a`-`z` only. Lowercase only, no punctuation, no special characters, no white space. | | Zipcode | zip
zip_code
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. |