Expand my Community achievements bar.

SOLVED

How can we recognise which article is recommended or which is not ?

Avatar

Level 1

Hi everyone! I have a question... assume that a media publisher web page has recommended article on their pages and also has regular articles as a suggested default on same page. In this case both seem to have normal urls and it looks like a recommended link, while one is actually a regular article in the web site, not a recommended one.. Is there a way to distinguish between these two and measure the click on recommended one only?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

Except that you really shouldn't be using UTMs on internal links.. UTMs should only be used on a external links.

 

https://www.searchseven.co.uk/blog/why-using-utm-parameters-on-internal-links-is-a-very-bad-idea/

 

https://www.adviso.ca/en/blog/tech-en/never-never-never-tag-internal-link-external-campaign-variable...

 

https://www.monsterinsights.com/docs/track-internal-links-google-analytics/

 

 

If you are going to use a URL parameter, you should create a new (or multiple) internal campaign trackers (icid, or itm_source, itm_campaign, etc).

 

First off, it's just bad practice to mix internal and external campaigns... but many of us use Google Analytics as a backup analytics package, and using UTMs incorrectly like this will impact your GA data collection.

View solution in original post

3 Replies

Avatar

Community Advisor and Adobe Champion

Depending on how you want to do this, you could add a click tracking on the Recommended articles, so that you can correlate those clicks to subsequent reads... 

 

Or if you are using Activity Map, you could modify the regions to indicate "recommended", thereby saving you the extra server call, and using Activity Map Region to determine that the user clicked on recommended content.

 

Or you could modify the urls of the recommended content to use an internal campaign parameter (icid instead of cid, or itms instead of utms, etc)... you would have to add new custom dimensions to track the internal campaign.

 

There are many ways to go about this... but based on your existing tagging structure some of these may work/fit better with your tagging design.

Avatar

Community Advisor

Hi CerenFi,

My quickest turn around is to customise the UTMs for each recommended article.

Avatar

Correct answer by
Community Advisor and Adobe Champion

Except that you really shouldn't be using UTMs on internal links.. UTMs should only be used on a external links.

 

https://www.searchseven.co.uk/blog/why-using-utm-parameters-on-internal-links-is-a-very-bad-idea/

 

https://www.adviso.ca/en/blog/tech-en/never-never-never-tag-internal-link-external-campaign-variable...

 

https://www.monsterinsights.com/docs/track-internal-links-google-analytics/

 

 

If you are going to use a URL parameter, you should create a new (or multiple) internal campaign trackers (icid, or itm_source, itm_campaign, etc).

 

First off, it's just bad practice to mix internal and external campaigns... but many of us use Google Analytics as a backup analytics package, and using UTMs incorrectly like this will impact your GA data collection.