AEM – Adobe /adobe-blog Perspectives on Adobe Digital Marketing Platform Technologies Wed, 22 Jun 2016 17:47:21 +0000 en-US hourly 1 https://wordpress.org/?v=4.5.3 Copyright © Perficient Blogs 2011 gserafini@gmail.com (Adobe) gserafini@gmail.com (Adobe) /adobe-blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg Adobe /adobe-blog 144 144 Blogs at Perficient Adobe Adobe gserafini@gmail.com no no Managing Multiple AEM Instances /adobe-blog/2015/12/08/managing-multiple-aem-instances/ /adobe-blog/2015/12/08/managing-multiple-aem-instances/#respond Tue, 08 Dec 2015 16:00:40 +0000 http://blogs.perficient.com/digexplatforms/?p=2632 Managing Multiple AEM Instances was first posted on December 8, 2015 at 10:00 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
One of the challenges I’ve had over the last few years is how to easily manage multiple AEM instances concurrently. Over the last few years, I’ve often had to have several different AEM instances running during the course of the day, whether it be different versions, client codebases or for just for standing up a quick test.

To make starting, stopping and resetting AEM instances on my computer quick and easy, I created a small script and a structure to support easily managing multiple AEM instances on the same computer.

Juggling AEM Instances
Yücelzorlu” by SepiNs is licensed under CC SA 2.0

Folder Structure

First, from a structure perspective, create the following folders:

/[user-home]
    /dev
        /aem
            /instance1
            /instance2
        ...

This structure is pretty simple, but it does help a lot to be consistent and makes it pretty quick to navigate folders via terminal or finder; cd ~/dev/aem/6.1 is pretty darn easy to type, easy to remember and makes sense from a taxonomy perspective. This structure also allows me to add other applications in parallel, such as MongoDB, Tomcat or anything else with which I may need to integrate as sibling folders to the aem folder.

AEM Manager Script

Next, I created a shell script to manage the individual AEM instances under this structure. The script allows you to start, stop and clear the repositories of instances. When starting, the script clears the AEM logs before starting, can start the instance in debug mode, start multiple publisher instances, can run without the GUI and allows you to configure the JVM settings for the AEM instances.

This script also allows you to clear the repository, removing everything under the crx-quickstart folder to quickly restore the repository to the starting state. This can be especially useful if you are trying to save space or need to install two incompatible codebases.

Examples

The commands for the script are relatively straightforward:

Starting an AEM Instance

aem-mgr start -i 6.1.0

Starting an AEM Author and Publishers

aem-mgr start -i 6.1.0 -p

It’s probably worth mentioning that what this will do is start the author instance found in the folder ~/dev/aem/6.1.0 and all of the instances in folders which look like ~/dev/aem/6.1.0-publish-[N].

Stopping an AEM Instance

aem-mgr stop -i 6.1.0

Clearing an AEM Instance

aem-mgr clear -i 6.1.0

A quick note, if you want to run multiple instances in parallel, you will need to pass in the -nd flag to disable debugging on the non-primary instances. The script handles this automatically for publish instances by incrementing all of the port numbers.

Defaults

By default, the script will look for AEM instances under the ~/dev/aem folder I described above. Each instance is assumed to be in a sub-folder with a JAR inside with a name matching ^.*aem.*.jar$ or ^.*cq.*.jar$.

Each instance with debug enabled will start by default with the Java debug port set to 30303 and the JMX port to 9999. Additionally, by default the JVM is granted a maximum of 1GB heap and 256MB of Permanent Generation. These values can be configured in the “Default Settings” section of the script.

Installation

To install the script either download it directly from GitHub or clone the git repository and add it into your computer’s PATH variable. It has been tested in Linux and Mac and I would suspect it would work on windows with GNUTools or Cygwin installed.

Hopefully you find the script and structure useful!


Managing Multiple AEM Instances was first posted on December 8, 2015 at 10:00 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2015/12/08/managing-multiple-aem-instances/feed/ 0
Accurate Websites Are Critical – In Any Language /adobe-blog/2015/05/08/accurate-websites-are-critical-in-any-language/ /adobe-blog/2015/05/08/accurate-websites-are-critical-in-any-language/#respond Fri, 08 May 2015 13:30:26 +0000 http://blogs.perficient.com/lifesciences/?p=1941 Accurate Websites Are Critical – In Any Language was first posted on May 8, 2015 at 8:30 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
multilingual-websites-sitecore-liferay

 

