Campaigns: gold available-to-spend banner + where-your-ads-run (incl. Network Ad Space); Wallet: live POL balances; Earn credits: done-for-today mark
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
+25
-3
@@ -5,7 +5,7 @@
|
||||
<title>Member area | InstantAdPay</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
|
||||
<link rel="icon" type="image/png" href="/logo-icon.png">
|
||||
<link rel="stylesheet" href="/assets/site.css?v=20260910b">
|
||||
<link rel="stylesheet" href="/assets/site.css?v=20260910d">
|
||||
</head>
|
||||
<body class="bo-body">
|
||||
|
||||
@@ -388,6 +388,26 @@
|
||||
<p class="muted small">Campaigns spend the on-chain credits a package mints. Grab any package on the
|
||||
<a href="/#ladder-h">home page</a> and this tab turns into your campaign manager.</p>
|
||||
</div>
|
||||
<div class="card spend-banner" id="spendBanner" hidden>
|
||||
<div class="lbl">Available to spend</div>
|
||||
<div class="big"><span id="spendBig">0</span> <span class="unit">credits</span></div>
|
||||
<div class="sub" id="spendSub"></div>
|
||||
<div class="rates" id="spendRates"></div>
|
||||
</div>
|
||||
<div class="card" id="whereCard">
|
||||
<h3>Where your ads run</h3>
|
||||
<p class="muted small">Every format has its own surfaces inside InstantAdPay, and banner and text ads are also pushed into <b>Network Ad Space</b>, the Crypto Team Build Network's ad rotation that runs across the network's other member sites and tools. Impressions delivered out there are reconciled into your campaign stats here, so one budget works the whole network.</p>
|
||||
<div class="tablewrap"><table class="small" id="whereTable">
|
||||
<tr><th>Format</th><th>Shows up on</th></tr>
|
||||
<tr><td>Banner</td><td>The ad viewer members open to earn (10-second dwell plus a human check), the home page, the live ledger, every member's Overview, the member-area sidebar tile, and the Network Ad Space rotation across the wider network.</td></tr>
|
||||
<tr><td>Text ad</td><td>The ad viewer, the live ledger's text slot, and the Network Ad Space rotation.</td></tr>
|
||||
<tr><td>Login ad</td><td>Full screen for every member who signs in, ten seconds, once a day per member.</td></tr>
|
||||
<tr><td>Solo ad</td><td>Member inboxes under Earn credits, each read timed and rewarded, so the message actually gets opened.</td></tr>
|
||||
<tr><td>Video ad</td><td>Watch videos and the Shorts feed under Earn credits, credited only on a completed watch.</td></tr>
|
||||
<tr><td>Featured link</td><td>The Featured strip at the top of every member's Overview, for one, two or seven days.</td></tr>
|
||||
<tr><td>Verified visits</td><td>A distinct member opens your site in a new tab, stays eight seconds and passes a check. Nobody counts twice.</td></tr>
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="card" id="campaignCard" hidden>
|
||||
<h3>Your ad campaigns</h3>
|
||||
<p class="muted small" id="rateLine">…</p>
|
||||
@@ -403,6 +423,7 @@
|
||||
<option value="featured">Featured link (rotation)</option>
|
||||
<option value="visits">Verified visits (guaranteed unique)</option>
|
||||
</select></p>
|
||||
<p class="small muted" id="cWhere" style="margin:-4px 0 10px"></p>
|
||||
<p><input id="cName" placeholder="Campaign name" style="width:100%"></p>
|
||||
<p id="cBudgetRow"><input id="cBudget" type="number" placeholder="Budget (credits)" min="10" style="width:100%"></p>
|
||||
</div>
|
||||
@@ -785,7 +806,8 @@
|
||||
</div>
|
||||
<div class="grid c2">
|
||||
<div class="card"><h3>Your account</h3>
|
||||
<p id="posLine" class="muted small">…</p></div>
|
||||
<p id="posLine" class="muted small">…</p>
|
||||
<p id="walletBal" class="small" hidden></p></div>
|
||||
<div class="card"><h3>Ad credits</h3>
|
||||
<p class="mono" style="font-size:26px;margin:0" id="creditLine">0</p>
|
||||
<p class="muted small">1 credit = 1 cent of ad delivery across the network. Recorded on-chain. Only your campaigns can spend them.</p></div>
|
||||
@@ -835,7 +857,7 @@
|
||||
<script src="/assets/common.js?v=20260910a"></script>
|
||||
<script src="/assets/wallet.js?v=20260910a"></script>
|
||||
<script src="/assets/promo.js?v=20260909b"></script>
|
||||
<script src="/assets/my.js?v=20260910d"></script>
|
||||
<script src="/assets/my.js?v=20260910f"></script>
|
||||
<script src="/assets/chat.js?v=20260907l"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user