DocsOAdsAd Types
Reference

Ad Types

OAdsorravo.com/docs/oads/ad-types

1. Image + Link (image)

Standard banner ad. Upload an image from the WP media library. Optional overlay headline. Clicks are tracked via redirect.

Meta keys:

  • _oads_image_url — image URL
  • _oads_image_id — attachment ID
  • _oads_text_headline — optional overlay headline
  • _oads_destination_url — click destination

2. Text Card (text)

Pure text ad. Headline + body copy + CTA button. Good for contextual relevance in article feeds.

Meta keys:

  • _oads_text_headline
  • _oads_text_body
  • _oads_text_cta (default: "Learn More")
  • _oads_destination_url

3. HTML Embed (html)

Raw HTML or third-party script embed (passed through wp_kses_post). Use for custom rich media, third-party networks, or custom interactive units.

Meta keys:

  • _oads_html_embed

4. Video (video)

Self-hosted MP4 (using <video> with autoplay muted) or YouTube embed (via youtube-nocookie.com). IntersectionObserver starts/stops playback on scroll.

Meta keys:

  • _oads_video_url
  • _oads_video_type (self | youtube)

5. Sponsored Content Card (sponsored)

Looks like an editorial post card. Image + headline + description + CTA. Designed to blend with content feed listings.

Meta keys:

  • _oads_sponsored_headline
  • _oads_sponsored_desc
  • _oads_sponsored_cta
  • _oads_sponsored_img_url

6. Sticky Bar (sticky)

Fixed top or bottom bar that persists while the user scrolls. Has a close (✕) button. Smooth dismiss animation.

Meta keys:

  • _oads_sticky_position (top | bottom)

Ad Types — OAds Docs — Orravo