|
Page 3 of 6
The Joomla mambot allows you to place the Web CEO tracking on any page in
Joomla that is displayed in content, it is fully configurable via code. If used in conjuction with the module make sure the module is placed in a lower part of the template such as the footer to make sure the mambot takes precedence.
To enable the mambot it needs to be configured with your unique tracking code, the mambot configuration options are:
Web CEO ID
|
Required - unique to your site, without this the module will not work
|
Page Name
|
Optional - by default if this is not set the page title generated by Joomla is used |
| Enable URL Input |
Use this to enable the module to process data passed via he URL
|
Get: Page Name
|
Default: mypagetitle, alter the parameter for controlling input via URL
|
Get: Content Group
|
Default: contentgroup, alter the parameter for controlling input via URL |
| Get: Transaction |
Default: transaction, alter the parameter for controlling input via URL |
| Get: Transaction ID |
Default: transactionid, alter the parameter for controlling input via URL |
| Get: Order Product |
Default: orderproduct, alter the parameter for controlling input via URL |
Get: Order Category
|
Default: ordercategory, alter the parameter for controlling input via URL |
Get: Order QTY
|
Default: orderqty, alter the parameter for controlling input via URL |
Get: Order Amount
|
Default: orderamount, alter the parameter for controlling input via URL |
You can control and override all the parameters below by passing
them via the URL (if enabled) by using the URL settings specified above
in the module
The minimum required to enable the mambot is the unique tracking code which we can provide if required.
The following information can be specified in the Mambot itself:
Web CEO ID: required to provide tracking for your site
Enable URL Input: enable the mambot to accept URL parameters to override settings
Further advanced tracking is available in the form of eCommerce
settings, these can be set via the URL or via Mambot paramters, these are:
Transaction: The name of the transaction
Transaction ID: The ID of the transaction, must be numerical and unique.
Order Product: The name of the product ordered.
Order Category: The Product category i.e Camera.
Order QTY: Quantity of the product ordered.
Order Amount: Value of the product orde, use numerical values only
To configure any of the above settings use the following:
{ sbdwebceo mypagetitle=PageTitle contentgroup=PRODUCTS transaction=TRANSACTION transactionid=TRANSACTIONID orderproduct=PRODUCTNAME ordercategory=CATEGORY orderqty=QTY ordervalue=VALUE}
Note: Please use %20 if you require a space between any words.
Further eCommerce Options
You can track ad Campaigns or other campaigns by appending two paramters to the all links you want to track in your campaign.
The following parameters are required:
Campaign Name: the name of the campaign - required. Parameter: source
Keyword: keyword to help differentiate links running in the same campaign - optional. Parameter: kwd
Example: http://www.yoursite.com?source=MYCAMPAIGN&kwd=MYGOOGLEADS
The Mambot is best used along side the module to enable the ability to track all of Joomla's pages.
|