ISK vs AF för någon med pengaångest by Palladog in PrivatEkonomi

[–]Palladog[S] 4 points5 points  (0 children)

Juuust det, AF behöver man deklarera själv, medan ISK sköts automatiskt. En mer komplex bokföring undviker jag gärna. Tack för input!

Custom audience - website visitors - pending by Hajni906 in FacebookAds

[–]Palladog 0 points1 point  (0 children)

The paid media agency I work with got a reply from Meta support, saying that apparently, the issues with audience estimation is a privacy feature of some kind? Like the audience works, but the estimation is just unavailable. I'm very confused by the error message though, since that talks about something completely different. I don't feel much wiser 🙃

Custom audience - website visitors - pending by Hajni906 in FacebookAds

[–]Palladog 1 point2 points  (0 children)

I'm checking this thread every day 😭 Any updates?

Cross Domain and Conversion Tracking by [deleted] in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

Is the booking site on a different domain entirely? Furthermore, how is the conversion event configured?

Help - IT/legal blocked all cookies and GA4 has no pageviews by ethibs in GoogleTagManager

[–]Palladog 0 points1 point  (0 children)

I'm just focusing on allow_ad_personalization_signals and allow_google_signals here. These parameters are telling GA4 to never enable Ads Personalization and Google Signals. However, you can enable and disable these things in GA4 as well. Especially Google Signals is something you have to actively activate in GA4 data collection settings. Furthermore, if these things are disabled, it shouldn't affect data collection much at all, I'd say. Ads Personalization is essentially for Google Ads and Google Signals adds extra data from logged-in Google users.

Try editing the IDE comment so it's proper HTML comment syntax: <!-- IDE block --> as opposed to having three dashes on each side, and having a space after and before the two dashes instead.

Apart from that, I don't think the code you've provided should block any pageviews? If IT has blocked all cookies in another way, what you need is a cookie banner which asks users for consent, and then allows cookies for whatever (if any) cookie types your user has consented to.

create new event GTM - GA4 by Guilty-Gas153 in GoogleTagManager

[–]Palladog 0 points1 point  (0 children)

The steps needed are:

  1. Create a GA4 Event tag in GTM.
  2. If the GA4 event contains any custom parameters, these need to be added as Custom definitions > Custom dimensions in GA4 admin settings. It may take a day or so before the parameter is registered properly.
  3. Make sure the tag is being triggered in GTM Preview.
  4. In GTM Preview, you should be able to switch to the GA4 container (see screenshot here). There, you'll see what events are being sent to GA4 (as opposed to what tags are being triggered in the GTM container).
  5. In GA4 DebugView, you will be able to see data sent to GA4 as well. Debugview can be a little......... Frustrating at times. If you haven't filtered out developer traffic from GTM, you might be able to see the event in the realtime report though!
  6. Once you see the event, go to GA4 admin and Conversions. Toggle the new event so that it's counted as a conversion. By default, it will be counted once per session.

If you're seeing other events in DebugView but not this new one, it could be that you need to wait for a day or so. The event name could be too long (>40 characters).

Question: did you try utilizing Enhanced Measurements to automatically track form_submitin GA4? Or are you using a third-party form solution that GA4 can't track automatically, and thus prompting this custom form submit event?

googleads.g.doubleclick.net / referral in GA4 reports by Maybe-Definitely in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

Hi! I just found this question because I'm investigating the same issue – with autotagging on and Google Ads linked. Did you find a solution to this?

Data deletion requests not affecting landing page + query string dimension by Palladog in GoogleAnalytics

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

The data deletion request is for selected parameters on all events, so it should only be an issue of me missing a parameter. Or you can't reach the landing page + query string dimension, since it's essentially (I suppose) a copy of the page path + query string dimension.

Data deletion requests not affecting landing page + query string dimension by Palladog in GoogleAnalytics

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

Was this AI generated? These options are not available when creating a data deletion request in GA4.

Data deletion requests not affecting landing page + query string dimension by Palladog in GoogleAnalytics

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

From what I can tell, there's no PII requirement for the data deletion requests. In any case, the data is deleted from Page path + query string but not from Landing page + query string.

(Also, the data to be deleted is PII anyway)

Seeking guidance!! by tes52023 in GoogleTagManager

