Hi Tomo,
You can track Apple Watch using the IOS extension implementation : https://marketing.adobe.com/resources/help/en_US/mobile/ios/extensions.html
https://marketing.adobe.com/resources/help/en_US/mobile/ios/ios_ext.html
There is a new adobe reserved variable that will be sent once the implementation is successful : a.RunMode :
- a.RunMode = Application (the hit came from the containing app)
- a.RunMode = Extension (the hit came from the extension)
I do not believe this variable is mapped to any adobe analytics reports yet so you could use processing rules to map this variable to an existing report.
Please download the latest version of Adobe IOS SDK here : https://github.com/Adobe-Marketing-Cloud/mobile-services/releases (v.4.5.4 at the moment)
You can find Apple Watch implementation example here : https://github.com/Adobe-Marketing-Cloud/mobile-services/releases/tag/v1.0-iOS-watch (please follow the link above when new version of examples are released).
Please remember that you can additional contextData varaibles to gather additional details for your Apple Watch app.
Best regards.
Alexis Cazes
Senior Technical Support Engineer