Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 1.47 KB

smartadserver.md

File metadata and controls

53 lines (40 loc) · 1.47 KB

SmartAdServer

Example

Basic call

  <amp-ad width=320 height=50
      type="smartadserver"
      data-call="std"
      data-site="94612"
      data-page="629154"
      data-format="38952"
      data-domain="https://<YourSmartAdServerDomain>">
  </amp-ad>

With targeting

  <amp-ad width=320 height=50
      type="smartadserver"
      data-call="std"
      data-site="94612"
      data-page="629154"
      data-format="38952"
      data-target="foo=bar"
      data-domain="https://<YourSmartAdServerDomain>">
  </amp-ad>

Configuration

For <YourSmartAdServerDomain>, use the domain assigned to your network (e. g. www3.smartadserver.com); It can be found in Smart AdServer's config.js library (e. g. http://www3.smartadserver.com/config.js?nwid=1234).

For semantics of configuration, please see Smart AdServer help center.