Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
Re: Tracking links parameters
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Igor_Khripunov
Level 4
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
01-23-2013
06:47 AM
01-23-2013
06:47 AM
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
?
Labels:
Lead Management
Tags
(1)
Tags:
design studio
All forum topics
Previous Topic
Next Topic
3 REPLIES
3
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
01-23-2013
08:29 AM
01-23-2013
08:29 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
01-23-2013
09:14 AM
01-23-2013
09:14 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
01-23-2013
11:59 PM
01-23-2013
11:59 PM
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?