We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdce85 commit 7c71ffbCopy full SHA for 7c71ffb
src/v0/destinations/fb_custom_audience/util.ts
@@ -98,6 +98,7 @@ const ensureApplicableFormat = (
98
let userInformationTrimmed: string;
99
if (isDefinedAndNotNull(userInformation)) {
100
const stringifiedUserInformation = convertToString(userInformation).trim();
101
+ // https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters
102
switch (userProperty) {
103
case 'EMAIL': {
104
const emailValue = stringifiedUserInformation.toLowerCase();
0 commit comments