While clicking on the campaign name in the Activity log, it doesnt take you to the campaign, what does this mean? | Community
Skip to main content
Level 2
February 21, 2022
Solved

While clicking on the campaign name in the Activity log, it doesnt take you to the campaign, what does this mean?

  • February 21, 2022
  • 1 reply
  • 1447 views

Hi Community - While checking someone's activity log, you see a campaign name, if you click on that campaign name and Marketo doesn't take you to that campaign, what does this mean?

Was the campaign deleted or any other action of which we are not aware?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

The campaign links in the activity log are not added in the conventional  Hypertext REFerence (href) attribute, rather they are added in the JS's "onClick" function. If I were you, I would try:

  • Looking at errors in your browser's F12 console
  • Searching for the respective campaign in the Marketing Activities tab
  • Using a different browser

Also, Marketo has dialog that displays with apt message in case the resource you're trying to access has been deleted or is off your user permissions.

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
February 21, 2022

The campaign links in the activity log are not added in the conventional  Hypertext REFerence (href) attribute, rather they are added in the JS's "onClick" function. If I were you, I would try:

  • Looking at errors in your browser's F12 console
  • Searching for the respective campaign in the Marketing Activities tab
  • Using a different browser

Also, Marketo has dialog that displays with apt message in case the resource you're trying to access has been deleted or is off your user permissions.

ChargotraAuthor
Level 2
February 25, 2022

Thanks, Darshil, this is helpful