Reputation: 51
We have a large website, and we have special product department that needs to receive specific reports from google analytics.
For example, we have some products located in random URLs:
example.com/en/product-1
example.com/en/product-156
example.com/en/your-table
example.com/fr/merci
example.com/en/product-11
example.com/fr/paris-eifel
(..more that 200 products)
Is there a feature inside google analytics where can I add all these pages manually to get report only for these pages?
Thank you!
Upvotes: 2
Views: 148
Reputation: 1115
I accomplished this by adding a new segment with the URLs I wanted.
Upvotes: 1
Reputation: 33216
You can use the regex filter on the Behavior -> pages page.
In there you can use example.com/\w{2}/.*$
for example to get all the links you listed in your post.
The screenshot is in dutch, but it should look the same for you.
Upvotes: 1