eabcde
eabcde

Reputation: 101

Outbound link tracking for a specific url only

I create a trigger with the following configuration:

  1. Choose Event: Click
  2. Configure Trigger:
    Targets Just Links
    Wait for Tags enable
    Max wait time 2000 milliseconds
    Check Validation
  3. Enable When: Page URL matches RegEx .*
  4. Fire On:
    Click URL equals www.linkoutbound.com

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

Answers (1)

ePetkov
ePetkov

Reputation: 422

This should be your trigger: enter image description here

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

Related Questions