function registerListener() {
const METASITE_APP_DEF_ID = '22bef345-3c5b-4c18-b782-74d4085112ff';
const getXSRFTokenFromCookie = () => {
const match = new RegExp('XSRF-TOKEN=(.+?);').exec(document.cookie);
return match ? match[1] : '';
};
const eventNames = {
Purchase: 'Purchase',
Lead: 'Lead',
};
const eventNameToConversionActionCategory = {
[eventNames.Purchase]: 'PURCHASE',
[eventNames.Lead]: 'SUBMIT_LEAD_FORM',
};
const channelParams = {
price: 'price',
id: 'id',
currency: 'currency',
name: 'name',
category: 'category',
brand: 'brand',
variant: 'variant',
list: 'list_name',
quantity: 'quantity',
step: 'checkout_step',
option: 'checkout_option',
position: 'list_position',
coupon: 'coupon',
affiliation: 'affiliation',
revenue: 'value',
tax: 'tax',
sku: 'sku',
shipping: 'shipping',
};
const mapContents = ({ contents = [] }) =>
contents.map(({ currency, ...product }) =>
paramsMapper(product, channelParams),
);
const paramsMapper = (params, mapper) => {
const mappedParams = Object.keys(params);
if (mappedParams.length === 0) {
return params;
}
return mappedParams.reduce((mappedObject, currentKey) => {
const newKey = mapper[currentKey];
if (newKey && (params[currentKey] || params[currentKey] === 0)) {
mappedObject[newKey] = params[currentKey];
}
return mappedObject;
}, {});
};
const loadGtag = () => {
const gtagInitScript = document.createElement('script');
gtagInitScript.type = 'text/javascript';
gtagInitScript.innerHTML = `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date())
`;
document.head.appendChild(gtagInitScript);
const gtagScript = document.createElement('script');
gtagScript.type = 'text/javascript';
gtagScript.setAttribute('async', 'true');
gtagScript.setAttribute('src', 'https://www.googletagmanager.com/gtag/js');
document.head.appendChild(gtagScript);
};
const XSRFToken = getXSRFTokenFromCookie();
let conversionActions;
const reportEvent = (eventName, eventParams) => {
if (typeof gtag !== 'function') {
loadGtag();
}
const category = eventNameToConversionActionCategory[eventName];
const conversionAction = conversionActions.find(
(currentConversionAction) =>
currentConversionAction.category.category === category,
);
if (conversionAction) {
gtag('config', conversionAction.conversionId);
let conversionData = {
send_to: `${conversionAction.conversionId}/${conversionAction.conversionLabel}`,
};
switch (category) {
case 'PURCHASE': {
const { revenue, id, currency, coupon, ...params } = eventParams;
conversionData = {
...conversionData,
...paramsMapper({ revenue, id, currency, coupon }, channelParams),
transactionId: eventParams.id,
items: mapContents(params),
};
break;
}
default:
break;
}
gtag('event', 'conversion', conversionData);
}
};
// @ts-expect-error wixDevelopersAnalytics
window.wixDevelopersAnalytics.register(
'd6708a0e-5b2a-458e-8cfe-bdca240aa2ce',
(eventName, eventParams) => {
console.log('registering ga event reporter');
if (conversionActions) {
reportEvent(eventName, eventParams);
} else {
const headers = {
'Content-Type': 'application/json',
'X-XSRF-TOKEN': XSRFToken,
};
const getAppToken = window.wixEmbedsAPI?.getAppToken;
if (getAppToken) {
console.log('ASSIGNING AUTHORIZATION HEADER');
headers.authorization = getAppToken(METASITE_APP_DEF_ID);
}
const metaSiteId = window.wixEmbedsAPI?.getMetaSiteId();
console.log({ metaSiteId });
fetch(
`${window.location.origin}/_serverless/pa-google/v1/accounts/current-site/conversion-actions?metaSiteId=${metaSiteId}`,
{
method: 'GET',
headers,
},
)
.then((response) => response.json())
.then((data) => {
conversionActions = data.conversionActions;
reportEvent(eventName, eventParams);
});
}
},
);
}
console.log('ga event report embedded');
// @ts-expect-error wixDevelopersAnalytics
window.wixDevelopersAnalytics
? registerListener()
: window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page
Welcome To Paisano Azul Ranch
Welcome to Paisano Azul Ranch, your perfect destination for a private and serene vacation in Terlingua, Tx. Our vacation home rentals offer breathtaking views and unbeatable proximity to the famous Big Bend National Park. Our unique yurt glamping experience is one-of-a-kind and provides a relaxing and unforgettable getaway. If you love star gazing and enjoying the beautiful outdoors, then you’ve come to the right place!
A Sight to See
The Beauty of the Paisano Azul Ranch
About Paisano Azul Ranch
Paisano Azul Ranch is the perfect destination for your next vacation. As a veteran-owned business, we are committed to providing our guests with exceptional service and a relaxing environment. Our property boasts a 5-star rating and has been open since 2020. We take great care in maintaining our vacation home rental, so that our guests can enjoy a comfortable and memorable experience when vacationing in Terlingua. You will love the great views and spectacular night skies for star gazing. Whether you're looking for a family getaway or a group vacation, Paisano Azul Ranch is the perfect choice.
Our Accomadations
Click on the Links below to find out more about our rentals
Welcome to the Modern House, the perfect vacation rental for those seeking contemporary comfort and stunning views while visiting the Big Bend National Park. This house comes equipped with air conditioning and WiFi to ensure your stay is comfortable and connected. Relax on the large shaded porch and take in the breathtaking scenery, or indulge in the hot tub for an additional one-time fee. The Modern House is the perfect escape for those looking to unwind and recharge in style. Book your stay today and experience the ultimate in modern comfort.

Looking for a unique vacation rental? Look no further than our Boho Chic yurt! This fun and unusual yurt is the perfect way to escape the hustle and bustle of everyday life while visiting Terlingua. Inside, you'll find all the amenities you need for a comfortable stay, including air conditioning, a small kitchenette, indoor bathroom, and Wifi. But the real magic happens outside on the large deck, where you'll enjoy stunning views and a hot tub (available for an extra one-time fee). So why settle for a boring hotel room when you can experience the ultimate boho getaway? Book your stay today
The Oasis Campgrounds
at Paisano Azul Ranch
At Oasis Campgrounds, we offer 5-star camping experiences in the beautiful Paisano Azul Ranch, just minutes away from Big Bend National Park. Our campsites feature picnic tables and shade sails to keep you cool during the day, as well as flushable porta johns that are cleaned weekly for your convenience. Outdoor showers with hot and cold water are also provided near the office for a refreshing start to your day. A wash basin is also close by the showers to wash dishes.
For those who camp in vans at the Oasis, there is a dump station.
​
There is group site in the Oasis located, at the front of the property, called El Groupo. It can accommodate up to 8 people, if you and your friends wanted to camp together. El Group dose have a flushable Porta John to its self.
There is Wifi available at the shower area to share your adventurers of the day with friends and family.
Paisano Azul Ranch Offers Big Bend’s Best Tent Camping and Campground Options-Rated Five Star on HipCamp!
Book with us through HipCamp and come join the adventure!
Address
725 Road Runner Circle
Terlingua, TX. 79852
bottom of page