notBounce
Tip. 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 |
---|---|---|---|
options | — | Object | — |
options fields | |||
options.callback | — | Function | The callback function to call after sending pageview data |
options.ctx | — | Object | Context accessed by the |
Parameter | Default value | Type | Description |
---|---|---|---|
options | — | Object | — |
options fields | |||
options.callback | — | Function | The callback function to call after sending pageview data |
options.ctx | — | Object | Context accessed by the |
Example
ym(XXXXXX, 'init' {});
//...
ym(XXXXXX, 'notBounce');