I have an iOS app in which I play YouTube videos using the YouTube iframe API.
Inside YouTube, when looking in the analytics panel->Traffic sources I'm seeing the hits classified as "Other YouTube features"->"Unknown"
Is there a parameter I can pass that would identify the hits as coming from my app?
I can see that most apps playing YouTube videos are registered under "External" and then the name of the app (E.g. WhatsApp, embedly.com etc.)
I'm using the UIWebView to load an HTML that's using the YouTube iframe API like this:
<iframe id='playerId' type='text/html' width='100%%' height=100%%' src='https://www.youtube.com/embed/<videoId>enablejsapi=1&rel=0&playsinline=0&autoplay=1' frameborder='0'>