Absolutely. We're trying to implement context data variables into our
mobile app. Historically, I've only seen script like this,
s.contextData[‘mobile.login_status’] = ‘Logged In’; but the consultant
gave us implementation specs that looked like the first post. I'm not a
developer so I want to be careful but, in my understanding, his
technical implementation specs can't actually be used. Meaning, we can't
set a variable for when people login as [contextData
setObject:@("login_status" forKey:@"mo...