<input type="hidden" name="label" value="<?php echo $uid; ?>;<?php echo $tariff; ?>;<?php echo $publications; ?>">
<input type="hidden" name="label" value="99999;10;90">
$label_arr = explode(";", $label);
echo $label_arr[0]; // uid - 99999
echo $label_arr[1]; // tariff - 10
echo $label_arr[1]; // publications - 90
<a href="#link">title link</a>
<div class="baner_div"><a href="#link"><img src="baner.jpg" alt="title link"></a></div>
$(document).on("click",".baner_div a",function(e){
yaCounter.reachGoal('BannerCall', {tel: $(this).attr(href)});
});
А лучше так: