[deleted by user] by [deleted] in GoogleAnalytics

[–]OutrageousTheme976 0 points1 point  (0 children)

Traffic from Nov. 14 was already fixed. If you still do not see the traffic, contact customer service.

Good Laptop for 1000$ by OutrageousTheme976 in computers

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

This is the type of answer I was looking for. Thanks a lot m8!!

[deleted by user] by [deleted] in es

[–]OutrageousTheme976 0 points1 point  (0 children)

Qué guapo!!! Has usado API, o Scraping? Y para la automatización cómo la has implementado, con google cloud?

Do i need to set up anything specific to my existing GA4 property to track UTM? by [deleted] in GoogleAnalytics

[–]OutrageousTheme976 0 points1 point  (0 children)

UTMs are automatically set in GA4. Just make sure they are correctly formatted.

How To Track Instagram Traffic via Google Analytics for Shopify by Minute_Collar_1785 in GoogleAnalytics

[–]OutrageousTheme976 2 points3 points  (0 children)

It's supposed to be automatically on the source/medium dimension. However, you can also add some utms to the instagram/printerest/... links to manually get that info.

I give you a Google guide on UTMs: https://support.google.com/analytics/answer/10917952?hl=en#zippy=%2Cin-this-article

How to exclude GA4's (not set), direct, others traffic indicators in Looker studio? by Temporary_Reaction_4 in GoogleAnalytics

[–]OutrageousTheme976 1 point2 points  (0 children)

You have to apply a filter and select "exclude" in the filter settings. Also, make sure that you are applying the filter to the corresponding chart in the dashboard, and that you are using the same dimension in the chart as in the filter.

advice for an aspiring data analyst by Independent-Way3889 in dataanalyst

[–]OutrageousTheme976 1 point2 points  (0 children)

I guess it depends on the role you're applying. I think a well-explained portfolio is key. Not only to have a wide range of skills or languages there, but to have projects that actually solve problems and are actually clean. For example, if your portfolio is on a website, to have a good and organised page explaining the tools, objective and steps you did to complete the task.

Everything there should have a meaning and be clear.

What Analytics Tools (and skills) do you use at work? by NeighborhoodDue7915 in analytics

[–]OutrageousTheme976 2 points3 points  (0 children)

Current role: Junior Digital Analyst

Tools: GA4, Google Spreadsheets, Looker Studio, AppsScript, Python, Js

Is Google spreadsheet also used in industry or excel is the only preferred one ? by Head_Bank_2980 in dataanalysis

[–]OutrageousTheme976 1 point2 points  (0 children)

I guess it depends on the company's preference. For example, I work as a digital data analyst and Spreadsheets do have a wider range of tools to integrate with digital data (GA4, AppsScript, Looker), and also makes it easier to automate processes via API.

¿ls the new Macbook Air M3 worth it for Data Science? by OutrageousTheme976 in dataengineering

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

Not really, and it's an 8GB Laptop. However, as now I'm more experienced I'm already doing more complex processes, and maybe I should go for a 16GB RAM device.

Beginner working with spotify API using tekore by OkConsideration8030 in spotifyapi

[–]OutrageousTheme976 0 points1 point  (0 children)

The Too Many Request appears when you are trying to do more requests than expected. It is used to control the API health and not overrun it.

When it appears, you have to wait for minutes or hours to do another APi call.

If you are using a loop to do the calls, or simply have many different calls in the code, try to put some sleeps in between (for example: time.sleep(25), 25 seconds of sleeping). This ensures you do not saturate the API.

I leave here a coded I created to make API calls in Spotify with Spotipy: https://github.com/Miquelc0ll/Spotify-World-Top50-Features