Thank You
<?php
add_shortcode( 'shortcode_name', function () { ?>
<p>write your HTML shortcode content here</p>
<?php } );
obApi('track', 'Purchase');
<?php
add_shortcode( 'shortcode_name', function () { ?>
<p>write your HTML shortcode content here</p>
<?php } );