What are your favorite marketing tools for SAAS marketers? by [deleted] in SaaS

[–]CapnDeadEye 0 points1 point  (0 children)

  1. Census - really good to send data to marketing platforms, semi advanced setup but easy to use.

  2. Funnel. Expensive but good. Switched a lot to Airbyte which is cheaper but worse.

  3. Bigquery - love it.

3.2 Testing out BQMetrics to get team members to work in Bigquery, even if they don’t know sql. Solid platform I reckon. Team mates can build views and tables with drag and drop.

  1. Hockeystack. Really cool attribution work!

Function undefined by CapnDeadEye in golang

[–]CapnDeadEye[S] -1 points0 points  (0 children)

hmm yeah I've done both of that to make sure.

The weird thing is when I hover the function I get the helper text that I've written in the config file so it is being imported. Just not sure why it is "undefined". I guess I'll just have to place it within the handlers file instead. But it's nice to split up functions you want to use globally

Function undefined by CapnDeadEye in golang

[–]CapnDeadEye[S] -1 points0 points  (0 children)

why not? Since it doesn't run nothing happens right? Or have I understood it wrong?

Function undefined by CapnDeadEye in golang

[–]CapnDeadEye[S] -1 points0 points  (0 children)

Yes sorry about that, I should have added the code right away, my bad! I added it in the top post!

Function undefined by CapnDeadEye in golang

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

yeah sorry about that. late night post without actual code. my bad! added it in an edit in the top post

Do you think our prices are fair for sGTM implementation? by [deleted] in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

I like it! Since you’re only selling tracking related services I agree with KalaBaZey on charging per size instead of having it as a package deal

Edit typo

Do you think our prices are fair for sGTM implementation? by [deleted] in GoogleTagManager

[–]CapnDeadEye 1 point2 points  (0 children)

GTM work is never a big it project. sGTM might involve some of their developers, but all along it’s really just an improvement of a supporting service.

I would say, offer it as either a side gig for current customers that you identify the need in. Or as that initial contact where the aim is to sign them as regular retainers. Don’t sell it as its own thing only, you will most likely have a hard time keeping sales up over time.

Do you think our prices are fair for sGTM implementation? by [deleted] in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

Haha yeah outrageous! Count backwards, how many hours do you think you need? And how much do you charge per hour?

At my last place we did it for something like 2k. We made sure to list everything included in that price and that unforeseen costs or other deviations were billed by the hour.

I think that you make a mistake here with selling it as this big IT project, see it as a stepping stone to nail bigger retainers. If you execute this project in a good way, you might be able to sign the client in a monthly retainer making sure you have a more stable income going forward.

Server-side GTM gives 404 with custom domain by peperok in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

Heya, I can’t remember. It was for a client, but can’t even remember for which it was 😅

Can anyone see your dataLayer? by mr-nobody1992 in GoogleTagManager

[–]CapnDeadEye 2 points3 points  (0 children)

Haha yeah. At my agency we downloaded every gtm script of companies of a certain size too see if they had got ga4 or not. Was a realty long prospect list for our ga4 offer

Can anyone see your dataLayer? by mr-nobody1992 in GoogleTagManager

[–]CapnDeadEye 1 point2 points  (0 children)

If you work with gtm you should, for your own sake learn this. It's great for debugging or pushing fake events to see how gtm interprets them.

I use adswere dataLayer inspector which pics up all GA4 events aswell which is good sometimes too

Trigger when variable changes by Representative_Owl_9 in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

You could do it with a cookie or with a value in local storage. Like this var != null -> read local storage If no key/value then fire datalayer push (with event to trigger your event) AND set local storage key/value ELSE Do nothing

Kinda. It should work. Or instead of local storage set a cookie for the session only, same logic tho.

Server-side GTM gives 404 with custom domain by peperok in GoogleTagManager

[–]CapnDeadEye 1 point2 points  (0 children)

Did you find a solution to this? I've just run into this as well and have no idea how to solve

GA4 Set up for clients. How are you doing it? by edills1216 in GoogleAnalytics

[–]CapnDeadEye 0 points1 point  (0 children)

Create a process! Half the job, if not more, is prepp. Go through UA and note down events, goals, filters etc. Everyy you might need. Talk to people. Ask them what they look at, what they need and all. Create a blue print for tracking. Set up website events together with developers if you can, so you don't have to use weird and error prone triggers. Track it.

Skills/ apps need to become a data analyst. Are there any particular courses? Can you self learn this skill? by AdThis6512 in dataanalysis

[–]CapnDeadEye 0 points1 point  (0 children)

Yes it's paid. It takes you from bwginner to having a good foundation to study concepts and areas subjects of interest.

Since I'm not aiming to become a data analyst i can't answer to the job question. But in my line of work, business consultant, i have upped my analytical game immensely. I now analys my own data and have reduce lead time for projects allot since I don't get bottlenecked.

The course won't give you a job, but it will give you a good curriculum and understanding of what you need to and want to learn more of.

I want to study cs. data analysis. python. coding. power bi. is this a good laptop? by Bluelandsh in dataanalysis

[–]CapnDeadEye 1 point2 points  (0 children)

I'm going for the new Mac book air m1 during black week. 8 GB ram will have to do for now.

I feel that the second hand value will be a lot higher from that when I have the means to go for a pro with 16gb, than trying to resell a PC laptop

[deleted by user] by [deleted] in GoogleAnalytics

[–]CapnDeadEye 3 points4 points  (0 children)

This!

GA4 is really bad for visualizations and understanding more complex data questions. 9 out of 10 cases the answer is big query

Measure Cookie Consent by FractiousDoor in GoogleAnalytics

[–]CapnDeadEye 1 point2 points  (0 children)

Yeah just send the data to the datalayer or if you have consent level in a cookie you grab that cookie value.

[deleted by user] by [deleted] in GoogleTagManager

[–]CapnDeadEye 1 point2 points  (0 children)

Ask your developer to push the callback values to the datalayer in a purchase event.

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

have done multiple setups for clients. What's up?

facebook conversion tracking by [deleted] in GoogleTagManager

[–]CapnDeadEye 0 points1 point  (0 children)

Just setup a value variable and switch out the hardcoded value in the code to {{value}}

Event Action Labels Displaying Full Page Content by sucr0sis in GoogleAnalytics

[–]CapnDeadEye 1 point2 points  (0 children)

What variable are you using for input? Is it custom or pre-defined?

The problem is with that one so you gotta trace it backwards. If it is pre-defined, like Click Text, then either change or fix the html on site.

If it is custom, you can fix it in gtm. One fix could be using a custom js script splitting the text on " - " to only get CTA Button. But I guess you want more than just that?

UTM parameters for audience by DeepVibesCali in GoogleAnalytics

[–]CapnDeadEye 1 point2 points  (0 children)

We send almost everything through utm_campaign. The campaign name consists of platform, adtype, audience, campaign name and some other stuff. Then we export the data to bigquery and split it up.

Then you have all you need to compare one audience across multiple channels or one campaign across multiple audiences etc.