AdRequest

Targeting info per the AdMob API. Mirrors native AdRequest API.

Properties

  • **content_url**: str | None
  • URL string for a webpage whose content matches the app’s primary content. Used for targeting and brand safety.
  • **extras**: dict[str, str] | None
  • Extras to pass to the AdMob adapter.
  • **http_timeout**: int | None
  • Custom timeout (milliseconds) for HTTPS calls. Supported on Android only.
  • **keywords**: list[str] | None
  • Words or phrases describing the current user activity.
  • **neighboring_content_urls**: list[str] | None
  • URLs representing web content near an ad.
  • **non_personalized_ads**: bool | None
  • If true, serves non-personalized ads (not based on user's past behavior).