Pages are managed in Analytics > Pages. For more details on the Pages page in Pendo Adopt, see our Pages Tab documentation.
Adopt now gives you the capability to tag your own Pages to track how many people are using specific areas of your environment, where they spend most of their time, and how frequently they return. Tagging Pages is also important for tagging Features in Pendo and creating guides. Specifically, tag Pages to:
- See how your visitors are using the application.
- Monitor the traffic on Pages.
- Limit Feature click tracking to certain Pages.
- Set a guide to only display on a certain Page.
Page tagging overview
To create Page tags in Pendo (also known as "tagging Pages"), you provide the URL you want to tag, which you can then edit to capture or filter out variations by creating Page rules as appropriate.
There isn't a right or wrong way to tag a Page. Sometimes, you might want to group all usage in an area of your app into a single tagged Page. Other times, you might want to see usage for a single Page. You can tag both to see the data you want. Overlapping or duplicate tags don't compete. Rather, overlapping and duplicate tags both identify and count the same event.
For example, we have Pendo installed over our Help Center. The base domain, adoptpartners.pendo.io, is tagged to track usage of the entire website as a single Page. Being able to target a single Page that represents usage of the entire app is a Pendo shorthand that's helpful in segments and reports. Each article is also tagged as a Page to track usage of a single article.
Page tagging rules
Pendo tags Pages based on rules. Page rules define the content and structure of the URLs that Pendo interprets to tag your Pages. At the top of every hour, Pendo matches raw events generated by visitor actions taken in your application against your rules for tagging a Page.
Page tagging rules match the structure of a website URL, but they cut out the parts you don't need and identify the parts you do. Page rules rely on standard URL syntax, such as wildcards (*) to make substitutions and contains to look for specific strings.
Note: Pendo defaults to hiding your domain with a wildcard (*). This is because you might have Pendo installed in multiple environments (staging, testing, and production) and the wildcard helps you avoid tagging each Page again in each environment.
Tag Pages
There is a new way to tag Pages in Pendo Adopt:
- Tagging URLs in your application with the Visual Design Studio.
With the Visual Design Studio
You can tag a URL within your application using the Visual Design Studio.
In Pendo Adopt, navigate to Analytics > Pages and then:
- In the top-right corner, select Tag Pages.
- Enter the URL of the target page of your application into the text field.
- Select Launch Visual Design Studio to load the Visual Design Studio.
- In the Page tab of the Visual Design Studio, select Tag Page.
- Select Create New Page at the top of the Visual Design Studio.
- Enter a descriptive name that follows your company's naming convention for Pendo Pages.
- Add a description, up to 280 characters, so that others know what URL you're referring to in your app.
- Create "include rules" using one of the following methods for creating include rules: Suggested Match, Exact Match, Rule Builder, or Custom URL. For guidance, see Include rules in this article. A Page must consist of at least one include rule.
- Optionally, create "exclude rules" using either the Rule Builder or Custom URL to exclude URLs from the Page you're creating. For guidance, see Exclude rules in this article.
- Optionally, add more rules as appropriate using the + New Include Rule and + New Exclude Rule buttons. You can also add additional rules after you’ve created the Page by opening it from the list in Product > Pages and editing the Include Rules and Exclude Rules section.
- Select Save to create your Page and add it to your Pages list.
- Close the Visual Design Studio using the Exit button. This is in the top-right or bottom right of the page you're on depending on where you have the action bar.
Page rule options
Page rules allow you to edit what Pendo counts towards a Page view, such as variations of the same URL. For example, you might want Pendo to treat multiple URLs in your application as the same Page for analytics and guide targeting. You can use multiple rules to do this.
You can create both include and exclude rules. Include rules filter URLs to include only those that match the URL patterns you define for the Pendo Page you're creating. Exclude rules prevent URLs that match the URL patterns you define from being included in the Pendo Page you're creating.
If a Page tag consists of both Include Rules and Exclude Rules, Pendo first checks whether a URL matches any exclude rules, preventing any views of that URL from being counted towards the Page view data. Pendo then checks for matches against include rules, counting any remaining URLs that match any of the include rules towards the Page view data.
Include rules
You must create at least one Include Rule to tag a Page. Include rules define what URL patterns to capture in a Page. When tagging a Page in the Visual Design Studio, you have the following options for creating an Include Rule:
- Suggested Match. This is the automatic rule created by Pendo. Sometimes, this doesn’t ideally capture what you need it to, which is why we’ve created the following additional options for creating rules.
- Exact Match. This gives you the most control over what’s included in the Page tag, but covers fewer variations, such as different sections in the same page as indicated by a hashtag symbol (#) at the end of the URL.
- Rule Builder. This helps you create a rule by giving you the option to apply <Ignore>, <Ignore after>, <Parameter>, or <Contains> statements to elements of the URL you provided for tagging.
- Custom URL. This allows you to create a rule using standard URL syntax.
If standard URL syntax is insufficient, you can add multiple rules for tagging a Page. When a tagged Page has multiple rules, Pendo interprets them as a series of OR statements. A URL must match at least one of the rules. If the URL matches multiple rules on the Page tag, it only counts as one view.
Tip: Use parameters in your Page tagging rules. A parameter allows you to ignore specific values and to view what those values are in the Page tag data. For example, if you want to see what channels are most popular even though there are too many to tag, you can implement a parameter rule for channels. A parameter rule in your Page tag might look like appname.com/channel/*parameter*/.
Exclude rules
Exclude rules are optional, and are additional to include rules. Exclude rules filter out URLs so that the Page doesn't include any URLs that match the patterns defined by the rules. When tagging a Page in the Visual Design Studio, you have the following options for creating an Exclude Rule:
- Rule Builder. This helps you create a rule by giving you the option to apply <Ignore>, <Ignore after>, <Parameter>, or <Contains> statements to elements of the URL you provided for tagging.
- Custom URL. This allows you to create a rule using standard URL syntax.
If standard URL syntax is insufficient, you can add multiple exclude rules, which Pendo interprets as a series of OR statements. A URL that matches any of the exclude rules isn't included in the Page you create.