Le Markov
Le Markov

Reputation: 51

Google Analytics, list specific pages for report

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

Answers (2)

mrsoltys
mrsoltys

Reputation: 1115

I accomplished this by adding a new segment with the URLs I wanted.

New Segment

Upvotes: 1

Jerodev
Jerodev

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.

enter image description here

The screenshot is in dutch, but it should look the same for you.

Upvotes: 1

Related Questions