Getting Started

Registration ad spot

You set ad spots from admin UI. You need to set up your account to admin UI.

Draft ad template

You draft ad template from admin UI. Assign a placeholder by coding {{click_url}} as below and then the area is shown as ad spot.

Please refer here to know which placeholders you can use.

<div class="article">
  <div class="icon">
    <a href="{{click_url}}">
      <img src="{{main_image_url}}" />
    </a>
  </div>

  <div class="contents">
    <h3>{{title}}</h3>
    <p><span {{optout_click}}>【PR】</span>{{description}}</p>
    <span class="source">{{displayed_advertiser}}</span>
  </div>
</div>

Issuance ad tags

Issue tags from admin UI. Insert tags like as below to place you want to show ad in a page.

<div data-rfp-adspot-id="Ad Spot ID" style="display:none"></div>

Insert tag like as below to before </body> tag.

<script src="https://js.rfp.fout.jp/rfp-infeed.js"></script>
<script>RFP.InFeed.Default.run()</script>