Answer 12 simple questions about your business, values & customers — unlock the brand identity that makes you unforgettable.
আপনার ব্যবসা, মূল্যবোধ এবং গ্রাহকদের সম্পর্কে ১২টি সহজ প্রশ্নের উত্তর দিন — এবং জানুন আপনার ব্র্যান্ডের আসল পরিচয় কী।
Enter your details to unlock your full Brand Archetype report and download your PDF.
আপনার পূর্ণ ব্র্যান্ড রিপোর্ট পেতে এবং PDF ডাউনলোড করতে আপনার তথ্য দিন।
To auto-send submissions to Google Sheets, paste your Google Apps Script Web App URL below.
Setup: Go to script.google.com → New project → paste the script below → Deploy as Web App (Anyone can access) → copy the URL here.
function doPost(e) {
var data = JSON.parse(e.postData.contents);
var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
if (sheet.getLastRow() === 0) {
sheet.appendRow(['Date','Name','Email','WhatsApp','Brand','Archetype','Top Score']);
}
sheet.appendRow([data.date,data.name,data.email,data.whatsapp,data.brand,data.archetype,data.score]);
return ContentService
.createTextOutput(JSON.stringify({status:'ok'}))
.setMimeType(ContentService.MimeType.JSON);
}
| # | Name | Brand | Archetype | Score | Date |
|---|