You're right, _satellite.track() is just used to manually trigger a rule by name. It doesn’t care whether the rule sends data via AppMeasurement or the Web SDK. So if you're already using_satellite.track("video_25"), and that rule fires a Beacon with AppMeasurement, you just need to update the actio...