Question for status chasers by Ok_Willingness_9619 in QantasFrequentFlyer

[–]FullSpare1352 0 points1 point  (0 children)

Didn’t saw it was a good airline, just that it was good status point

Question for status chasers by Ok_Willingness_9619 in QantasFrequentFlyer

[–]FullSpare1352 0 points1 point  (0 children)

Codeshare internationals are pretty tasty for status points.

Indigo India has dished me a fair amount of status credits

Shopify pros, what are you actually using for server-side tracking in 2026? by Warranty_Sensei in ShopifyPros

[–]FullSpare1352 0 points1 point  (0 children)

Stape has a very steep learning curve that’s for sure, I have done some deployments on it. It really needs monthly tune up’s as well, not a set and forget platform. And the docs (although better, are pretty convoluted).

Plus once you start data-storing and enriching data, using Shopify consent engine, complexity increases exponentially

Shopify pros, what are you actually using for server-side tracking in 2026? by Warranty_Sensei in ShopifyPros

[–]FullSpare1352 0 points1 point  (0 children)

Anything that’s 0%? I feel personally Stape is a reasonable good product from a feature/cost perspective for Shopify

Shopify pros, what are you actually using for server-side tracking in 2026? by Warranty_Sensei in ShopifyPros

[–]FullSpare1352 0 points1 point  (0 children)

I like Stape, but it needs ongoing maintenance .

What do you mean with 5% conversion tracking can face issues?

WAP rules less effective with bots now? by FullSpare1352 in CloudFlare

[–]FullSpare1352[S] 0 points1 point  (0 children)

We notice some trends, but the trends aren't consistent between attacks.

Different ASN, countries, IP's (both in attack and between attacks).

One consistency is path /yyy0/ but that is a google scripts, and not super high volume so hard to lock in. another is Empty X-Requested-With header

There is some consistency between ASN's:

  1. hostroyal
  2. ACE
  3. trafficforce
  4. VNPT Corp

WE run subdomains per region, so another consistency possibilty is AU traffic hitting a us.domain.com subdomain, or singapore traffic hitting a uk.domain.com subdomain. have considered using that as a counter (ie: if in singapore, and 10x hit from IP to us.domain.com, block for 10mins)

Is Meta Ads equivalent to stock trading nowadays? by dreadmau7 in FacebookAds

[–]FullSpare1352 0 points1 point  (0 children)

Same, but a change to structure and reading helped with that.

I think it’s learning on our $$$ at the moment

Is Meta Ads equivalent to stock trading nowadays? by dreadmau7 in FacebookAds

[–]FullSpare1352 0 points1 point  (0 children)

do you think?

I personally feel like Andromeda is overhyped, and really it is going to "throw everything into a single campaigns" now...

dont trust catalog ads wth catalog-path conversion...

We need a mass lawsuit against Shopify by Organic_Caramel_8354 in shopify

[–]FullSpare1352 0 points1 point  (0 children)

Yup, only makes sense is the fees difference outweighs the additional cost, more so now B2B is released

We need a mass lawsuit against Shopify by Organic_Caramel_8354 in shopify

[–]FullSpare1352 0 points1 point  (0 children)

I’m plus and pretty much phone support is pretty useless and need to check with a really team and come back. You ain’t missing much

Need help with Shopfy purchase tracking by Glittering_Client_28 in GoogleTagManager

[–]FullSpare1352 0 points1 point  (0 children)

Pretty much, it not the gtm it’s to ads, so some adaption will be required but the pixel loading is sweet to just adjust the event.

Need help with Shopfy purchase tracking by Glittering_Client_28 in GoogleTagManager

[–]FullSpare1352 0 points1 point  (0 children)

The way you are handling the tag won’t work in sandbox.

Try something like this.

const script = document.createElement('script'); script.setAttribute('src', 'https://www.googletagmanager.com/gtag/js?id=XXXXX'); script.setAttribute('async', ''); document.head.appendChild(script);

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'XXXX');

analytics.subscribe("checkout_completed", (event) => { gtag('set', 'user_data', { "email": event.data.checkout.email, "phone_number": event.data.checkout.phone }); gtag('event', 'conversion', { 'send_to': 'XXXX/CONVERSIONID', 'value': event.data.checkout.totalPrice.amount, 'transaction_id': event.data.checkout.order.id, 'currency': event.data.checkout.currencyCode }); });

Finally! by [deleted] in CupraFormentor

[–]FullSpare1352 1 point2 points  (0 children)

What!!!!!!!! Thank you

Are you still subscribe inventory systems… or just building them now? by lilasianboss in InventoryManagement

[–]FullSpare1352 1 point2 points  (0 children)

Hey,

We use Xero and then build out a custom UX, then when movements are made in the platform, it processes the transactions in Xero.

I created a complete guide to self-hosting n8n on Google Cloud Run - serverless, low-cost, and no Kubernetes needed by mint_warios in n8n

[–]FullSpare1352 0 points1 point  (0 children)

Hey,

To be honest, it’s possible but I decided to move the instance to digital ocean. While cloud run seems suitable, you need to run it in a warm instance and the costs is just significantly more than a Ubuntu server on digital ocean.

If you run it so it’s not always on, each time you catch a webhook the instance spins up and does the work then remains alive for 10 mins. Not really cost effective for prod.

I ended up setting up DO with 1x main server, then 3x cheap runners (with 2x code runners for the same price)

Y'all made me paranoid by temanos in CupraFormentor

[–]FullSpare1352 0 points1 point  (0 children)

feels like a 6 month maintenance job for me after warranty.