-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59862ee
commit 3e8790a
Showing
6 changed files
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
src/cdk/v2/destinations/ninetailed/data/trackMapping.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[ | ||
{ | ||
"sourceKeys": "properties", | ||
"required": true, | ||
"destKey": "properties" | ||
}, | ||
{ | ||
"sourceKeys": "event", | ||
"required": true, | ||
"destKey": "event" | ||
} | ||
] | ||
{ | ||
"sourceKeys": "properties", | ||
"required": true, | ||
"destKey": "properties" | ||
}, | ||
{ | ||
"sourceKeys": "event", | ||
"required": true, | ||
"destKey": "event" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
test/integrations/destinations/ninetailed/processor/identify.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/integrations/destinations/ninetailed/processor/validation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ export const pageProperties = { | |
}; | ||
|
||
export const traits = { | ||
email: '[email protected]', | ||
firstname: 'John', | ||
lastname: 'Doe', | ||
phone: '+1(123)456-7890', | ||
gender: 'Male', | ||
birthday: '1980-01-02', | ||
city: 'San Francisco', | ||
}; | ||
email: '[email protected]', | ||
firstname: 'John', | ||
lastname: 'Doe', | ||
phone: '+1(123)456-7890', | ||
gender: 'Male', | ||
birthday: '1980-01-02', | ||
city: 'San Francisco', | ||
}; |