static String getAdPriorityByIndex(int index) { switch (index) { case 0: return 'high'; case 1: return 'medium'; default: return 'low'; } }