You can do using the {if} tags
for example, create a new block with the ads, then in the html part:
{if $Article and $Article->Category->title == 'business'}
add code for business here
{/if}
{if $Article and $Article->Category->title == 'software'}
add code for software here
{/if}