one). I see the allocation request to BA dev (and responds with the ad). However, it does not display on sample app. Can you give me the request with parameters? Did you check the Ad Group? func parseAdToCampaign(ad *buzzad_v1.Ad, allocReq *dto.AllocV1Request) *dto.CampaignV1 { if (ad.Type == "cpi") || (allocReq.SdkVersion < 1050 && (ad.Type == "cpc" || ad.Type == "cpm")) || //액션형 광고는 1050부터만 나가도록 (allocReq.SdkVersion < 1080 && ad.AdnetworkId == 54) { //cheetah adnetwork sdk version targetting : up to 1080 return nil } …. }