My target dimension is Recipient table and the filtering dimension I am using a custom schema.
I am trying to get the domain name from the custom schema which is linked with recipient schema as below in adding additional data > Output columns
Substring(@email,'@',-1)
Substring([recipient/@email],'@',-1)
However, I am getting an error. Please suggest
Thank you in advance.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @rvnth ,
You can use GetEmailDomain() function in Query / enrichment expression to get the domain of email, and use it to map.
Example, GetEmailDomain([@email])
And also, in nms:recipient schema you can find OOTB attribute called email domain which will be using the same expression.
Views
Replies
Total Likes
I found this. Please correct me if I am wrong.
I am targeting only gmail here.
Right(@email,9 )
Views
Replies
Total Likes
Hi @rvnth ,
You can use GetEmailDomain() function in Query / enrichment expression to get the domain of email, and use it to map.
Example, GetEmailDomain([@email])
And also, in nms:recipient schema you can find OOTB attribute called email domain which will be using the same expression.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies