Creating a saved page
Last updated
Was this helpful?
Last updated
Was this helpful?
The creation of saved pages is useful for declaring the url structure of your site's pages once, and then using these saved pages as a targting criterion or filter in reporting.
For more information about saved pages usage in the application, please refer to our tutorial about .
You'll find the in the section Library of the application.
To create a Page, click on the CTA Create Page. The builder opens:
You need to enter:
a name for your Page. Ex: "Product pages"
the configuration based on URL(s) using the available 8 operators (is, is exactly, contains, is regular expression, is not, is not exactly, does not contain, is not regular expression). For more informatino about how to use the operators to build your URL pattern, please refer to the article .
A Page must include at least one URL(s) rule and can exclude one or several URL(s) rules.
To configure the page URL(s), you can choose from the following operators:
Operator
Functional: accepts...
is
Includes all URLs matching the string, even if they include parameters. ⚠️ With this operator, the page is accepted no matter which parameters are included in the URL. Therefore, you cannot write any particular parameter in this field. Example: https://mydomain.com/cart
is exactly
Includes the URL matching the exact string. Parameters that are not mentioned in the string are not taken into account. 💡 This field accepts parameters as an option. Example: https://mydomain.com/cart
contains
Includes all URLs containing the string. Parameters following the string will also be taken into account. Example: /product/
is not
Excludes all URLs matching the string, even if they include parameters. ⚠️ This field doesn’t accept parameters. Example: https://mydomain.com/cart
is not exactly
Excludes the URL matching the exact string. 💡 This field accepts parameters as an option. Example: https://mydomain.com/cart
does not contain
Excludes all URLs containing the string. Parameters following the string will also be taken into account. Example: /product/
is not regular expression
Excludes all URLs matching the regex. You don’t need to escape special characters of your regular expression. Example: https://www.example.com /products/(.*)--([0-9]{5})
If you include one or several specific URL(s), all the other URLs will automatically be excluded from the set-up. At least one of them has to match.
You can combine inclusive operator(s) (is, is exactly, contains, is regular expression) with exclusive operator(s) (is not, is not exactly, does not contain, is not regular expression). In this case, to be accepted in the targeting, a website’s URL has to match:
All the exclusion rules
Some (Almost one) of the inclusion rules
For example, to set-up a saved page that represents all the pages of your website except product pages, apply the following steps:
Select contains > http://mydomain.com.
Click Add condition.
Select does not contain > /product/