Developer Docs - Mobile Docs - Interaction

Mv1.0

Inherits from ContentView

Whenever someone views a page in the mobile app, a page view interaction is automatically logged on the server. These interactions are typically queued and sent in bulk every minute or so.

But sometimes, you might want to log a custom interaction based on what the user did on the page—for example, tracking when they view a specific blog article. And yes, we know content channels now offer built-in ways to handle that too.

Anyway, this control doesn’t take up any space and offers a simple way to log a custom interaction. Just provide the Operation, Summary, and ChannelId, along with either a ComponentId or ComponentName. Everything else is optional.

Properties