I am facing problem to create audiences in Target using notification results. Can you help me how to do that? screenshot or steps to create notification audiences help me to procede. Thank You
Its just for cleaner instance we are planning to find out active and inactive profile scripts to avoid further problems with profile scripts.Me also not able to find any API around that. Yes trying few options one with profile parameter and trying ti see if I can get info from list of audiences as ...
Yes , that is right but I am looking for more in automated fashion kind of report . This is going to be manual and it will take time to go one by one. THank You
I am trying to capture the parameter value using the lauch rule and exit the audiences based on that value. Exactly we are executing trackevent from launch for the direct call. Launch rule Events : core direct call Actions : core- Custom code adobe.target.trackevent({"mbox": "dynamicmbox1","param":...
Notification mbox : I am able to see mbox notification array and mbox parameter in target but trying to access it like mbox.param('xxxx')its returning othing in the profile script.? Could you please guide how to access that. I guess that resolves my problem.THank You
Hi Team, We are experiencing 204 as response for delivery call with beacon as true and notifications. Any idea what should be the response? Did any one executed adoe.target.trackevent on latest at.js which will execute delivery call with adding notifications to it. Please help me to resolve o...
adobe.target.trackEvent({
"mbox": "clicked-cta",
"params": {
"param1": "value1"
}
}); Hi Team , "Param1" from above snippett is that something possible to use dynalic name in trackevent? If yes please guide me. Thank You