A recent article that I read alluded to the fact that regulatory bodies are struggling to keep their websites updated, which could lead to misinformation or a lack of information for consumers and companies interested in a country’s regulations and policies. The story specifically pointed to the English and Korean versions of South Korea’s Ministry of Food and Drug Safety’s (MFDS) website. While the website in Korean was up-to-date, the English version was not nearly as well maintained. 

A few visits to other regulatory agency websites in other countries led me to find that most countries, especially less wealthy ones, offer information only in their official languages. Some wealthier nations, like South Korea, did provide their website in multiple languages; typically those that are more frequently spoken among their constituents. For example, the Food and Drug Administration (FDA) offers their website in English and Spanish. Health Canada offers theirs in English and French, and Israel’s Ministry of Health offers theirs in Hebrew, Russian, Arabic, French, and Spanish. Less wealthy countries, like Columbia, offer information in a single language, like Spanish.

Maintaining a website can be a big undertaking, let alone multiple versions in different languages. However, if you’re a government agency or a life sciences company looking to operate in a global environment, and you decide to take the leap and operate a multilingual website, it’s critical to make sure it’s maintained with accurate information – otherwise, it becomes a disservice. Bad information is often worse than no information.

From a technology standpoint, there are plenty of solutions (e.g., Sitecore, Liferay, Adobe Experience Manager, etc.) available to help create and manage large, multilingual websites. There are also a handful of APIs, like Google’s Translate API, that you can plug into your website, largely eliminating the need to maintain multiple versions (although, Google’s API isn’t always accurate).

To learn more about streamlining the digital experience for your customers, drop us a line.


Accurate Websites Are Critical – In Any Language was first posted on May 8, 2015 at 8:30 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2015/05/08/accurate-websites-are-critical-in-any-language/feed/ 0
Adobe unveils web management service for mid-sized businesses /adobe-blog/2015/04/29/adobe-unveils-web-management-service-for-mid-sized-businesses/ /adobe-blog/2015/04/29/adobe-unveils-web-management-service-for-mid-sized-businesses/#respond Wed, 29 Apr 2015 12:59:42 +0000 http://blogs.perficient.com/digexplatforms/?p=1931 Adobe unveils web management service for mid-sized businesses was first posted on April 29, 2015 at 7:59 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
Adobe introduced a new managed service – Adobe Experience Manager Sites – for medium sized businesses and smaller departments in large corporations.  This service has been available to large customers, but Adobe now feels confident that they can service many more customers.  With this new managed service, Adobe will host the AEM system, the customer’s site and will supply experts for provisioning, testing, backing up and monitoring the systems 24/7.  Adobe Experience Manager

In addition to AEM Sites, Adobe is making their digital asset management system into software as a service, so these same customers can manage images and video as well.  AEM Sites integrates with the digital asset management system, which also allows customers to deliver video and images directly to their marketing sites.

Source: Adobe unveils web management service for mid-sized businesses | VentureBeat | Marketing | by Barry Levine


Adobe unveils web management service for mid-sized businesses was first posted on April 29, 2015 at 7:59 am.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2015/04/29/adobe-unveils-web-management-service-for-mid-sized-businesses/feed/ 0
Adobe Summit: Boost Engagement with Online Communities /adobe-blog/2015/03/12/adobe-summit-boost-engagement-with-online-communities/ /adobe-blog/2015/03/12/adobe-summit-boost-engagement-with-online-communities/#respond Thu, 12 Mar 2015 20:13:47 +0000 http://blogs.perficient.com/digexplatforms/?p=913 Adobe Summit: Boost Engagement with Online Communities was first posted on March 12, 2015 at 3:13 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
Bertrand de Coatpont and Scott Date of Adobe about online communities.  This is communities within Experience Manager. Specifically, it’s version 6.1 which has completely redone Communities.

hand_writing_strategy_shutterstock_wordpressThere’s a thought that a community project is an overwhelming effort from a time and engineering perspective.   With that in mind, Adobe has made a lot of simplifications.

Who uses the site:

Builders

  • Community administrators
  • Content and brand managers

