I haven't, but what kind of testing / debugging have you done to try and solve the issue?
Have you checked that your Data Elements are populating correctly? Or checked the order of how the rules are firing (debug mode will be helpful here)
// Turn on Debugging:
_satellite.setDebug(true);
// Turn off Debugging:
_satellite.setDebug(false);
^ run this in your browser's console.
Do you have any Javascript Errors when the pages load that might indicated an issue with the integration?