Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Javascript callback functions for Aimtell
_aimtellReady()
function _aimtellReady(){ alert("Everything is loaded!"); }
_aimtellPermissionGranted()
function _aimtellPermissionGranted(){ alert("Thanks, you're now subscribed!"); }
_aimtellPermissionIgnored()
function _aimtellPermissionIgnored(){ alert("Oh no, you ignored me!"); }
_aimtellPermissionDenied()
function _aimtellPermissionDenied(){ alert("Oh no, you denied me!"); }