{"id":10783,"date":"2024-08-27T17:16:47","date_gmt":"2024-08-27T15:16:47","guid":{"rendered":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/"},"modified":"2024-08-27T17:43:49","modified_gmt":"2024-08-27T15:43:49","slug":"banner","status":"publish","type":"docs","link":"https:\/\/refinery89.com\/pt\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/","title":{"rendered":"Banner"},"content":{"rendered":"<p data-renderer-start-pos=\"1\">Rectangular advertisements that remain visible on the screen during user interaction with the application, and have the ability to refresh automatically after a specified duration.<\/p>\n<h1 id=\"Show-the-Ad\" data-renderer-start-pos=\"183\">Show the Ad<\/h1>\n<div class=\"ak-editor-panel cc-tqp4ke sdk-info\" data-panel-type=\"info\">\n<div class=\"ak-editor-panel__content\">\n<p data-renderer-start-pos=\"197\">In the example we are using a Test Id.<\/p>\n<p data-renderer-start-pos=\"238\">If you are not testing the app, change it for the proper ID that you got from us.<\/p>\n<\/div>\n<\/div>\n<div class=\"code-block\">\n<pre>@override\r\n  Widget build(BuildContext context) =&gt; Scaffold(\r\n    appBar: ...,\r\n    body: Column(children: [\r\n      ...\r\n      R89Banner(\r\n          configurationId: ConfigBuilder.bannerTestR89ConfigId),\r\n      ...\r\n    ],),\r\n  );\r\n<\/pre>\n<\/div>\n<h1 role=\"presentation\">Lifecycle Events<\/h1>\n<p data-renderer-start-pos=\"563\">To receive the lifecycle events, provide <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">BannerEventListener<\/code> to <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">R89Banner<\/code> via <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">lifecycleCallbacks<\/code> parameter. Details about <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">BannerEventListener<\/code> can be found in the <a class=\"cc-1rn59kg\" title=\"\/wiki\/spaces\/R8P\/pages\/528842754\" href=\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-plugin\/code-reference\/\" target=\"_blank\" rel=\"noopener\" data-testid=\"link-with-safety\" data-renderer-mark=\"true\">Reference<\/a>.<\/p>\n<div class=\"code-block\">\n<pre>@override\r\n  Widget build(BuildContext context) =&gt; Scaffold(\r\n    appBar: ...,\r\n    body: Column(children: [\r\n      ...\r\n      R89Banner(\r\n              configurationId: ConfigBuilder.bannerTestR89ConfigId,\r\n              lifecycleCallbacks: BannerEventListener.callbacks(\r\n                  onLoadedCallback: () {},\r\n                  onImpressionCallback: () {},\r\n                  onLayoutChangeCallback: (width, height) {},\r\n                  onClickCallback: () {},\r\n                  onOpenCallback: () {},\r\n                  onCloseCallback: () {},\r\n                  onFailedToLoadCallback: (error) {},)\r\n            ),\r\n      ...\r\n    ],),\r\n  );\r\n<\/pre>\n<\/div>\n","protected":false},"featured_media":0,"parent":10777,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-10783","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Banner | Refinery89<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/refinery89.com\/pt\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/formatos-de-anuncio\/banner\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Banner | Refinery89\" \/>\n<meta property=\"og:description\" content=\"Rectangular advertisements that remain visible on the screen during user interaction with the application, and have the ability to refresh automatically after a specified duration. Show the Ad In the example we are using a Test Id. If you are not testing the app, change it for the proper ID that you got from us. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/refinery89.com\/pt\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/formatos-de-anuncio\/banner\/\" \/>\n<meta property=\"og:site_name\" content=\"Refinery89\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Refinery89\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-27T15:43:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@refinery89\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/\",\"url\":\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/\",\"name\":\"Banner | Refinery89\",\"isPartOf\":{\"@id\":\"https:\/\/refinery89.com\/#website\"},\"datePublished\":\"2024-08-27T15:16:47+00:00\",\"dateModified\":\"2024-08-27T15:43:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/refinery89.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flutter &#8211; Monetize App SDK Documentation\",\"item\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Privat: User Guide\",\"item\":\"https:\/\/refinery89.com\/sv\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Ad Formats\",\"item\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Banner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/refinery89.com\/#website\",\"url\":\"https:\/\/refinery89.com\/\",\"name\":\"Refinery89\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/refinery89.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/refinery89.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/refinery89.com\/#organization\",\"name\":\"Refinery89\",\"alternateName\":\"R89\",\"url\":\"https:\/\/refinery89.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/refinery89.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\",\"contentUrl\":\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\",\"width\":200,\"height\":200,\"caption\":\"Refinery89\"},\"image\":{\"@id\":\"https:\/\/refinery89.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Refinery89\/\",\"https:\/\/x.com\/refinery89\",\"https:\/\/www.linkedin.com\/company\/refinery89\/\",\"https:\/\/www.youtube.com\/@refinery89\",\"https:\/\/www.instagram.com\/refinery_89\/\",\"https:\/\/www.reddit.com\/user\/Refinery89\/\",\"https:\/\/share.google\/K8hFf3ktmUrTi1XCa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Banner | Refinery89","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/refinery89.com\/pt\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/formatos-de-anuncio\/banner\/","og_locale":"pt_BR","og_type":"article","og_title":"Banner | Refinery89","og_description":"Rectangular advertisements that remain visible on the screen during user interaction with the application, and have the ability to refresh automatically after a specified duration. Show the Ad In the example we are using a Test Id. If you are not testing the app, change it for the proper ID that you got from us. [&hellip;]","og_url":"https:\/\/refinery89.com\/pt\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/formatos-de-anuncio\/banner\/","og_site_name":"Refinery89","article_publisher":"https:\/\/www.facebook.com\/Refinery89\/","article_modified_time":"2024-08-27T15:43:49+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@refinery89","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/","url":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/","name":"Banner | Refinery89","isPartOf":{"@id":"https:\/\/refinery89.com\/#website"},"datePublished":"2024-08-27T15:16:47+00:00","dateModified":"2024-08-27T15:43:49+00:00","breadcrumb":{"@id":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/banner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/refinery89.com\/"},{"@type":"ListItem","position":2,"name":"Flutter &#8211; Monetize App SDK Documentation","item":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/"},{"@type":"ListItem","position":3,"name":"Privat: User Guide","item":"https:\/\/refinery89.com\/sv\/"},{"@type":"ListItem","position":4,"name":"Ad Formats","item":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/"},{"@type":"ListItem","position":5,"name":"Banner"}]},{"@type":"WebSite","@id":"https:\/\/refinery89.com\/#website","url":"https:\/\/refinery89.com\/","name":"Refinery89","description":"","publisher":{"@id":"https:\/\/refinery89.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/refinery89.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/refinery89.com\/#organization","name":"Refinery89","alternateName":"R89","url":"https:\/\/refinery89.com\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/refinery89.com\/#\/schema\/logo\/image\/","url":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","contentUrl":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","width":200,"height":200,"caption":"Refinery89"},"image":{"@id":"https:\/\/refinery89.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Refinery89\/","https:\/\/x.com\/refinery89","https:\/\/www.linkedin.com\/company\/refinery89\/","https:\/\/www.youtube.com\/@refinery89","https:\/\/www.instagram.com\/refinery_89\/","https:\/\/www.reddit.com\/user\/Refinery89\/","https:\/\/share.google\/K8hFf3ktmUrTi1XCa"]}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/docs\/10783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/comments?post=10783"}],"version-history":[{"count":0,"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/docs\/10783\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/docs\/10777"}],"wp:attachment":[{"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/media?parent=10783"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/refinery89.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=10783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}