In Google Analytics 4 (GA4) how can I see page views by path and querystring when only "Page path and screen class" is available? - google-analytics-4

In GA4 Reports > Engagement > Pages and screens, above the list of pages viewed, there is a dropdown with the following options:
Page title and screen class
Page path and screen class
Page title and screen name
Content group
The option that is missing (mentioned in various sources on the internet) is "Page path + querystring".
This is the same on several GA4 websites I manage (all upgraded from GA to GA4)
Any ideas on how to enable the missing option?

On left hand side, click "Explore" option. Then hit "Free form"
Now on left hand side you have dimensions and metric. For dimension you need to choose page path + querystring and click import on top right corner, and for metric "Views" under "Page/screen"
Like so:
Once that is done, you need to drag & drop or select that dimension under Rows, and under Values that metric. So for Rows select page path & query string, and for Values select Views. Like so:
This is very similar to what google data studio offers, but it is embedded in GA4, and somehow works way faster, and have more options ex. pathing. Also took me a while to figure how to display such data.

Related

drill through from power bi card

I need some help with drill through. I have a main dashboard with high level aggregated data. I need to drill through to a details report I have created with more granular data. The chart type I have used in the dashboard is a CARD, to which it should drill down from. Only thing is when I right click it does not give the drill option. I have added the relevant field into the details report but still no rightclick --> drill through. Any advice would be great. Could this be a limitation with Power BI?
I agree that it's poor form not to have this sort of functionality. I've tried multiple workarounds, using other visualisations without success. The only thing that i can get to work is to have the card, and overlay a button on top of it (making sure that the button is transparent), which links to a bookmark on that page that i want to 'drill through' to.
I would change from the Card visual to a Table visual. After setting the Format properties you can achieve a similar look to a Card. And if you are show the right fields, then you can right-click and drill down.

Dashboard filters exactly belongs to?

I have lot many data sources, dashboards and worksheets in one workbook, There are couple of filters on one dashboards, I want to know from dashboard which filter belongs to which worksheet or where this filter exactly belongs to ?
As well please share how to create Global filters and when they are used?
When looking at a dashboard in Desktop, you can click on a worksheet which will select the worksheet and you'll see four icons pop up (usually in top right corner, sometimes top left corner). The last icon is a downward triangle. Click it and you'll see a long menu with options such as Go To Sheet, Duplicate, and Fit. One option is labeled Filters. Click Filters and it opens a submenu of all filterable fields on the worksheet. If a field is being used as a filter in the dashboard, it will show a checkmark next to the field name.
Note that this is an easy way to add and remove filters from a dashboard. But in your case, you are using it to figure out which worksheet is doing the filtering.
Be aware that dashboards can have filter actions so sometimes worksheets will cascade the filter values to other worksheets on the dashboard.

Is there an extension that lists timed-out and/or hidden elements in TYPO3?

If editors frequently work with show / hide dates for pages and content elements, there is an increasing number of outdated, hidden content in the Backend.
For housekeeping, it would be nice to have an extension that lists such not-displayed content, maybe also hidden items.
Is there something?
I'm not aware that there is any extension for this purpose. But you can use the list module for something similar.
Place any kind of content on your "root" page. In the list module, you now see the table "Page Content". Click on the header cell to get only "Page Content" records. In the bottom of the list module, in the search part, perform a search "4 levels down" with an empty string.
You then have all contents from the root page 4 levels down. In the field selector, select the "hidden" field. In the table, click the table head "Hide" twice to have all hidden elements on top.
Then you can bookmark this view. Not exactly what you wanted, but it gives you some kind of overview.
In theory it should be possible for admins with the "DB check -> Full search" tool. See my answer for question typo3: what is the fast way to find which page has certain extension
However, I found out there is a bug which prevents it from working as it's supposed to in TYPO3 4.5.x. I'll update this answer once the bug is fixed.

How to give hyperlink in HTML 5 Chart in iReport

I want to give hyperlink in HTML 5 Chart, so that If I click anywhere in the chart area , that should be redirected to the different report.
How can I achieve this in iReport?
A Jaspersoft employee just directed me to this article on the wiki. Summary of the article:
Edit Chart Properties->Chart Data->Data Axes
Under Categories, click to add/modify the one you want
Click the properties tab, and then "Add"
Give a name, such as "myUrl" and then enter the URL and close it
Under measure, select the one you want to link and click Hyperlink
Double click each to edit as you wish
If you want a different report depending on the slice, you'll need to set the URL expression in a property for the category bucket. The bucket properties weren't showing up for me, but I figured out you can type it in as bucket_name.property_name (say bucket was named urlBucket and property was myUrl: urlBucket.myUrl). If it is one report for the entire report, you can set it as a constant in the measure hyperlink.
Usually if you right click in any charts in Ireport and select "hyperlink" .
There you can add the hyperlink details like which report you want to add and pass parameters from main report to child report.
You can refer this link
(But i am not sure about HTML5 charts because I use community edition and in community edition we don't have HTML5 charts)

Joomla: How to show a different image on every page

I'm new to Joomla, but I figured out how to set it up and create my first joomla template which only includes the content area and a top menu.
Now I want to display a different images on every page.
I do not know how to do it in Joomla, because as far as I know I can only write articles (with images in them, which is not what I want) and include them in the Menu Items as Layout: Article.
Can I somehow create my own parameters for the Layout: Article and use them in my template? The cms user should be able to decide which image to show on each "page".
You can do it by means of a module. You can define for which menu position each module is visible. You can put any article inside a module with a Article as Module extension
You can find a lots of modules at http://extensions.joomla.org/ which you can install from your administrator and enable it on a position to show different images on different pages.
check this page
http://extensions.joomla.org/extensions/photos-a-images/images-rotators
Header Image
https://support.pillwax.com/open-source/doku.php?id=joomla:header_image
This allows you to place your images in a folder and name them according to the page. You can match to articleid, menuid, category, section, or even show a rotating random image.
You would then just need to publish the module in the correct position.