- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Setting the Page Name via SDK Code - As previously posted, Here are the Android and iOS SDK document entries for setting Page Name value in the trackState call. Both pages also show a similar note:
Can't set the Page Name in Mobile Services Interface - As far as I know, the Mobile Services has no documentation dedicated to the interface, other than examples/references mentioned in passing throughout the SDK documentation. Okay apparently there is some documentation (Managing your App). But looking through it, I did not find anything explicitly stating what you cannot set via this interface, or its limitations in general. But as you yourself from looking at all the availabile config vars in the interface, it's clearly not available in there!
Setting the Page Name via regular Processing Rule - Here is the Processing Rules Documentation. Also Processing Rules found here; basically the same info in another place, because reasons? Specifically, Dimensions Available to Processing Rules shows available variables you can set.
.josh