Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Business use case is to access Marketo campaign name from velocity script? I don't see them on the right hand side panel. is there any quick workaround to access hidden Marketo campaign token in such case?
I found very weird it is working for one workspace and tracking immediately but for other workspace it is not working.Here is sample URL examplehttps://www.mywebsite.ca/path/web.html?utm_source=Marketo&mkt_tok=eyJpIjoiTXpVeFptUmhOemt6TVRjeCIsInQiOiJUaHRyMWkwczllQWdxajgwMnlhbUdQMjF3bVd0RkFjTGZmTFBPZD...
Thanks @SanfordWhiteman I got the testing issue due to different account setup.
I have not added lead reference in the shared VTL code which I already shared in my previous comment.I am trying to capture either user visit or click link on email. But, as I already told that emit URL is not configured in the VTL script. Hence, click on email is not tracked. The main reason why I ...
Hi @SanfordWhiteman I have not added the URL in that fashion below is the sample.URL?utm_source=Marketo&mkt_tok=##MKT_TOK## And when I click the link the mkt_tok details are loaded successfully. But, I can not see view page activity in Marketo.
Marketo allows for 31 days bulk activity data export in one time. But not sure if it is limited to 90 days only or it can be fetched more longer than 90 days. Business need to fetch bulk activity data for the month on June 2020 using REST API. is it possible to fetch the data after 90 days via bulk ...
Hi @SanfordWhiteman I have included as ?mkt_tok=##MKT_TOK## but still I can not see visited web page link details report in Marketo.
I got the link for emit URL but mkt_tok related article I am not able to find. can you please share the link?
Initially, it was tested with sample link and link was tracked as visited web page but now nothing is being tracked so looking for suggestion on same.
Hi @SanfordWhiteman This is because, we used VTL token directly in email template as below format Click In CO, there are N number of link. hence evaluate is not used here.