Send props by data collection not work
Hello everyone, everything good?
I'm trying to send information through the data collection.
This information is a prop that should tell me if it's true or false.
In the data collection I created a rule with "Core - Direct Call" event and in the actions I pointed to my prop2, I also created a "Data Elements" called "marketing":

And in that same rule I put the following custom code:

and here is my data element:

When firing from the browser console I see that it sends the information:

But unfortunately this information does not arrive on the adobe dashboard.
Can anyone tell me what is wrong with this implementation?