{"product_id":"meta-ads-playbook","title":"Meta Ads Playbook","description":"\u003cstyle\u003e\n  .sb-page {\n    --forest: #003B2C;\n    --cream: #FFF3E3;\n    --ink: #08251D;\n    --sunshine: #FFBF00;\n    --coral: #FF4040;\n    --mango: #FF9F00;\n    --meadow: #168447;\n    --pink: #F72567;\n    --line: rgba(8,37,29,0.12);\n    --font-display: 'Montserrat', sans-serif;\n    --font-body: 'Inter', sans-serif;\n    font-family: var(--font-body);\n    color: var(--ink);\n    background: var(--cream);\n    line-height: 1.6;\n  }\n  .sb-page * { box-sizing: border-box; }\n  .sb-page img { max-width: 100%; display: block; }\n  .sb-page h1, .sb-page h2, .sb-page h3 { font-family: var(--font-display); font-weight: 800; margin: 0; letter-spacing: -0.01em; }\n  .sb-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); }\n  .sb-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }\n  .sb-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }\n  .sb-pill { display: inline-block; background: var(--forest); color: var(--cream); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; }\n\n  .sb-back-top { position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--forest); color: var(--sunshine); display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.25); opacity: 0; pointer-events: none; transition: opacity 0.2s ease; z-index: 50; border: none; }\n  .sb-back-top.is-visible { opacity: 1; pointer-events: auto; }\n\n  .sb-cta-banner { background: var(--forest); padding: 36px 24px; text-align: center; }\n  .sb-cta-banner p { color: rgba(255,243,227,0.75); font-size: 14.5px; margin: 0 0 14px; }\n  .sb-cta-btn { display: inline-block; background: var(--sunshine); color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 15px; padding: 14px 30px; border-radius: 12px; border: none; cursor: pointer; }\n\n  .sb-highlights { background: transparent; padding: 40px 0 40px 32px; position: sticky; top: 20px; align-self: start; }\n  .sb-product-title { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--forest); text-align: left; margin: 0 0 12px; }\n  .sb-product-desc { font-size: 15.5px; color: #4a463d; text-align: left; max-width: 620px; margin: 0 0 18px; line-height: 1.6; }\n  .sb-escalation { list-style: none; margin: 0 0 20px; padding: 0; max-width: 620px; }\n  .sb-escalation li { font-size: 14.5px; color: #4a463d; padding: 5px 0 5px 20px; position: relative; }\n  .sb-escalation li::before { content: '\\2192'; position: absolute; left: 0; color: var(--pink); font-weight: 800; }\n  .sb-escalation li:last-child { color: var(--forest); font-weight: 700; }\n\n  .sb-price-block { margin-bottom: 18px; }\n  .sb-price-row-top { display: flex; align-items: baseline; gap: 12px; }\n  .sb-product-price { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--forest); }\n  .sb-price-was { font-size: 15px; text-decoration: line-through; color: #9a9086; }\n  .sb-save-badge { display: inline-block; background: var(--sunshine); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-top: 6px; }\n\n  .sb-pace-note { font-size: 12px; color: #6b6558; margin-bottom: 16px; text-align: left; }\n  .sb-fomo { display: flex; align-items: center; justify-content: flex-start; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 12.5px; color: var(--ink); margin: 0 0 20px; max-width: 460px; }\n  .sb-fomo-dot { width: 7px; height: 7px; border-radius: 50%; background: #2ecc71; flex-shrink: 0; animation: sbPulse 1.6s infinite; }\n  @keyframes sbPulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }\n\n  .sb-btn-row { display: flex; gap: 12px; max-width: 480px; margin: 0 0 16px; }\n  .sb-btn-add, .sb-btn-buy { flex: 1; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; padding: 15px 18px; border-radius: 12px; cursor: pointer; border: none; }\n  .sb-btn-add { background: transparent; color: var(--forest); border: 2px solid var(--forest); }\n  .sb-btn-add:hover { background: var(--forest); color: var(--cream); }\n  .sb-btn-buy { background: var(--sunshine); color: var(--ink); }\n  .sb-btn-buy:hover { background: #FFD24D; }\n\n  .sb-accordion { max-width: 700px; margin: 28px 0 0; border-top: 1px solid var(--line); }\n  .sb-accordion details { border-bottom: 1px solid var(--line); }\n  .sb-accordion summary { cursor: pointer; list-style: none; padding: 16px 2px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--forest); display: flex; justify-content: space-between; align-items: center; }\n  .sb-accordion summary::-webkit-details-marker { display: none; }\n  .sb-accordion summary::after { content: '+'; font-size: 20px; color: var(--pink); }\n  .sb-accordion details[open] summary::after { content: '\\2013'; }\n  .sb-accordion .sb-accordion-body { padding: 0 2px 16px; font-size: 14px; color: #4a463d; }\n  .sb-benefits { list-style: none; margin: 0; padding: 0; }\n  .sb-benefits li { font-size: 14.5px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); }\n  .sb-benefits li:last-child { border-bottom: none; }\n  .sb-benefits li strong { display: block; font-family: var(--font-display); font-size: 15px; color: var(--forest); margin-bottom: 3px; }\n  .sb-benefits li span.sb-sub-line { color: #4a463d; }\n  .sb-vol-list { list-style: none; margin: 0; padding: 0; }\n  .sb-vol-list li { font-size: 13.5px; padding: 8px 0; border-bottom: 1px solid var(--line); }\n  .sb-vol-list li:last-child { border-bottom: none; }\n  .sb-vol-list strong { color: var(--forest); font-family: var(--font-display); }\n\n  .sb-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--forest); color: var(--cream); padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,0.25); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 99999; }\n  .sb-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }\n\n  @media (max-width: 860px) {\n    .sb-highlights { position: static; background: transparent; padding: 20px 20px 32px; margin-top: 0; border-top: 1px solid var(--line); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sb-page\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900\u0026amp;family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cdiv class=\"sb-highlights\"\u003e\n\u003cspan class=\"sb-pill\"\u003eThe Complete Series, All 6 Books\u003c\/span\u003e\n\u003ch1 class=\"sb-product-title\" style=\"margin-top: 12px;\"\u003eMeta Ads Playbook\u003c\/h1\u003e\n\u003cp class=\"p1\"\u003eMost Meta Ads campaigns don’t fail because the product is bad, they fail because the system behind them is broken, which is why this six-book system takes you from launching and scaling profitable campaigns to retargeting, creating high-converting ads and copy, and troubleshooting what’s stopping your results.\u003c\/p\u003e\n\u003cdiv class=\"sb-price-block\"\u003e\n\u003cdiv class=\"sb-price-row-top\"\u003e\n\u003cspan class=\"sb-product-price\"\u003e₦75,000.00\u003c\/span\u003e \u003cspan class=\"sb-price-was\"\u003e₦90,000.00\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sb-save-badge\"\u003eSave ₦15,000 vs Buying All 6 Separately\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-btn-row\"\u003e\n\u003cbutton type=\"button\" class=\"sb-btn-add sb-cart-btn\"\u003eAdd to Cart\u003c\/button\u003e \u003cbutton type=\"button\" class=\"sb-btn-buy sb-cart-btn\"\u003eBuy Now\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-pace-note\"\u003e365 pages across 6 books. Launch, Scale, Retarget, Create, Convert, Troubleshoot.\u003c\/p\u003e\n\u003cdiv class=\"sb-fomo\"\u003e\n\u003cspan class=\"sb-fomo-dot\"\u003e\u003c\/span\u003e \u003cspan id=\"sbFomoText\"\u003eDamilola in Lagos just got his copy, 4 minutes ago\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eSee What Changes For You\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003e\n\u003cul class=\"sb-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou stop guessing your way through every stage of a Meta Ads account.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e Launch, scale, retarget, create, and troubleshoot, each stage covered by the book actually built for it, not one generic guide trying to do everything.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou stop losing money to mistakes each book was built to prevent.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e A wrong campaign structure, a reckless scale, a wasted retargeting budget, weak creative, copy that never converts, each has its own book and its own fix.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhen something breaks, you have an actual diagnostic manual, not a guess.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e Book 6 alone covers 28 named problems with symptoms, causes, decision trees, and fixes.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou save ₦15,000 buying the complete series at once.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e The same six books, bought individually, cost ₦90,000. Together, they cost ₦75,000.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's Inside?\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003e\n\u003cul class=\"sb-vol-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 1, How To Launch Profitable Meta Ads\u003c\/strong\u003e (47 pages): account setup, the Pixel and CAPI, campaign objectives, your first campaign structure, and a real pre-launch checklist.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 2, How To Scale Profitable Meta Ads\u003c\/strong\u003e (46 pages): the 15-20% budget rule, reading the ten metrics that matter, and the exact scaling mistakes that break a working campaign.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 3, How To Launch Meta Retargeting Campaigns\u003c\/strong\u003e (53 pages): every retargeting audience type, intent-tier segmentation, and win-back campaigns using the extended 730-day window.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 4, Best Meta Ad Creatives That Convert\u003c\/strong\u003e (53 pages): the anatomy of a high-converting creative, eight proven frameworks, and a real testing and fatigue system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 5, Meta Ads Copywriting and Landing Pages\u003c\/strong\u003e (54 pages): eight copywriting frameworks, complete landing page anatomy, and three full walkthroughs built section by section.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBook 6, Meta Ads Troubleshooting and Optimization\u003c\/strong\u003e (112 pages): 28 named problems, each with symptoms, causes, a decision tree, fixes, and a fillable 12-tool workbook.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to read them in order?\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003eBooks 1 through 5 build a working, profitable account from launch through creative and copy. Book 6 is a reference manual, keep it on hand for whenever something in your account needs diagnosing, at any stage.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-toast\" id=\"sbToast\"\u003eAdded to cart\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SABI LIBRARY","offers":[{"title":"Default Title","offer_id":47377451810972,"sku":null,"price":75000.0,"currency_code":"NGN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/0079\/7596\/files\/E1CE3CA3-4EA4-4343-AE81-D83C98C4AFA5.png?v=1786559148","url":"https:\/\/sabilibrary.com\/products\/meta-ads-playbook","provider":"SABI LIBRARY","version":"1.0","type":"link"}