Members

  • Community Manager – not a company employee but is a trusted individual
  • Community members – those who have joined the site and participate in the communities. (likes, voting, article creation, commenting
  • Community User – a simple viewer of the content

Let’s Build a Community Site

Pain Point: I need something now and I need it to be simple. A business user should be able to do this.

They showed a live demo of the new Communities. It will be released on May 7th.

  • Rebecca is a community administrator
    • She already has a couple communities up and running but needs a new one
  • The new version has the revised UI which matches the themes from Marketing Cloud
  • In administration page of the new UI
    • Each community has a set of building blocks called community functions
      • Activity Stream
      • Forum
      • Group
      • Page
      • Assignments
      • File Library
      • each is a normal AEM component but already wired together for community context
      • Blogs and calendars are coming soon
    • AEM provides a number of reference site templates you can use or choose to make your own
      • These templates have a structure tab that shows what functions are used in that template
      • You can add additional functions to any communities via a drag and drop interface
    • The concept of group is a place where community members can have sub-communities
      • Still uses the same building blocks
    • There is a new wizard to create a community site
      • Press a create site button
      • Fill in key information like Title, description, community name, and default template
      • Choose which design you want. This is the theme, color, etc.
        • based on twitter bootstrap so that’s where the default themes are derived
        • It’s fully responsive
        • Can add your own branding
        • Can configure basic things like a header image
      • Define options like
        • allow self registration
        • allow anonymous access
        • allow private messaging
        • allow social logins like Facebook or Twitter
        • other settings include
          • Tags for the community
          • Moderation
            • Is it moderated
            • flagging threshold
            • definition of community moderators (admins or members)
          • Group Management
            • Can create sub-groups, admins for those groups, etc.
          • Translation
            • Define default language
            • Check a box to allow machine translation into multiple languages
        • hit the finish button and you get a new site
  • Created the site but then went to another existing community that had more content
  • Reporting: Not in this release. It’s coming shortly after

Second pain point: I don’t want a rigid community. Make it easy to administer

Back to the demo but from a content manager standpoint

  • Login gives a number of options like sites, moderation of site, users, etc.
  • As a content manager, the manager has flexibility to put features on different pages and parts of pages.
  • Uses the same layout tools from AEM Web Content Management
    • Add an image
    • add a community function
    • Preview in responsive scenarios
    • resizing of images
    • etc.
  • Can also do targeting and personalization within the community

Now switch to the community manager (non-employees who help to manage the site)

This is a manage groups and moderate content scenario

  • From the web site (community is a sub-site)
    • Community manager can login and see the community manager options
  • The UI lets you do moderation for each piece of content in context (e.g. no admin screen, just embedded in the normal page)
    • Reply, Flag, Delete, Edit, Deny
    • Flag puts it in a workflow
  • Does have access to the administration link
    • This includes bulk administration option
    • Find all flagged content
    • approve any content
    • deny or delete the content
    • Search can be for status of content (pending , approved, denied, closed)
  • As a group manager, the user accesses and manages the group(s)
    • Can add a new group to the community site
    • Invite users
      • Use a type ahead to find users
    • Make the group public or private
    • Choose a group template
    • add an image
    • Post has a rich text editor embedded
      • can also attach images or files

Pain Point: Has to have a rich community experience. More than just a forum.

  • Members can see private messages in their inbox (assuming it’s allowed)
  • The activity stream lets you see what’s happening in all the community functions.
    • Has a following concept within the community
      • follow users and pages
    • Activity stream only shows activities for people / content you follow. Content includes threads
  • Can update your personal profile

Fifth Persona: Community Users

Pain Point: find it online and make it available via multiple devices

  • By default, this user is not logged in.
  • The pages use a nice structure to allow it to be easily indexed
    • Google can thus find the public content
  • has an internal search as well

 

So as you can see, each user type has a robust set of functionality available to them.

 

License:

This is a license product separate from AEM.


Adobe Summit: Boost Engagement with Online Communities was first posted on March 12, 2015 at 3:13 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2015/03/12/adobe-summit-boost-engagement-with-online-communities/feed/ 0
Adobe Summit: Content Optimization and Personalization /adobe-blog/2015/03/11/adobe-summit-content-optimization-and-personalization/ /adobe-blog/2015/03/11/adobe-summit-content-optimization-and-personalization/#respond Wed, 11 Mar 2015 20:47:39 +0000 http://blogs.perficient.com/digexplatforms/?p=881 Adobe Summit: Content Optimization and Personalization was first posted on March 11, 2015 at 3:47 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
Today at Adobe Summit, Urosh Pajic and Peter Krmpotic of Adobe spoke about best practices in content optimization with Adobe Experience Manager.

Remember the time when it was enough to just put your content out there and gain customer attention? These times are long gone, and today’s customers expect personalized and relevant content across all touchpoints. To amaze customers and gain their loyalty, marketers need multiple content optimization point products that work seamlessly together out of the box. Along with cross-channel content analytics, every modern digital strategy needs real-time customer segmentation as well as actionable content insights and the ability to deliver dynamic creative content at scale. This session provides tips on how to pair Adobe Experience Manager best-in-class experience delivery with industry-leading content personalization and optimization tools.

They started out with the idea that not all interaction are the same. Those interaction that build trust and fulfill your needs are the ones that will make an impact.

Key Goal: Become an organization your customers trust

Key Takeaways

  1. Shorten the cycle for iterations
  2. Close the feedback loop
  3. Empower people with great technology

Personalization

It’s now a necessity.  you don’t want to serve the Seahawks jersey to the Patriots fan.

Many today look like this:

  • Slow time to market for personalization
  • Disparate teams owning content authoring, delivery and personalization

What you need

  1. Deliver relevant content
  2. Streamline cooperation between content authoring and delivery
  3. Leverages personalization capabilities when authoring content

Demo:

  • Start with the Adobe Marketing Cloud screen. Yes, it’s not AEM but highlights the ever increasing integration of the entire Marketing Cloud
    • Includes an add button for additional services like analytics and Test / Target
  • Showed the admin interface (similar interface styles for all Marketing Cloud)
  • Found a site to edit and go to a specific page to edit.
  • Note: All functionality lies within AEM
  • Changed from edit to targeting mode
    • Changed the options in the top bar of the page
    • Created an activity (way to create several experiences across pages)
    • select a component to test by clicking on that section of the page.
    • Chose a few experiences.  (e.g. A/B)
      • an offer is an html fragment you will put in the personalized area
    • New feature in AEM 6.1 – the offer library. Makes it easier to store all your offers.
    • Approve the content and voila, experience B is ready
  • He repeated by creating an experience C using the same set of tasks.
  • Hit step two in the activity: Diagram the activity
    • This is the step where you map all your segments to the experiences
    • This could be segments from profiles and audiences or from Adobe Target
  • Step three is the settings like start date, duration, etc.
    • This is the final step
  • Overview of the offer library (again, new in 6.1)
    • Accessible from the personalization menu

Adobe thinks of AEM as the hub of all personalization and content delivery. This includes facebook, video streams, crm, twitter, etc. Can include some competitors to the Marketing Cloud.

Demo of integration to Bright Edge – SaaS marketing platform

  • Edit the page as before
  • Switch to Target mode
  • Integration with BrightEdge works like this
    • Think, wouldn’t it be good to see what your competition is doing
    • Click on the Bright Edge Icon
    • Pop up the BE interface
    • it shows the top 10 competing pages for that specific page
    • Will let you quickly browse those pages
    • Can switch between desktop and mobile versions of these pages
  • Test Now feature of BE integration
    • This to the presenter is the coolest feature
    • You choose the # of experiences and BrightEdge will create that first part.
    • Then BE creates experience A, B, and C in AEM. (tight integration)
      • it actually created the text of the message
      • You review the message and can make the changes you want.

Content Optimization

People may have great content but not all content is consumed equally by your audience.

Now

  • Slow time to market to identify best content

What it should be

  • Server the most relevant content first
  • proactively author content based on trend
  • Leverage analytics to author content

Demo

This is an analytics and AEM Demo.

  • Note: the integration now is much closer and much more out of the box
  • Adobe Analytics: the best tool in the analytics space.  (True, viewed as the Cadillac by the industry)
  • In site admin, you can see analytics APIs now when you have added Adobe Analytics
    • Better than going to the tool to find the high level KPI’s
    • You can configure this to define which KPI’s you want to see.
    • Search is integrated.
      • e.g. give me those pages that meet these analytics criteria

Third parties can also be integrated here as well.

  • This is integration with a company called Skyward
    • They help you crowd source content integration
    • From within AEM, the presenter presented a blank page
    • Clicked the Skyword content button
      • filled out the assignment summary, gave a deadline, and submitted
    • Received proposals for the assignment and choose
    • Choose the one you like best
    • Automatically integrate that content straight to your CMS

 Wrap-up

All the features previewed come in May.


Adobe Summit: Content Optimization and Personalization was first posted on March 11, 2015 at 3:47 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2015/03/11/adobe-summit-content-optimization-and-personalization/feed/ 0
Adobe Summit: Top new features in Adobe Experience Manager WCM /adobe-blog/2014/03/26/adobe-summit-top-new-features-in-adobe-experience-manager-wcm/ /adobe-blog/2014/03/26/adobe-summit-top-new-features-in-adobe-experience-manager-wcm/#respond Wed, 26 Mar 2014 21:01:54 +0000 http://blogs.perficient.com/digitaltransformation/?p=7183 Adobe Summit: Top new features in Adobe Experience Manager WCM was first posted on March 26, 2014 at 4:01 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
Cedric Huesler @keepthebyte is a Product Manager at Adobe and works on the web content management aspect of AEM.  Cedric demoed 10 new features coming in AEM 6.0, which was announced yesterday.  A new major version (6.0 vs 5.6) for AEM indicates a major architectural change in the product.  Adobe expects the new architecture to work seemlessy with prior versions, but will allow for more scalability, etc.

I’ve included a video of Cedric talking about new features in AEM 6.0.  Cedric demo’d the new features using a tablet to show how they’ve fully enabled the touch interface for the authoring environment.

The first new feature deals with language translation.  This release does a better job of managing translations.  A site contains a language master for the content and then Live Copy is used to created the translated content for each country.  A new References feature allows you too see where a content item is used and where it has been translated.  The translation workflow goes out to a translation vendor through an API that Adobe has built into AEM.

One common problem with language translation that Adobe has addressed is updating translated content when the master changes.  AEM also includes a ‘diff’ tool so you can compare two different copies and identify the differences.

Feature two deals with creating impactful content.  Creating good content is now what drives ranking in search engines, so there is added emphasis on creating good content.  AEM brings in interesting information to help a content author create better content. Content Insight brings charts about how your content is doing on the site or it could be a list of recommendations from third party providers.  These providers (like BrightEdge) can seamlessly integrate with AEM when enabled.

App Authoring – or PhoneGap Enterprise combined with AEM – allows you to create and manage mobile apps right in AEM. The application also runs within AEM, but it really consists of components that you can combine to create the app.  These components are specific to the mobile app, so you wouldn’t use it on the web site.  The best use case for Apps is a content heavy site.  By using PhoneGap Enterprise, you can include Adobe Analytics in the Adobe Marketing Cloud to track usage of the mobile apps. Other Marketing Cloud components (like Campaigns) can also be leveraged.

Adobe has brought a lot of functionality from Scene 7 and baked it right into AEM.  Scene 7 is really useful for changing images on the fly for personalization among other items.  SpinSet is used to take images and make them into a 360 view.  All the image manipulation you can do in Scene 7 will be available in AEM directly.

Digital asset management has been enhanced with workflow that allows you to create tasks on the fly.  Tasks are integrated with the AEM dashboard.  When dealing with multiple assets – like picking a photo from photo shoot – you can see all the images on one page and then pick or approve the one you like best.

When integrated with the Adobe Marketing Cloud and Adobe Social, you can find and manage social conversations from within AEM.  This is done by pushing external content into Adobe Social where you can create content, reply to conversations. Adobe Social calls this Unified Moderation.  You can correlate user profiles on the website with users on social media.

In addition the Adobe Social integration, there are some social features in AEM.  Now you will be able to moderate posts in forums and other places where users can make comments.  You can also translate comments through the same translation workflow as other content.

communities.adobe.com is now available to discover and support communities across the globe.  This feature is not just for AEM, but is useful for all Marketing Cloud products.  Adobe wants to have communities for Marketing professionals and web site owners as well as developers.

Building sites more efficiently using Developer Mode.  Adobe has developed tools to convert HTML into the components that AEM requires to build a site.  This would eliminate some steps needed today to translate a site’s design into actual usable components.  Tools are also included to help a developer understand how a page has been constructed, how long each component takes to load, and also see what code is being executed in the components.

Adobe is also including a new tag language that can help you create components without code.  These tags can grab data from the server and put it into the HTML at run time.  This looks similar to using JSP tags on a page.

Integration, Front-end Testing can also be done right within the interface.  Tests can be scripted and then run right within AEM.  This can eliminate some manual testing of web sites in the SDLC.  Results show you right in the interface where problems occurred.

There are new Heatlh Dashboards targeted for system admins.  The dashboard shows the status of various parts of AEM and highlights any areas where problems exist.  These dashboards can also show when maintenance tasks must be run.

Finally, Projects is a new feature. Projects group content together with other items, such as tasks, experiences, workflows, etc. These are presented as a Dashboard for the project so you don’t have to hunt for all these items across the AEM interface.


Adobe Summit: Top new features in Adobe Experience Manager WCM was first posted on March 26, 2014 at 4:01 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2014/03/26/adobe-summit-top-new-features-in-adobe-experience-manager-wcm/feed/ 0
Adobe Summit: Building a social listening program with Adobe Social /adobe-blog/2014/03/25/adobe-summit-building-a-social-listening-program-with-adobe-social/ /adobe-blog/2014/03/25/adobe-summit-building-a-social-listening-program-with-adobe-social/#comments Tue, 25 Mar 2014 18:04:59 +0000 http://blogs.perficient.com/digitaltransformation/?p=7152 Adobe Summit: Building a social listening program with Adobe Social was first posted on March 25, 2014 at 1:04 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
I made it to Adobe Summit 2014 and my first session is How to build a social program using Adobe Social. This is a technical session presented by Carmen Sutter, Adobe’s Product Manager for Adobe Social and Greg Greenstreet VP Engineering at Gnip.

550 million tweets were sent in one day. Yet, there is almost no organization to those tweets. You can’t easily go find tweets about your brand, posted by your employees etc. Add in Facebook, Instagram, Google+ and others you can see that mining social data is not easy. But you must mine this data if you want to understand what people are saying about you.

To make sense of all this data, you want to “cast the right size net for your social campaign”. In other words you want to filter all the data using various techniques. The most basic technique is to use boolean And, Or, and Negation. Gnip uses this kind of filtering as the starting point to filter the huge amount of data coming from the social platforms. Adobe Social then takes that filtered data to further refine the data.

In addition to Boolean, you can also filter on geo-tagging. However only 1-2% of users actually make it easy by supplying or using geo-encoding when tweeting. So Gnip uses other techniques to grab geo-information.

Using public APIs you can also filter on language, hashtags and many other attributes of social data.

Next, you have to figure out what to do with the filtered data. Look at the goals of what you are trying to accomplish. This will affect the workflows you set up for monitoring and responding.

In the session the presenters talked about monitoring the Olympics Twitter feed. So they’ve already performed one level of filtering. Then they looked at specific hashtags, event names, event types and more.

20140325-110957.jpg

A Social Buzz report showed distinct spikes during the Olympics – one at the opening and one at the closing. When looking at post by platform, Twitter represented 100 times the volume of any other platform. We then drilled down into specific tweets to see the actual contents.

In Adobe Social, you can go back into the history of Tweets. As an example, nobody expected Bob Costas to get pink eye, so no rules were available to monitor that when it happened. Using the historical data, they were able to set up a monitor for that and bring in the historical tweets.

Greg talked about the importance of Disqus. Disqus is a commenting engine that is easy to integrate into web sites. They have 9 billion comments and millions of commenter profiles. Often the comments made through Disqus are more meaningful than what you would see in Twitter. Of course, Adobe Social includes the ability to track Disqus as easily as Twitter and other data.

Tumblr is another platform that is important. They have 165m blogs and 72b posts. Tumblr content is repurposed and reused which accounts for 95% of all posts. These re-blogs can be important to monitor as they can show when something explodes in popularity. Tumblr has become the second most volume that Adobe sees.

Other platforms mentioned included Foursquare and VK. VK is the largest social platform in Eastern Europe.

I think the main point of this session is that Adobe Social gives you access to all the most important social content. Setting up a social program involves monitoring the right content at the right time. When you look to set up your own program, don’t just look at Twitter and Facebook. Many of the other social platforms are also tremendously important both for monitorIng and in which to participate.


Adobe Summit: Building a social listening program with Adobe Social was first posted on March 25, 2014 at 1:04 pm.
©2016 "Adobe". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at gserafini@gmail.com
]]>
/adobe-blog/2014/03/25/adobe-summit-building-a-social-listening-program-with-adobe-social/feed/ 2