We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849ce77 commit 422586bCopy full SHA for 422586b
src/mod/at.js
@@ -4,5 +4,5 @@ export default [
4
RULE()
5
.AT().ANYWHERE()
6
.FROM().QUERY_ENTRIES()
7
- .DO().REMOVE('at_campaign', /^at_custom.*/, 'at_medium')
+ .DO().REMOVE('at_campaign', /^at_custom.*/, 'at_medium', 'at_recipient_id', 'at_recipient_list')
8
];
0 commit comments