You can see how to use Ordero's url tracking feature for multi channel 1 landing page here
for details of shortcodes & options below the video
tracking button shortcode
Simple way -> [ordero_btn_track url='xxx']
Complex way -> [ordero_btn_track url='xxx' color='btn-secondary' text='Contact CS']
Complex way -> [ordero_btn_track url='xxx' color='btn-secondary' text='Contact CS' options]
List of options on tracking button:
text
To change the text on the tracking button.
Example: [ordero_btn_track url='xxx' text='Contact CS']
color
To change the button color.
Options: btn-primary, btn-secondary, btn-success, btn-danger, btn-warning, btn-info, btn-light, btn-dark, btn-link
Example: [ordero_btn_track url='xxx' color='btn-danger']
size
To change the button size.
Options:btn-sm,btn-lg
Example: [ordero_btn_track url='xxx' size='btn-lg']
span
To change the button length
Options: btn-block
Example: [ordero_btn_track url='xxx' span='btn-block']
icon
To change the icon on the button
You can see the options here https://fontawesome.com/icons?d=gallery
Example: [ordero_btn_track url='xxx' icon='fas fa-mosque']
url
Filled with the url of your form
Example: [ordero_btn_track url='https://pakarbot.com/ordero']
align
To change the align of buttons
Options:left,center,right
Example: [ordero_btn_track url='xxx' align='center']