Ok so I’m actually talking about a acf Group that is assigned to a post if the taxonomy term is equal to a specific term. Using:
acf_get_field_groups(array('taxonomy' => 'services');
I am able to get acf groups assigned to a taxonomy but I want to apply different acf groups(services) to different customs posts(adverts). I can assign the group so when I check a term the relevant acf group meta box appears but I have been unable to get specific groups on the front end.