adrop.request 를 이용해서 광고를 요청하고, 원하는 컴포넌트에 삽입해 주세요.
adrop.request
unit id를 대체해 주세요.
const unitId = 'ADROP_PUBLIC_TEST_UNIT_ID' const response = await adrop.request(unitId); <div dangerouslySetInnerHTML={{ __html: response.ad ?? '' }}/>
Last updated 7 months ago