Gifting
No products found
Try adjusting your category filter or search query.
/
Category
/
Product Details
Category
Product Name
Short description text
Starting Unit Price
₹0
Minimum Order
25 Units
Specifications
Explore More
Admin Security Key
Enter key to access product manager & leads dashboard.
Elver Control Center
Manage products, lead logs, and Google Sheet Webhooks.
Inventory Items (0)
| Image | Title & Badge | Category | Base Price | Actions |
|---|
Captured LinkedIn / Web Leads
| Date | Name | Contact | Company | Product Interest | UTM Campaign | Sync Status |
|---|
Google Sheet Apps Script Webhook
All enquiry submissions parse UTM tags and transmit automatically to your configured Google Sheet endpoint.
Instructions: Syncing Google Sheets
- Create a Google Sheet with headers:
Date, Name, Phone, Email, Company, Message, Product, UTM Source, UTM Medium, UTM Campaign, UTM Term, UTM Content - Open Extensions > Apps Script, paste code below, and click Deploy > New Deployment > Web App (Access: Anyone).
function doPost(e) {
try {
var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
var data = JSON.parse(e.postData.contents);
sheet.appendRow([
new Date(), data.product, data.utm_source, data.utm_medium,
data.utm_campaign, data.utm_term, data.utm_content
]);
return ContentService.createTextOutput(JSON.stringify({"result": "success"})).setMimeType(ContentService.MimeType.JSON);
} catch(err) {
return ContentService.createTextOutput(JSON.stringify({"result": "error", "message": err.toString()})).setMimeType(ContentService.MimeType.JSON);
}
}
Add Product
Notification Message
