örneğin şöyle birşey olabilir

$rastgele = rand(1, 2);
if ($rastgele == 1) {
echo $adsense;
} else {
echo $adtech;
}