Blog: fix YouTube embed cookie issue on odoo-xml-rpc post — use youtube-nocookie.com

This commit is contained in:
Oliver
2026-07-02 11:19:30 -03:00
parent cdfa125c2a
commit 04b1c0a13b
7 changed files with 240 additions and 141 deletions
+18 -18
View File
@@ -1,38 +1,38 @@
window.__OPERATIONS__ = {
"date": "Sunday, June 14, 2026",
"updated": "2026-06-25T06:00:39-04:00",
"updated": "2026-06-28T06:01:37-04:00",
"goals": [
{
"current": 181,
"note": "CRM: 66 Cold, 115 Contacted, 0 Warm. 134 on Hold, 0 Won."
"current": 269,
"note": "CRM: 24 Cold, 243 Contacted, 2 Warm. 134 on Hold, 0 Won."
},
{
"current": 0,
"note": "0 paying customer(s) (agent sold)"
"current": 6,
"note": "6 paying customer(s) (agent sold — Stripe)"
},
{
"current": 0,
"note": "0 YT creators & affiliates identified (134 on Hold)"
},
{
"current": 175,
"current": 223,
"note": "Plausible: 28 unique visitors over 5 days (Jun 9-13). 7 countries. +75% DoD on latest day."
},
{
"current": 115,
"note": "115 contacts emailed. 0 replied. 70 bounced."
"current": 243,
"note": "243 contacts emailed. 2 replied. 159 bounced."
},
{
"current": 945,
"note": "945 total in CRM (66 Cold, 115 Contacted, 0 Warm, 134 Hold, 0 Won, 1 Lost, 70 Bounced)"
"note": "945 total in CRM (24 Cold, 243 Contacted, 2 Warm, 134 Hold, 0 Won, 1 Lost, 159 Bounced)"
}
],
"campaigns": [
{
"metrics": [
66,
115,
0
24,
243,
2
],
"items": [
{
@@ -44,7 +44,7 @@ window.__OPERATIONS__ = {
"ok": true
},
{
"text": "66 Cold contacts, 115 contacted",
"text": "24 Cold contacts, 243 contacted",
"ok": true
}
]
@@ -92,7 +92,7 @@ window.__OPERATIONS__ = {
]
}
],
"state_of_play": "Day 14 \u2014 115 cold emails sent, 0 replies, 70 bounced. 945 CRM contacts (66 Cold/115 Contacted/0 Warm/134 Hold). 0 agent(s) sold.",
"state_of_play": "Day 14 \u2014 243 cold emails sent, 2 replies, 159 bounced. 945 CRM contacts (24 Cold/243 Contacted/2 Warm/134 Hold). 6 agent(s) sold (Stripe).",
"comms": {
"inbox": {
"total": 0,
@@ -105,9 +105,9 @@ window.__OPERATIONS__ = {
"alerts": 0,
"crm": {
"total": 945,
"cold": 66,
"contacted": 115,
"warm": 0,
"cold": 24,
"contacted": 243,
"warm": 2,
"won": 0,
"hold": 134
}
@@ -120,5 +120,5 @@ window.__OPERATIONS__ = {
"1 agent sold already \u2014 good sign for F&F conversion expectations"
],
"day": 14,
"notes": "Day 14 auto-update at 06:00 UTC"
"notes": "Day 14 auto-update at 06:01 UTC"
};