How to setup actions in the wall : dynamic actions, button and clickable content ?
The advanced appearance editor allows you to create and manage your designs by assembling blocks from basic and dynamic components.
In this article, we present the available options:
- Dynamic action
- Button
- Clickable content
Dynamic Action:
In your appearance, when you use the dynamic component "Dynamic Action," it will adapt to the action you use in your scenario.
It will be identified by Poool as the main CTA of the widget.
Example:
We insert the component into our appearance:
From the preview, you'll be able to see what the button will correspond to in your scenario depending on the widget you use:
For 'Subscription':
For 'Free article':
And so on...
The texts that appear on dynamic actions are the default texts that you can modify in the Messages section of your Poool dashboard or by editing the widget from your scenario.
You'll find the list of all available actions in this article:
👉 What are the different available actions?
How can I change the color of my dynamic action ?
To change the color of your dynamic action, you can use the following CSS lines :
.junipero.button.primary {
background-color: yourcolor;
}
Button:
The button is a basic component that you can place and customize in your appearance.
The big difference with the dynamic action is that your button will be "fixed" in appearance and will not adapt to the widget you use in your scenario.
Example:
Let's place a button in our appearance:
For 'Subscription':
For 'Free Article':
And so on... The button remains the same no matter which widget you choose!
The basic button component gives you the possibility to adjust various elements related to the appearance and behavior that you wish to define for it.
By clicking on "Edit," you will access the "Settings" tab:
Here, you will be able to:
- Define the text that appears on the button:
- Define the action you want (Open a link or Trigger a JS event):
On this last point, you can delve deeper by consulting this article:
👉 Custom Buttons: Trigger your actions using the customButtonClick event.
- Define the HTML type of the element and assign it an identifier:
Clickable content
Just as a button, you can choose the "clickable content" component. It allows you to define a specific area in the wall that would be clickable.
It is similar to a row and makes the whole content inside it clickable.

For this component, you will have the same options as the ones you have for a button to manage redirection:
- Open a link => set the URL where the users will be redirected once they clicked on the component.
- Trigger an event => this will trigger the
customButtonClickevent once users clicked on the component.
If you want to add a pointer, you can add this CSS lines:
.my-image {
cursor: pointer;
}
Dynamic Action vs Button vs Clickable Content : How to track clicks?
The dynamic action is recognized by Poool as the main CTA. Thus, clicks on this type of buttons will appear in the "Statistics>Clicks" tab of your Poool dashboard.
However, clicks on the basic Button and Clickable content components will not appear in your Poool dashboard.
Nevertheless, you will be able to track clicks on this element in your analytics tool (GA, Piano, etc.) because Poool triggers the customButtonClick JavaScript event when clicking on these buttons.
Thus, you can track click-related information directly in your analytics tool.
Any doubts or questions? Feel free to contact us via chat!
​
Updated on: 25/03/2026
Thank you!










