Overview
Tagging features is a helpful way to understand user activity. However, you may also want to track activity within your own guide. We will review how to tag a button within your guide.
Tag a Button within a Guide
- Go into your product through the In-App Designer; like you would if you were tagging a feature.
- Tag anything on the page within your app.
- Label the Feature.
- Drop the below into the custom CSS Tag based on the type of Guide.
For Classic Designer Guides
._pendo-group-id-###_ a[href='URL']
### = Group ID (Guide ID)
URL = Site URL the button will take you to
._pendo-group-id
does not exist for Visual Designer Guides. If you still do not see data, check your Guide type in your Guides list. Visual Designer Guide types are listed as "Building Block."
How Do I Find the Guide ID?
- You can find Guide ID in the URL of a guide. Click into a guide within Pendo, and you will find the Guide ID in the URL of the guide(below).

- The URL is the link included in the button which you are tagging.
- Give the feature a few minutes to process.
For Visual Designer Guides
These Guides utilize unique IDs that are linked to your Guide building block.
#pendo-button-{someLongID}
button
= This value could be different depending on how your button was setup in your Guide.{someLongID}
= This will be the unique ID of the button (or exact element) in your Guide.
someLongID
will be unique You can find these unique IDs by using the "inspect" feature in your web browser.
For example, if I see my Guide’s button as the following:

I would add this to my CSS selector when tagging a feature:#pendo-button-ff044533