Reputation: 101
I create a trigger with the following configuration:
If I fire this trigger for all page it works but when I include only the one outbound link which I want it is not working properly.
What can I do?
Upvotes: 1
Views: 367
Reputation: 422
You don't need check validation and wait time. Use "Element URL" as your fire rule. Also note, if the link is a button for example, instead of regular link - you should use All Elements instead of Just Links.
When your trigger is ready - just make a tag type Event, with "Fire on" rule - Click -> the name of the trigger you created.
Fill the Category/Action/Label fields as you wish (for example Category - Outbound Clicks; Action: Clicked on {{element url}}, Label - Clicked on page: {{url}})
Upvotes: 2