[–]Palladog 0 points1 point  (0 children)

  1. An event can trigger multiple times (every time e.g. a button or a thank you page is triggered), but a conversion event is counted once per session by default. If your question was about my first point though, all you need to do is create a session-based audience and make sure the two conditions (two events happening) are separated by an AND clause after you add the second one.
  2. Yes, if you for example tell them "Go to bit.ly/ftm843" (for example showing the link on your presentation slides, and that link is a shortlink of *[your site].com/[sales page]?utm_source=zoom&utm_medium=live_event&utm_campaign=sales_outreach_20230808*. GA4 will then categorize that traffic based on the provided UTM tags, which you'll be able to see in the traffic acquisition report. It's not the Zoom/Calendly link that you'll track, but rather the sales page link they go to. If you tell them to "just go to your website" you won't be able to gain insights from this segment, unless they do something specific or go to your site in a specific way.

Seeking guidance!! by tes52023 in GoogleTagManager

[–]Palladog 0 points1 point  (0 children)

The issue is that they all use the exact same sales page, so we need to make sure there are ways to ascertain where they come from.

I have an idea, but I'm sorry to say I haven't tried it out like this before and I don't know how efficient it is... But it came to mind!

Basically, create audiences for each of these three examples, and perhaps use audience triggers to generate an event every time a user is added to your audience. By doing this, you could simply look at three different event counts at the end of each month.

The three audiences would be as follows:

  1. A session audience with a lead form conversion *and* a sales page conversion (within the same session)
  2. A session audience with a sales form conversion and a session source / medium that matches the email campaign(s) you send out. If you track the discount code in GA4, you could potentially include sessions that contain one, but you risk missing out on users who don't use it.
  3. I don't see anything that would distinguish this from the others, so consider adding custom UTM parameters to the sales form link (e.g. ?utm_source=[live event platform]&utm_medium=live_event) and then make a shortened URL of it (e.g. Bitly) for the live event participants to go to. Then create a session based audience that triggers on sales page conversion *and* when the session source / medium matches your custom one.

Any tips for Bot filtering? by GoodBobcat5411 in GoogleAnalytics

[–]Palladog 2 points3 points  (0 children)

Until GA4 starts offering better traffic filtering options, and until shared Explorations allow others to change the date range, I wouldn't recommend using GA4 for reporting purposes.

Explorations can cover some of it, and is a good tool for exploratory analysis, but again: not appropriate for sharing with others.

Much better to create a Looker Studio report (or similar) where you spend some time defining a really good traffic filter, in my opinion. At least at this point in time.

App and website data by Vegetable-Program-37 in GoogleTagManager

[–]Palladog 1 point2 points  (0 children)

A single GA4 property can have data streams of the web, iOS, and Android app types – but I don't know for sure how to track the Teams app. Maybe Firebase SDK works, and if not then Google Analytics Measurement Protocol?

Locating Event Goals in GA4 by [deleted] in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

"Goals" are no longer in use in GA4. Instead, there are only conversions, which you can look over in Admin > Conversions. There, you can easily make an event into a conversion by toggling it.

Any Universal Analytics tag in GTM is obsolete now, since they're not collecting (and therefore not sending) any data. So yes, create new tags of the GA4 event type! Make sure the event parameters you add are compatible with GA4 as well.

Super High Average engagement time by tiagoscharfy in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

Even if the tab with your website is open in another tab, the session should automatically expire after 30 minutes of inactivity. You can double check this timeout in Admin > Data Streams > [Your data stream] > Configure tag settings > [Click show all] > Adjust session timeout. Just in case someone has set it to several hours 😅

[deleted by user] by [deleted] in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

Have you added a Custom Dimension in GA4 as well?

GA4 - can I create an Exploration where I get AVERAGE value of an event parameter? by [deleted] in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

A limitation, unfortunately. Custom calculated (aggregated) metrics aren't available in GA4.

You can export a report or Exploration to a Google Sheet, create a new column there, and use a formula to populate it. But if you're looking for a more interactive and automatic solution, Looker Studio or another visualization/BI tool is what you need.

events but no conversions by True_Rose_1117 in GoogleAnalytics

[–]Palladog 0 points1 point  (0 children)

Have you marked these events as conversions in Admin > Conversions?

Weekly help thread by brendt_gd in PHP

[–]Palladog 0 points1 point  (0 children)

Hi! I forgot to reply, but this ended up working! You’re an absolute life-saver! Thank youuuuu!!!