Overview
General
Set Email
Subscribe Email Info
Send Brand
Send Category
Add To Cart
Add To Wishlist
Checkout Ids
Click Image
Comment On Product
Remove From Cart
Save Order
Send Product
Set Cart Url
Visit Help Page
CSV Feed
PHP SDK
API Integration
Add Subscriber
Remove subscriber
Subscriber status
Send Email
Feedback
Discounts
Generate Discounts
Unsubscribed Emails
API For Partners
visitHelpPage
This function must be called every time a visitor visits one of the Help Pages of the site (e.g. How to order? , FAQ, How I get the products?)
_ra.visitHelpPage(callback_function);
OR executing scripts automatically when the page is loaded
var _ra = _ra || {}; _ra.visitHelpPageInfo = { "visit" : true } if (_ra.ready !== undefined) { _ra.visitHelpPage(); }
visitHelpPage function parameters
Field | Type | Required | Description |
---|---|---|---|
visit | bool | True | True |
callback_function | function | False | With this parameter you can define a function that runs itself after the action's parent function executes |
visitHelpPage function examples
var _ra = _ra || {}; _ra.visitHelpPageInfo = { "visit" : true } if (_ra.ready !== undefined) { _ra.visitHelpPage(); }