8000 Link tracking not working on template variables · Issue #667 · knadh/listmonk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Link tracking not working on template variables #667
Closed
@charl4e

Description

@charl4e
  • listmonk: 2.0.0
  • OS: Ubuntu

When you try to apply link tracking to a template variable, it either fails the validation or it simply doesn't convert the link to a tracked link.

I've tried to apply the following:

<a href="{{ .Subscriber.Attribs.jobs.link }}@TrackLink">View</a>

<a href="{{ TrackLink ".Subscriber.Attribs.jobs.link" }}">View</a>

<a href="{{ TrackLink {{ .Subscriber.Attribs.jobs.link }} }}">View</a>

<a href="{{ .Subscriber.Attribs.jobs.link@TrackLink }}">View</a>

Is there perhaps a way to track links generated from the attributes on a subscriber? Feels like I'm missing something simple here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0