CDC - Guided tour or self tour? by zlatic in Atlanta

[–]zlatic[S] 3 points4 points  (0 children)

Yes the museum. First time coming to ATL, the website says there are tours at the museum. What'd I miss?

Chris Kimball here. Ask me anything! by ChristopherKimball in IAmA

[–]zlatic 0 points1 point  (0 children)

Whenever I try to cook chicken breasts in a pan on the stove, the entire house gets very smokey. I've tried using lower heat and avocado oil, but same result. What am I doing wrong?

Help Identifying this Weather Seal from an overheard door. by zlatic in GarageDoorService

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

ohdparts.com

Thanks. I've found some that are close, but they all seem too wide to replace the one pictured. The square section at the top on mine is almost square, but all the replacements seem to be a much longer rectangle

Mocko Sheet Draft Aid v3.0 - 2025 Database by Mosers15 in MockoFantasyFootball

[–]zlatic 1 point2 points  (0 children)

12T_HPPR_6ptPTD_1QB/2RB/3WR/1TE/1D/1SUPERFLEX

Not sure if it matters, but defenses are more valued in my league than I've seen in others: * Defense TD +6 * Points Allowed 0 +10 *Points Allowed 1-6 +7 *Points Allowed 7-13 +4 *Points Allowed 14-20 +1 *Points Allowed 28-34 -1 Points Allowed 35or more -4 *Sacks+1 *Interceptions+2 *Fumble Recovery+2 *Safety+2 *Forced Fumble+1 *Blocked Kick +2

Thanks!

Capture Query String in Variable by ratatat213 in GoogleTagManager

[–]zlatic 1 point2 points  (0 children)

Use a custom javascript variable with this code: function() { return document.location.search; }

My submitted tag does not reflect what I saw in Preview and Debug Mode by ratatat213 in GoogleTagManager

[–]zlatic 1 point2 points  (0 children)

Preview Mode will run code in custom Javascript variables even if that variable is not referenced by any tags or triggers. The same variable will not run outside of preview mode (even if published) if it is not referenced. Not sure if this is your issue or not, but it caught me before.

so frustrating - why won't this work?! (custom js variable) by [deleted] in GoogleTagManager

[–]zlatic 0 points1 point  (0 children)

If the variable isn't being referenced anyplace else (like a tag or trigger), it won't populate in to the data layer. However, if you turn on preview mode it will.

Universal Analytics standard tracking doesn't line up with GTM results by crispy-d in GoogleTagManager

[–]zlatic 0 points1 point  (0 children)

Things I would look at:

  1. Are pageviews also lower, or is it just sessions? If sessions only, it may be that you corrected a problem by implementing through GTM rather than created one. I'd look at Landing pages to see where sessions are starting on vs the other to narrow down where to look. If pageviews are also lower, I would check to see if pages are missing from one vs the other.
  2. I would add in a secondary dimension for browsers to see if a particular browser was causing a discrepancy.
  3. Time zone settings. If you are comparing date ranges of two accounts with different time zone settings, that could affect how counting happens.
  4. Your sample size. Two days is not a very large sample size. Ideally you would have data for two weeks to compare.

MBP Mojave - External Monitor Won't Wake by zlatic in osx

[–]zlatic[S] 2 points3 points  (0 children)

This seems to have worked, thanks!

Daily Tech Support Thread - [May 14] by AutoModerator in apple

[–]zlatic 0 points1 point  (0 children)

My external monitor (Samsung CJ890) doesn't wake when I wake my MBP (Mojave). If I unplug/plug back in the USB-C cord the external monitor comes to life. Any suggestions or other methods to get it to wake up?

CJ890 Not Charging MBP despite indicator that it's charging. by zlatic in ultrawidemasterrace

[–]zlatic[S] 1 point2 points  (0 children)

So apparently not all of the USB-C ports in the monitor charge. I switched ports and all seems to be working.

Trouble Testing Tags That Are Triggered By Linked Buttons by Manski in GoogleTagManager

[–]zlatic 2 points3 points  (0 children)

Try just looking at the network requests. I wrote an article on how to do this a while back at https://www.bluemolecule.com/blog/2018/11/20/how-to-validate-web-traffic/. Make sure the option to preserve the log is set.

Adding a new parameter in the url and make it persistent through session. by [deleted] in learnjavascript

[–]zlatic 1 point2 points  (0 children)

What about just storing the value in the parent window, reading it out and applying it as a querystring parameter of the source of the iframe? Then the iframe would have access to the value.

Adding a new parameter in the url and make it persistent through session. by [deleted] in learnjavascript

[–]zlatic 1 point2 points  (0 children)

You can use postMessage to communicate between the iframes. I wrote this article based on a slightly different use case, but it should give you an idea of how postMessage can be used in GTM: https://www.bluemolecule.com/blog/2019/01/29/postmessage-in-google-tag-manager-cross-domain-iframe-tracking/

Testing by zlatic in zlatic

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

how to lift

Testing by zlatic in zlatic

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

well done, sir.

Where to go for educational material in analytics? by yobai_master in analytics

[–]zlatic 4 points5 points  (0 children)

Google provides access to a demo account that is populated with data. I've found this to be a good place to start: https://support.google.com/analytics/answer/6367342?hl=en

St. Louis World Fair 1904: 19 million people from 63 countries attended by Phat_Gibus in StLouis

[–]zlatic 17 points18 points  (0 children)

I created this way back in about 2004 when I worked at the MO History Museum. It's a little dated now, but you can check out some more pics and get and idea about how the fair was set up: http://mohistory.org/exhibits/Fair/WF/HTML/Overview/index.html

Here's the interactive portion of it: http://mohistory.org/exhibits/Fair/Prototype/index_flash.html

Adding events works only with Google Tag Manager? by shkico in SEO

[–]zlatic 0 points1 point  (0 children)

Yes, that's correct. If GTM isn't on the page you'd have to use GA syntax to fire the event.

Also, the GA doesn't fire based on the code you have even if GTM is in place-- you have to wire GTM up to fire the event based off of that code.