UET tag — Universal Event Tracking tag

Bing (now known as Microsoft Advertising) has its own equivalent of the Google Tag, called the UET tag — Universal Event Tracking tag. What is the UET Tag? UET stands for Universal Event Tracking, and the UET tag is a small snippet of JavaScript code that you place on your website to track what users… Continue reading UET tag — Universal Event Tracking tag

Converting Non-Inventory Items to Inventory Items

Access Level: Administrator, Inventory Manager Overview This guide outlines the step-by-step process for converting Non-Inventory Items to Inventory Items in NetSuite. This is commonly required for items like repackaged goods, kits, or products transitioning to stocked inventory. Pre-Conversion Checklist Before converting, ensure: ✅ Stock Quantities Are Verified – Confirm current on-hand quantities for accurate inventory tracking. ✅ COGS/Asset Accounts Are Defined – Map the… Continue reading Converting Non-Inventory Items to Inventory Items

Enable enhanced match in the part of the Pinterest tag

You have to format and hash <email_address> using the SHA-256, SHA-1 or MD5 algorithm. <email_address> needs to be lowercase and have all spaces removed. The formatted and hashed <email_address> has to be added to every Pinterest tag <img> tag URL on your website using the &pd[em]=<hashed_email_address> parameter. This parameter has to be added to both… Continue reading Enable enhanced match in the part of the Pinterest tag

Untitled

Please read first our previous blog on GA3 to GA4 migration to understand this blog better. Ignore if you are aware of GA4 migration. Here are the key differences between GA3 and GA4: Data Model: GA3, also known as Universal Analytics, uses a session-based data model. It tracks user interactions within a session and attributes… Continue reading Untitled

Convert SPR record(custom record) to Quote

USEREVENT SCRIPT define([“N/ui/serverWidget”, “N/record”, “N/xml”, “N/runtime”,”N/ui/message”], (serverWidget, record, xml, runtime,message) => { const beforeLoad = (scriptContext) => { try { //remove unwanted links, buttons and create quote button on view mode if (scriptContext.type == “view”) { scriptContext.form.clientScriptModulePath = ‘SuiteScripts/Jobin & Jismi IT Services LLP/NTIN-95/JJ CS SPR to Quote Conversion NTIN-97.js’; var inlineField = scriptContext.form.addField({ id:… Continue reading Convert SPR record(custom record) to Quote