Subscribing to content when not logged in?

Hi All

We've noticed that visitors who view our community while not logged in can still 'subscribe by email' to be alerted to new content in certain applications (such as a blog for instance). However, I can't identify these in the activity reporting area? 

When they subscribe, they're asked for their email address and then sent a verification request to that address. Where is their email address then stored in the community and how is that used? Where can I find out how many 'anonymous' users have subscribed to content? 

We were also wondering whether it's something we would be able to disable/remove from our community as we'd prefer users to have an account in order to get the benefit of being notified of new content etc. 

Any suggestions?

Lisa

Parents
  • Hi Lisa

    Re blogs as an example the link widget itself handles the anon users functionality and it doesn't look to be configurable but it may be that it can overridden somewhere globally maybe   or someone in the product team can advise on this please 

    e.g.

    ## ANONYMOUS USERS GET AN EMAIL FORM INPUT
    #else
    	<li class="navigation-list-item">
    		<a href="#" onclick="jQuery.glowModal('$core_v2_encoding.JavascriptEncode($core_v2_page.AdjustQueryString($core_v2_widget.GetExecutedFileUrl('subscribebyemail.vm'), "BlogId=$currentBlog.Id"))', { width: 400, height: 200 }); return false;">$core_v2_language.GetResource('Subscribe_ByEmail')</a>
    	</li>
    	#if ($core_v2_utility.ParseBool($core_v2_page.GetQueryStringValue('sub')) == true)
    		#registerEndOfPageHtml()
    			<script type="text/javascript">
    				jQuery(function(j){
    					j.telligent.evolution.notifications.show('$core_v2_language.GetResource("Weblog_Subscription_SuccessMessage")', {type: 'success', duration: 10000});
    				});
    			</script>
    		#end
    	#end
    	#set($hasLinks = true)
    #end


    You would need to edit he appropriate widgets and remove this, maybe you could request this as a enhancement to the platform via community.telligent.com/.../ideas_and_improvements

  • Thanks Karl Blush

    Any idea where I would be able to find some kind of report to tell me how many anonymous users have subscribed?  Just thinking that this is also a missed opportunity as it would be great to be able to target these anonymous users and see if we can convert them into having an account via a targeted marketing campaign. 

    'Hey there! We've noticed that you subscribed to our blog. Did you know that if you sign up to (insert community name here) you'll benefit from (insert benefits of signing up and logging in here... ) Wink

Reply
  • Thanks Karl Blush

    Any idea where I would be able to find some kind of report to tell me how many anonymous users have subscribed?  Just thinking that this is also a missed opportunity as it would be great to be able to target these anonymous users and see if we can convert them into having an account via a targeted marketing campaign. 

    'Hey there! We've noticed that you subscribed to our blog. Did you know that if you sign up to (insert community name here) you'll benefit from (insert benefits of signing up and logging in here... ) Wink

Children