Search found 2 matches
- Wed Apr 03, 2013 4:33 am
- Forum: Using OpenEMM
- Topic: Action to update user field
- Replies: 3
- Views: 7681
Re: Action to update user field
One more question I forgot to ask. Looking at my "clicks" field example. Is it possible to capture button name or URL from mailing? I've been looking at $requestParameters but it only has data like e.g. following: {uid=1.f.1015.1x.b1wj1q8med, agnQueryString=uid=1.f.1015.1x.b1wj1q8med} Is i...
- Wed Apr 03, 2013 3:34 am
- Forum: Using OpenEMM
- Topic: Action to update user field
- Replies: 3
- Views: 7681
Action to update user field
Hi, I wanted to simplify a bit profile update implemented in OpenEMM, basically I don't want to add new columns in database each time I want to track users' clicks. That's why I'm trying to implement general action that would update user's profile once he clicks on a link. Let's say the field is cal...