Tracking links parameters

Igor_Khripunov
Level 4

Tracking links parameters

Example:
 
http://link.my_domain.com/track?type=click&enid=bWFpbGluZ2lkPXZlZWFtQmV0YWN1c3QtLS0tMzA5NTEtcHJvZC01NDgyMiZtZXNzYWdlaWQ9MCZkYXRhYmFzZWlkPTU0ODIyJnNlcmlhbD0xMzAwMDc0ODc0JmVtYWlsaWQ9aWdvci5raHJpcHVub3ZAdmVlYW0uY29tJnVzZXJpZD0wJmV4dHJhPSYmJg==&&&http://go.veeam.com/event-02232013-synchronet-topgolf-happy-hour.html?mkt_tok=3RkMMJWWfF9wsRow5%2FmYJoDpwmWGd5mht7VzDtPj1OY6hBsuK7meflL6iuNDGZQ7fbSIBAcRHg%3D%3D

How can I make this link manually?

http://link.my_domain.com/track?type=click&enid=??????????http://test.html?mkt_tok=##MKT_TOK##

What should I put in place &enid?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Tracking links parameters

Good question.  I've always assumed that those were somewhat random strings assigned as lead/email/link ids, in which case you would not be able to manually create them.  I could be wrong though, so subscribing.
Anonymous
Not applicable

Re: Tracking links parameters

It is a hash of several things, including some IDs which aren't exposed through the UI. So, in short- no it isn't something you can construct be hand.

Can I ask why you're trying to do it?
Igor_Khripunov
Level 4

Re: Tracking links parameters

I use universal buttons with rounded borders without images.
 
Example:

<div><!--[if mso]>
  <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://my_test.com" style="height:20px;v-text-anchor:middle;width:100px;" arcsize="60%" stroke="f" fillcolor="#f0ebeb">
    <w:anchorlock/>
    <center>
  <![endif]-->
      <a href="http://my_test.com"
style="background:#f0ebeb;border-radius:12px;color:#4d4545;display:inline-block;line-height:20px;text-align:center;width:100px;">Test button</a>
  <!--[if mso]>
    </center>
  </v:roundrect>
<![endif]--></div>

This reference not tracking:

<!--[if mso]>
  <v:roundrect ...... href="http://my_test.com" ...... >
    <w:anchorlock/>
  <![endif]-->

What do you think, how to fix it?