So Vimeo's library offered in that link is made specifically for Google Analytics which sends events.
Easier solution:
Very ugly workaround but what you can do is listen to those Google post events (more details here: https://stackoverflow.com/questions/48806235/listening-google-events)
Harder solution:
I, unfortunately, don't have a Vimeo premium account to see the Google Analytics library.js file but you would want to read how that library works, figure out and find their listeners, copy that code and install the library or copy the bits of the code that is necessary and have it work to fire a direct call or some kind of event for Adobe Launch to listen to in event rules.