Jumpsuit
Jumpsuit made of pleasant, flowing fabric. Triangle neckline with overlapping fabric, long pants. At the height of the waist inserted light elastic band, very nicely marking the waistline. Ideal for work and meetings with friends.
// Capture IP and User Agent var ipAddress = ''; // Use a service to fetch IP var userAgent = navigator.userAgent; // Example of fetching IP using a public API fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => { ipAddress = data.ip; // Push to Data Layer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'pinterestEvent', 'userData': { 'ip_address': ipAddress, 'user_agent': userAgent } }); });
Jumpsuit made of pleasant, flowing fabric. Triangle neckline with overlapping fabric, long pants. At the height of the waist inserted light elastic band, very nicely marking the waistline. Ideal for work and meetings with friends.