notBounce
Warning
Working with the JavaScript API requires knowledge of HTML and JavaScript. If you don’t know these languages, contact your website developer or webmaster.
Sends information about non-bounces.
ym(XXXXXX, 'notBounce', [options]);
Parameter |
Default value |
Type |
Description |
|
: |
Object |
: |
|
|||
|
: |
Function |
The callback function to call after sending pageview data |
|
: |
Object |
Context accessed by the |
Example
ym(XXXXXX, 'init' {}); //... ym(XXXXXX, 'notBounce');
Useful links |
Online training |