Creating an Audience based on Map field
Hi there,
I am looking to create a segment based on a Map field, in particular, from the idSpecific map field of the Consent field group. I am not too sure what to put in the Identifier specific, Identifier Type field, couldn't find the documentation for it. Wondering if someone can provide some insight?
Using this example, if I want to target at ECID level, what would I put?
"idSpecific": {
"email": {
"jdoe@example.com": {
"marketing": {
"email": {
"val": "n"
}
}
}
},
"ECID": {
"37784337855396895622558625508046772577": {
"collect": {
"val": "y"
},
"adID": {
"val": "n"
},
"marketing": {
"push": {
"val": "n"
}
}
}
}
}
Thank you.


