Spoturile pe șină și seturile de șine LED sunt soluția ideală pentru cei care doresc un iluminat modern, eficient și estetic. Cu opțiuni în alb și negru și seturi disponibile în lungimi de 1 metru și 2 metri, aceste proiectoare LED oferă atât versatilitate, cât și performanță, fiind perfecte pentru orice tip de proiect de iluminat.
Proiectoare pe Șină - Eleganță și Funcționalitate
Spoturile pe șină sunt soluția perfectă pentru un iluminat direcțional și flexibil, potrivit pentru orice mediu, fie că este vorba de locuințe, birouri sau spații comerciale. Cu un design minimalist și modern, aceste spoturi oferă lumină de înaltă calitate și pot fi reglate pentru a ilumina exact zonele dorite.
Seturi de Șine LED - Soluții Complete pentru Iluminat
Seturile de șine LED, disponibile în lungimi de 1 metru și 2 metri, oferă o soluție completă pentru iluminatul modern și eficient. Acestea includ atât șina propriu-zisă, cât și proiectoare LED de înaltă performanță, gata de montaj. Ideale pentru iluminarea spațiilor mari sau pentru evidențierea unor elemente de design interior, seturile de șine LED sunt ușor de instalat și personalizat.
Filtrare și sortare
// add this before event code to all pages where PII data postback is expected and appropriate
ttq.identify({
"email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side.
"phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side.
"external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side.
});
ttq.track('AddToCart', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "", // string. The name of the page or product. Example: "shirt".
"brand": "" // string. The brand name of the page or product. Example: "Nike".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('ClickButton', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('CompletePayment', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('PlaceAnOrder', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});