Skip to content

Commit 7c71ffb

Browse files
chore: link
1 parent ecdce85 commit 7c71ffb

File tree

1 file changed

+1
-0
lines changed
  • src/v0/destinations/fb_custom_audience

1 file changed

+1
-0
lines changed

src/v0/destinations/fb_custom_audience/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const ensureApplicableFormat = (
9898
let userInformationTrimmed: string;
9999
if (isDefinedAndNotNull(userInformation)) {
100100
const stringifiedUserInformation = convertToString(userInformation).trim();
101+
// https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters
101102
switch (userProperty) {
102103
case 'EMAIL': {
103104
const emailValue = stringifiedUserInformation.toLowerCase();

0 commit comments

Comments
 (0)