2010-01-13
03:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Ignore variables in the "message"
Hi all,
I'm developing an UDS for a propietary app but there are some variables on the message that I don't want to parse, can I just make up some variables and assign them to those fields that I don't want to parse or there is any other way to do this?
Thanks in advance for your help!
2 Replies
2010-01-14
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Technically, yes, you can make up any variable you want. One thing to consider is prepending your variable selection with some characters to ensure that there is no future collision in an ESU or product release. You could also use the flxXX (fld1, fld2, fld3, etc) variables. However those will still be visible within Event Explorer.
2010-01-14
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Daniel!
