Creative Details

Quality Score: 8/10

The advertisement promotes a donation campaign for Bloom Hearing, offering potential savings of up to $2,000 on modern hearing aids.

Creative Information

CID:e2d4b6f5-66f4-4f64-acba-1c44c55ae960
CRID:90_12117834
Domain:bloomhearing.com.au
Seat:StkAdpt
Size:300x250
Bid:$1.03
Timestamp:11/20/2025, 4:50:26 PM
Declared IAB Categories:

    Analysis

    5 succeeded(100% complete)
    TaskStatusLast UpdatedDurationActions
    ad_analysissuccess12/10/2025, 4:24:14 AM5.20s
    adomain_analysissuccess11/20/2025, 6:21:31 PM3.26s
    adomain_capturesuccess11/20/2025, 6:21:28 PM0.10s
    ad_rendersuccess12/10/2025, 4:24:09 AM16.22s
    brand_mappingsuccess11/20/2025, 6:21:29 PM1.45s

    Analysis Results

    Ad Format: banner

    Brands: Bloom Hearing

    Sensitive:Pharmaceutical Products
    Size:300x250
    Data Transferred:229.20 KB
    Render Time:7.36 Seconds
    Creative Inferred IAB Categories:
    • Health & Fitness (IAB7)
    • Shopping (IAB22)
    Creative Inferred IAB Ad Products:
    • Health and Medical Services (1378)
    • Pharmaceuticals (1473)
    Domain Inferred IAB Categories:
    • Health & Fitness (IAB7)
    • Shopping (IAB22)
    Domain Inferred IAB Ad Products:
    • Medical and Biotechnology (1043)
    • Personal Care (1214)
    • Health and Medical Services (1378)
    Total Ad Size:229.24 KB
    Requests Made:
    URLSize (KB)
    https://cdn.stackadapt.com/creatives/30548/DC4nDlEM1z3jYNMOJdyz2wDIM%231200x627.png170.78
    https://cdn.stackadapt.com/creatives/30189/vPDipuc_y94ClrxxYy3G_QDIM%23300x300.png48.98
    https://s3.amazonaws.com/stackadapt_public/js/saimp.js6.32
    https://creative.stackadapt.com/icons/adchoices/adchoices.png1.71
    https://s3.amazonaws.com/stackadapt_public/js/saurl.js1.29
    https://ap.srv.stackadapt.com/cv?aid=1-7137-176299465260512524209689-4&iidx=0&cv=%27%27&iv=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd964900b5ce0ea50d64e2d632c6a91aa4636592ab70.04
    https://ap.srv.stackadapt.com/cookie?campid=2954563&is_ctv=0&nativeid=12117834&domain=allhomes.com.au%3A%3A159&auctionid=1-7137-176299465260512524209689-4&impindex=0&m=MjAzLjI0LjE5LjIyOA&isipgen=0&conv=10.04
    https://ap.srv.stackadapt.com/track_user_page?aid=1-7137-176299465260512524209689-4&iid=5cc580c4-668a-47e9-97d4-b726ea92bdac&br_domain=allhomes.com.au&br_ip=203.24.19.228&window_location_href=about%3Asrcdoc&top_location_href=https%3A%2F%2Fecho-server.dangoldin.workers.dev%2F&is_iframe=true&network=kargo&br_page_url=https://www.allhomes.com.au/browse-sale/nsw/0.04
    https://tags.srv.stackadapt.com/sa.css0.03
    https://tags.srv.stackadapt.com/sa.jpeg0.00

    Advertiser Domain

    Advertiser Domain

    Ad Preview

    Raw Ad Markup

    <!DOCTYPE html><html><head><meta charset='utf-8'/><script>function adjust() {var elements = document.getElementsByClassName('with-adjustment');for (var i = 0; i < elements.length; i++) {var e = elements[i];var cutOffBy;do {cutOffBy = e.scrollHeight - e.clientHeight;if (cutOffBy <= 0) {break;}if (cutOffBy > 0) {e.style.fontSize = (parseFloat(e.style.fontSize) - 0.25) + 'px';}} while (cutOffBy > 0 && parseFloat(e.style.fontSize) >= 8);}}if (document.fonts && document.fonts.ready) {document.fonts.ready.then(function(){if (document.readyState === 'complete') { adjust(); } else { document.onreadystatechange = function() { if (document.readyState === 'complete') adjust(); } }});} else {if (window.addEventListener) {window.addEventListener('load', adjust, false);} else if (window.attachEvent) {window.attachEvent('onload', adjust);}}</script></head><body style="margin: 0px; background-color: white;"><div id='sa-content-div-pSdBShew0A' style="height: 248px; width: 297px; position: relative; border: 1px solid; border-color: #bbbabc"><div style="position:absolute; top:0; right:0; background:white; opacity:0.7; width:17px; height:15px; text-align:center; z-index: 16777270"><img id='sa-adchoices' src="https://creative.stackadapt.com/icons/adchoices/adchoices.png" width="12" height="12"></div><script>try{var sa_adchoices = document.getElementById('sa-adchoices');if (sa_adchoices){sa_adchoices.onclick = function(){window.open('https://www.stackadapt.com/privacy-policy','_blank');}}}catch(err){console.log(err);}</script><a target="_blank" href="https://clk.srv.stackadapt.com/clk?aid=1-7137-176299465260512524209689-4&cid=2954563&adid=12117834&sid=5cc580c4-668a-47e9-97d4-b726ea92bdac&uid=dMN9I0WLch6BehLx0k9qig&did=allhomes.com.au%3A%3A159&adurl=https%3A%2F%2Fap.srv.stackadapt.com&t=1762994652&brandname=Bloom+Hearing&adheading=Donate+and+upgrade+to+a+Better+Hearing+Experience.%C2%A0&iidx=0&nid=159&bip=MjAzLjI0LjE5LjIyOA&conv=true&curl=aHR0cHM6Ly93d3cuYmxvb21oZWFyaW5nLmNvbS5hdS9oZWFyaW5nLWFpZC1vZmZlcnMvdHJhZGUtaW4tYW5kLXNhdmUvP3V0bV9zb3VyY2U9cHJvZ3JhbW1hdGljJnV0bV9tZWRpdW09bmF0aXZlJnV0bV9jYW1wYWlnbj10cmFkZWluJnNhX2dhX3RyYWNrZXJfYWR2ZXJ0aXNlcj0zMDE4OSZzYV9nYV90cmFja2VyX2NhbXBhaWduPTI5NTQ1NjMmc2FfZ2FfdHJhY2tlcl9hZD0xMjExNzgzNCZzYV9nYV90cmFja2VyX2xpbmVpdGVtPTM5OTQ0NSZzYV9nYV90cmFja2VyX2RvbWFpbj1hbGxob21lcy5jb20uYXUlMjUzQSUyNTNBMTU5&r=" style="color:black; text-decoration:none"><div style="text-align:center;"><div style="height: 156px; background-image: url('https://cdn.stackadapt.com/creatives/30548/DC4nDlEM1z3jYNMOJdyz2wDIM%231200x627.png'); background-repeat: no-repeat; background-position: center; background-size: cover;"></div></div><div id="banner-headline" class="with-adjustment" style="-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:sans-serif;margin:2px 10px 2px 10px;overflow:hidden;font-size:14px;font-weight:700;max-height:38px;text-overflow:ellipsis;width:285px;display:-webkit-box;">Donate and upgrade to a Better Hearing Experience. </div><div id="banner-body" class="with-adjustment" style="margin:0px 15px 2px 10px;width:280px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;color:gray;font-family:sans-serif;font-size:10px;">Donate and save up to $2,000 on the latest rechargeable, connected hearing aids designed for the way you live today.</div><div style="font-family: sans-serif; font-size: 12px; margin: 5px 15px 2px 15px; position: absolute; bottom: 0; display: inline-block; width:93%; text-align:right;"><span id="banner-sponsor" style="font-family: sans-serif; margin-right:5px; display: inline-block; vertical-align: middle; max-width: 85%; max-height: 20px; overflow: hidden; color:gray; font-size:7.5px; line-height:8.5px">Sponsored by<br/><b style="color: black;font-size:7.5px;">Bloom Hearing</b></span><img style="height: 25px; width: 25px; vertical-align: middle;" src="https://cdn.stackadapt.com/creatives/30189/vPDipuc_y94ClrxxYy3G_QDIM%23300x300.png"></div></a><div></div><div></div><div><img src="https://ap.srv.stackadapt.com/cookie?campid=2954563&is_ctv=0&nativeid=12117834&domain=allhomes.com.au%3A%3A159&auctionid=1-7137-176299465260512524209689-4&impindex=0&m=MjAzLjI0LjE5LjIyOA&isipgen=0&conv=1" width="1" height="1"><img src="https://ap-win.srv.stackadapt.com/win?aid=1-7137-176299465260512524209689-4&sid=5cc580c4-668a-47e9-97d4-b726ea92bdac&wp=1.03&rid=f1a27e1e-7175-4ac0-8d97-d96648de4a0b&network=159&t=1762994652&said=1-7137-176299465260512524209689-4&sanid=159" width="1" height="1"></div></div><script src="https://s3.amazonaws.com/stackadapt_public/js/saimp.js" purl="https://ap.srv.stackadapt.com" aid="1-7137-176299465260512524209689-4" iidx="0"></script><script src="https://s3.amazonaws.com/stackadapt_public/js/saurl.js" id="sa-url-script" purl="https://ap.srv.stackadapt.com" aid="1-7137-176299465260512524209689-4" iid="5cc580c4-668a-47e9-97d4-b726ea92bdac" br_domain="allhomes.com.au" br_ip="203.24.19.228" network="kargo" br_page_url="https://www.allhomes.com.au/browse-sale/nsw/"></script></body></html>

    Creatives

    Creative Screenshot 1