Skip to main content
January 30, 2015
Question

Tracking the author of content easily

  • January 30, 2015
  • 3 replies
  • 1025 views
Our organization recently set goals for every single person in our company to create content. That means we'll be tracking content from over 100 authors. Incentives will be given for 'Content Rock Stars' based on appropriate metrics for the type of content, such as most click throughs or highest converstion rate. This is wonderful. However, now we are trying to figure out the best way to track the authors and those metrics.

We know that we can compare an Excel list of content to a Marketo landing page report, however that involves a manual step. Can anyone think of way to tag the author of a certain landing page so that it shows up on the Marketo analytics report or using Google Analytics? I'd be curious if there is something I'm overlooking. Thanks in advance!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Adam_Vavrek1
Level 8
January 30, 2015
You could add URL Paramaters containing the author's name to each link in the actual piece of content. If the lead completes a form on the next page, that data will be captured in a hidden form. It might be too manual to add URL paramaters to every link included on the piece of content, however.
SanfordWhiteman
Level 10
January 30, 2015
I would have everyone use the standard means of author attribution in the head of each page: <LINK rel="author" href="careyp"> (this won't be entered automatically, though once they enter it, if they clone previous content it would already be there).

Then have Munchkin (in your template code, again a one-time entry) send a custom page name that's something like author + "/" + title.  

Then when you run a report you would see

careyp/The Earnestness Of Being Important
jthomas/The Jail of Reading

etc.
February 2, 2015
Thank you for those answers. They are a little over my head, but I think that with the help of our web developer I can make it work. I really appreciate it!