import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Lấy slug từ URL let slug = wixLocation.path[0]; // Path đầu tiên trong URL // Truy vấn cơ sở dữ liệu để tìm slug wixData.query("RedirectLinks") .eq("slug", slug) .find() .then((results) => { if (results.items.length > 0) { let linkData = results.items[0]; // Kiểm tra nếu liên kết được kích hoạt if (linkData.isActivate) { // Tăng số lần nhấp chuột wixData.update("RedirectLinks", { "_id": linkData._id, "clickCount": linkData.clickCount + 1 }).then(() => { // Chuyển hướng đến URL đích wixLocation.to(linkData.targetUrl); }).catch((err) => { console.error('Lỗi khi cập nhật click count:', err); }); } else { // Nếu link không kích hoạt, thông báo cho người dùng alert("Liên kết này hiện không hoạt động."); wixLocation.to("/error"); } } else { console.log("Không tìm thấy slug trong cơ sở dữ liệu."); wixLocation.to("/error"); } }).catch((err) => { console.error("Lỗi khi truy vấn cơ sở dữ liệu:", err); }); });
top of page

AI MEDIA SOLUTION

Get AI-Generated Data Solutions in Seconds

All Your Data Needs in a
Single AI-Powered Workspace

A

DEEP DIVE ANALYSIS IN SECONDS

Describe the product here. Include important features, pricing and other relevant info. Consider adding an image or video of the product. 

B

DATA VISUALIZATION

Describe the product here. Include important features, pricing and other relevant info. Consider adding an image or video of the product. 

C

CUSTOM AI SOLUTIONS

Describe the product here. Include important features, pricing and other relevant info. Consider adding an image or video of the product. 

D

SUPPORTING MASSIVE DATA SETS

Describe the product here. Include important features, pricing and other relevant info. Consider adding an image or video of the product. 

E

CHAT WITH YOUR DATA

Describe the product here. Include important features, pricing and other relevant info. Consider adding an image or video of the product. 

A Seamless User Experience

FEATURE 1

FLEXIBLE PLATFORM

FEATURE 2

FULLY SECURED

FEATURE 3

TIME SAVER

FEATURE 4

KEEP TRACK

FEATURE 5

MORE FOCUS

FEATURE 6

EASY DEPLOY

Built by Professionals, for Professionals

This is a space to share more about the business: who's behind it, what it does and what this site has to offer. It’s an opportunity to tell the story behind the business or describe a special service or product it offers. You can use this section to share the company history or highlight a particular feature that sets it apart from competitors.

Let the writing speak for itself. Keep a consistent tone and voice throughout the website to stay true to the brand image and give visitors a taste of the company’s values and personality.

Background

Get All the Tools You Need
In a Single Platform

A Glimpse into Our Growth

3K

TRUSTED CUSTOMERS

1M

REPORTS GENERATED

32K

TOKEN ACCESS

10

SUPPORTED LANGUAGES

bottom of page