I have an mboxDefine()
and after a certain condition check call the mboxUpdate and also send some parameters. The resulting network call shows these parameters in the console. These are also shown in the parameters list of the associated location.
But When I do an mboxCurrent.getParameters() in the accociated offer, only the default ones (browser height, screen width etc) are available.
I tried a bunch of things but so far have not been able to access these custom parameters in offer itself. Any pointers will be helpful. Thanks.