Adobe Campaign – 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 Live from Adobe Summit: Top Three to See /adobe-blog/2016/03/23/live-from-adobe-summit-top-three-to-see/ /adobe-blog/2016/03/23/live-from-adobe-summit-top-three-to-see/#respond Wed, 23 Mar 2016 20:43:09 +0000 http://blogs.perficient.com/digexplatforms/?p=3210 Live from Adobe Summit: Top Three to See was first posted on March 23, 2016 at 3:43 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
]]>
As the second day of Summit unfolds, Dan Klco, Perficient’s SME on the street and Senior Solutions Architect for our Adobe Practice, highlights the top three things to watch from Adobe.

Check out the video to hear more about:

  1. Adobe Experience Manager Mobile
  2. Adobe Campaign
  3. Hands-on Adobe Lab

What amazing things have you seen or heard about at Adobe Summit this week?

 


Live from Adobe Summit: Top Three to See was first posted on March 23, 2016 at 3:43 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/2016/03/23/live-from-adobe-summit-top-three-to-see/feed/ 0
Managing Adobe Campaign Packages via the Command Line /adobe-blog/2015/11/18/managing-adobe-campaign-packages-via-the-command-line/ /adobe-blog/2015/11/18/managing-adobe-campaign-packages-via-the-command-line/#respond Wed, 18 Nov 2015 20:30:39 +0000 http://blogs.perficient.com/digexplatforms/?p=2609 Managing Adobe Campaign Packages via the Command Line was first posted on November 18, 2015 at 2:30 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 Campaign includes a command line interface by which administrators and developers can interact with the system via a command line interface, instead of the graphical user interface. Included in this command line interface is a tool for importing and exporting packages directly through the command line. This allows teams and users to more easily share and deploy configurations and content between Adobe Campaign instances.

To manage packages using the Adobe Campaign command line interface, perform the following:
 

Step 1: Create Package

To manage packages in Adobe Campaign through the command line interface, first you will need to create the package from within Adobe Campaign.

Creating a Package in Adobe Campaign

Once you have created the package and defined its contents, copy the package name. We’ll use this in the next step.

 

Step 2: Export Package

Next, login to the Adobe Campaign Server and execute one of the following command:

nlserver package -instance:[instance_name] -export:[target_file] -spec:[package_name] -verbose

The parameters are:

  • instance_name: the name of the instance, as defined in the config-[instance_name].xml in Adobe Campaign’s conf directory
  • target_file: the file to write the package contents to, does not have to exist
  • package_name: the name of the package you defined in step 1

I’ve also added the verbose flag to get more verbose output in the case of errors or warnings.

An example of this command and its output is below:

C:AdobeAdobe Campaign Server v6bin>nlserver package -instance:dev -export:C:UsersbootcampDesktoppackage.xml -spec:drk:devPackage -verbose
23:39:56 > Application server for Adobe Campaign Version 6.1.1 (build 8667) of 08/04/2015
23:39:56 > Loading configuration for instance 'dev'
23:39:56 > Starting 1 connection(s) on pool 'default dev' (PostgreSQL, server='localhost', login='dev:dev')
23:39:56 > Library 'libpq.dll' loaded from 'C:AdobeAdobe Campaign Server v6binlibpq.dll'
23:39:56 > Exporting package 'drk:devPackage'... C:AdobeAdobe Campaign Server v6bin>

 

Step 3: Import Package

Once the package is exported it can be shared modified or distributed as needed. To re-import the package into the same or a different instance, execute the command:

nlserver package -instance:[instance_name] -import:[target_file] -verbose

The parameters are:

  • instance_name: same as export, this is the name of the instance, as defined in the config-[instance_name].xml in Adobe Campaign’s conf directory
  • target_file: the file to write read the package content from, must exist and be a valid package file

An example of this command and its output is below:

C:AdobeAdobe Campaign Server v6conf>nlserver package -instance:dev -import:C:Usersbootcampdesktoppackage.xml -verbose
00:04:49 > Application server for Adobe Campaign Version 6.1.1 (build 8667) of 08/04/2015
00:04:49 > Loading configuration for instance 'dev'
00:04:49 > Starting 1 connection(s) on pool 'default dev' (PostgreSQL, server='localhost', login='dev:dev')
00:04:49 > Library 'libpq.dll' loaded from 'C:AdobeAdobe Campaign Server v6binlibpq.dll'
00:04:49 > Importing package 'C:Usersbootcampdesktoppackage.xml'...
00:04:50 > Enumerating the file entities...
00:04:50 > Writing entities in the database...
00:04:50 > Saving data related to packages...
00:04:50 > Package 'Dan Dev Package': Saving entities of type 'nms:recipient'...
00:04:50 > Package 'Dan Dev Package': Saving entities of type 'xtk:specFile'...
00:04:50 > Installation of packages successful.

 
Hopefully this helps anyone wanting to know more about using Adobe Campaign’s powerful command line interface and to improve their process by more easily sharing and distributing content and configurations for Adobe Campaign.


Managing Adobe Campaign Packages via the Command Line was first posted on November 18, 2015 at 2:30 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/11/18/managing-adobe-campaign-packages-via-the-command-line/feed/ 0
Adobe Experience Manager and Campaign Working Well Together /adobe-blog/2015/03/12/adobe-experience-manager-and-campaign-working-well-together/ /adobe-blog/2015/03/12/adobe-experience-manager-and-campaign-working-well-together/#respond Thu, 12 Mar 2015 21:38:34 +0000 http://blogs.perficient.com/digexplatforms/?p=925 Adobe Experience Manager and Campaign Working Well Together was first posted on March 12, 2015 at 4:38 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
]]>
At Adobe Summit, Ben Tepfer, Mickael Bentz and Urosh Pajic talked about how Adobe has integrated Experience Manager with Adobe Campaign. Too often a company’s campaign system is totally separate from the content management system. So, you end up with duplicate content, inconsistent experiences, inconsistent tracking of results, and an inefficient process.

Adobe wanted to streamline content creation within the campaign process, eliminate technology silos and complex data flows and accelerate campaign time to market. In the Marketing Cloud, Campaign orchestrates the campaign workflow, manages targeted segments and provides measurement and reporting. Experience Manager provides the tools to create and manage content that would be delivered through a campaign.

Here are the benefits from integrating these products:

  • Integrated cross-channel content authoring. Messages are created in AEM and then delivered by Campaign.  This gives you access to existing assets, and great tools to compose a personalized email message through pre-built templates. One company cited a 50% reduction in the time to publish content.
  • Extend collaboration with AEM Assets that come from the Creative Cloud can be reused easily in each campaign without copying files from one system to the other.  This makes both creative and marketing teams more agile, effective and efficient. Also workflows in AEM can be used to make sure content is approved before it gets pushed out to customers.
  • User data can be shared between both systems.  This unified data can be used to personalize email as well as the web site.  Segments created in AEM can be used within Campaign. You can also create forms in AEM that can be used in the email.  Further, user data can be pre-populated to make it easier for the user to submit the form.

All of these capabilities are available across channels. 

Where to start with this integration?  First understand your organization and who has what content and assets.  Next centralize your content and assets into Creative Cloud and AEM.  Finally reimagine your workflows and how you can improve the process.  

 


Adobe Experience Manager and Campaign Working Well Together was first posted on March 12, 2015 at 4:38 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-experience-manager-and-campaign-working-well-together/feed/ 0
Adobe Using Adobe Campaign For Cross-Channel Marketing /adobe-blog/2015/03/11/adobe-using-adobe-campaign-for-cross-channel-marketing/ /adobe-blog/2015/03/11/adobe-using-adobe-campaign-for-cross-channel-marketing/#respond Wed, 11 Mar 2015 18:25:51 +0000 http://blogs.perficient.com/digexplatforms/?p=876 Adobe Using Adobe Campaign For Cross-Channel Marketing was first posted on March 11, 2015 at 1:25 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
]]>
A key question for a technology vendor is “Do you use your own technology for what you are selling to the rest of us?” It’s often frustrating to me to visit a web content manager’s web site and find that they don’t use their own product to manage the site.

At the Adobe Summit, I’m attending a session called Adobe on Adobe:Implementing a next generation cross-channel marketing solution where we get to hear how Adobe replaced two incumbent enterprise marketing solutions with Adobe Campaign.

The Challenge

Adobe has acquired several companies who each had their own marketing tools. After the acquisitions, Adobe struggled to be consistent in their marketing efforts across all these other legacy systems. They had trouble sharing marketing data.  Platforms had trouble scaling and performance issues. The need for reinvention became apparent as Adobe grew faster.

The Plan

After Adobe acquired Neolane which became Adobe Campaign, they decided to move all the cross-channel marketing to Campaign. They were asked to move all of there programs in a few months which was really impossible.  So they decided to create a thoughtful plan that included a current state assessment, requirements gathering, and user research to figure out exactly how to move over to Campaign.

They focused on change management because of the move from a variety of old systems to this new platform.

In addition to using the Adobe system, they also managed the project following their best practices for deploying the solution to Adobe customers. They developed a roadmap along with requirements that included must haves and nice to haves.

The Results (so far)

Within 6 months they started migrating lead management and within 9 months they moved all of their high-volume emails over to Adobe Campaign.

Now Adobe has 130M recipients in their database.  They deployed 1.1B personalized emails in 2014. They had 130+ lead nurturing programs in 2014.

In lead scoring across several dimensions, they had 11x performance increase for the automated platform and 3x performance increase in the end-to-end, CRM to automated platform.  This has lead to dramatic increase on contact rate for those leads.

Lessons Learned

  • The migration was hard because Adobe had built up a lot of assets, knowledge and practices across all the acquisitions over the years.
  • Build an inventory of what content / programs will move and which will be left behind.  This helps identify how long the migration will actually take.
  • Don’t design for perfection, but get going fast and make updates as you go along.
  • The most challenging part of the implementation was not the technology side, but change management, business process change, and skills changes.

Tips and Tricks

  1. When doing an implementation like this, make sure you have a good time with authority to make decisions.
  2. Campaign is very flexible, so you should spend time planning out what you want to do before diving into it.
  3. From a technical perspective, Campaign is very transactional.  So you have to make sure the database is tuned, decide what data is going to reside in the database versus what can be referenced.
  4. Need a well defined process for on-boarding users.  Adobe created scenario-based user guides rather than feature-based.  Templates are a must to get the users up and running quickly.  Checklists are very handy to remind occasional users what to do when they use the system.
  5. For training, they did a hub and spoke model to train a hub person in each region.  They also held specific office hours for each region so they could call when they were first starting out.
  6. They used to use Batch and Blast for campaigns. Now they are starting to use workflows to plan out the experience better.

Adobe hasn’t finished the migration just yet.  They will continue to migrate everyone over to Campaign and will be optimizing their programs this year.  They are also integrating with their other Marketing Cloud tools.

 


Adobe Using Adobe Campaign For Cross-Channel Marketing was first posted on March 11, 2015 at 1:25 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-using-adobe-campaign-for-cross-channel-marketing/feed/ 0
Adobe Summit 2015: Adobe Campaign 101: Cross-Channel Marketing /adobe-blog/2015/03/10/adobe-summit-2015-adobe-campaign-101-cross-channel-marketing/ /adobe-blog/2015/03/10/adobe-summit-2015-adobe-campaign-101-cross-channel-marketing/#respond Tue, 10 Mar 2015 19:47:21 +0000 http://blogs.perficient.com/digexplatforms/?p=798 Adobe Summit 2015: Adobe Campaign 101: Cross-Channel Marketing was first posted on March 10, 2015 at 2: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 Campaign is a Marketing Cloud tool to create and manage cross channel marketing campaigns. Campaigns consists of workflows, cross-channel execution (targeted emails, direct mail, web content, call centers and push messages), market segments and analytics.

hand_writing_strategy_shutterstock_wordpressPatrick Tripp (@ptripp), Sr Product Marketing Manager, introduced Adobe Campaign at Adobe Summit. He started with a poll of the audience. Most people use a variety of channels with eMail being the most popular.

Kelly Reilly (@KerryReilly1), Director Product Marketing talked about the details of Campaign. Campaign is intended to redefine how brands engage with consumers. Kelly introduced the following core:

  • Integrated Customer Profile brings together information you about the customers.
  • Targeted Segmentation using the data from the customer profiles.
  • Visual Campaign Orchestration or workflow for the campaign.  Visual is the key here as the tool is very visual to build the workflow making it easier for marketing professionals.
  • Cross Channel Execution to deliver the campaign
  • Real time interaction management to target a customer as soon as they visit the web site or call the contact center.
  • Operational Reporting is a must have to identify which programs are working and why.

Best practices for campaign management:

  • LA Kings wanted to increase customer knowledge and deliver personalized fan experiences.  They saw a 10% uplift in online renewals.  They identified positive ROI and increased revenue through these personalized experiences. Below is a video that talks about how the Kings did this.

 

  • Sephora used campaigns for both instore and online experiences.  They saw a 70% productivity jump in creating campaigns
  • Elsevier wanted to enhance customer communications, increase engagement, and implement best practices. They saw 30% increase in open rates and cost savings across their marketing efforts.

Campaign is now integrated across the Marketing Cloud to address these three challenges:

  • Big Data to integrate customer data from a variety of sources
  • Delivery of Campaigns offline and online, different devices, etc.
  • Content personalization and streamlining content across channels

Here are the integrations

  • Campaign and Analytics – Real Time analytics connected to targeted segments. Analytics can tell you about abandoned carts and those customers can then be targeted via Campaign.  If you can target those customers within an hour, you can increase conversions.
  • Campaign and Core Services – Can share audiences to the marketing cloud and push marketing cloud audiences back to Campaign.  The shared data can be used to enhance personalization.
  • Campaign and Target – Target is the testing and optimization tool.  Target has been extended to include eMail content.  Campaign can target content in the email using personalized and contextual content.
  • Campaign and Experience Manager – connects the Marketing Cloud with the Creative Cloud. Assets loaded into the cloud are reflected in the content used by Campaign.  This creates a consistent brand experience.

Ben Tepfer (@bentepfer), Product Marketing Manager demo’d Campaign.  He showed how a campaign workflow can integrate content from Adobe Experience Manager to create highly personalized content when a user opens a web site from a push notification generated by Campaign.

 


Adobe Summit 2015: Adobe Campaign 101: Cross-Channel Marketing was first posted on March 10, 2015 at 2: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/10/adobe-summit-2015-adobe-campaign-101-cross-channel-marketing/feed/ 0
Adobe Summit: Designing an integrated customer profile /adobe-blog/2014/03/27/adobe-summit-designing-an-integrated-customer-profile/ /adobe-blog/2014/03/27/adobe-summit-designing-an-integrated-customer-profile/#respond Thu, 27 Mar 2014 21:40:30 +0000 http://blogs.perficient.com/digitaltransformation/?p=7207 Adobe Summit: Designing an integrated customer profile was first posted on March 27, 2014 at 4:40 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
]]>
Matthew Rawding, a Consulting Manager with Adobe. talked about how to use Adobe Campaign to create an integrated customer profile.  So what is an integrated customer profile?

An integrated customer profile is a main pillar of Adobe Campaign.  Also included in Campaign are targeted segmentation, visual campaign orchestration, cross-channel execution, real time interaction management, and operational reporting.

The goal is to build the most comprehensive view of a customer possible based on the following sets of data.

  • Contact Information
  • Sociodemographic data
  • Computed Data – compute additional attributes based on other data
  • Explicit customer data – data provided by the customer as in a customer preference
  • Implicit customer data – data we gather
  • Scoring attributes

A key message here is: The more you can gather and manage data, the fewer guesses you have to make as a marketer.

Adobe Campaign provides a way to collect and manage all this data about customers.  This allows you to market directly to customers by knowing this much about each customer.

You want to have conversations with customers, not just communications.  This means listening to what the customers are saying through explicit and implicit data.  In Campaign, you can use this data to target specific customers and target the specific communications methods they prefer. Workflows all you to split a campaign across devices, so if one person prefers email they get an email, while another customer that prefers phone, gets a phone call.

Data aggregation is important. You can load all data into one DB. Or you can map datasources based on common keys.  Or you can use a hybrid model of collecting data in one place and mapping that data to sources that can’t be collected.

Matthew provided a 9-point checklist for building an integrated customer profile.  The first 5 steps are all about planning.

  1. Define Business Need
  2. Identify data sources
  3. Located Other Sources
  4. Invest in Data Governance
  5. Plan out your Data Ecosystem
  6. Implementation
  7. Automation
  8. Measurement
  9. Maintenance

The process above is iterative. You periodically have to go through iterations of some or all of the steps.

In Adobe Campaign, they have a very recipient oriented data model. This data includes data from delivery logs, tracking logs, proposition logs, survey logs and sales transactions.  There is often a need to include loyalty data, but you can map this data into the Campaign.

Campaign also includes a data loading workflow which automates the importation of data.  This sounds like a typical ETL process.

De-duplication is an important and complicated part of the process.  De-duplication rules need to be created and monitored. Campaigns uses a score-based matching system to do de-duping. This allows you to assign a base rule followed by the scoring rules.  Scoring rule allows you to add weights to specific conditions.  Totaled together, the base match and score rule results indicated a matched record.  Campaign calls this an Enrichment activity in the workflow.

After you have the de-duplication rules, you can also set Merge rules to the system which data fields to keep from which duplicate record.

 


Adobe Summit: Designing an integrated customer profile was first posted on March 27, 2014 at 4:40 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/27/adobe-summit-designing-an-integrated-customer-profile/feed/ 0
Adobe Summit: Campaign, CrossChannel Marketing in a Digital World /adobe-blog/2014/03/25/adobe-summit-campaign-crosschannel-marketing-in-a-digital-world/ /adobe-blog/2014/03/25/adobe-summit-campaign-crosschannel-marketing-in-a-digital-world/#respond Tue, 25 Mar 2014 18:23:57 +0000 http://blogs.perficient.com/digitaltransformation/?p=7144 Adobe Summit: Campaign, CrossChannel Marketing in a Digital World was first posted on March 25, 2014 at 1:23 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
]]>
Patrick Tripp and Stephane Bline presented on Adobe Campaign (formerly Neolane)

They started off with a video on key information you know about customers like:

  • bought 5 concert tickets
  • is a season ticket holder
  • opened but did not click season renewal
  • How he bought his tickets
    • 2 at the door
    • 3 online

Definition: Cross-Channel marketing is about understanding the preference of the consumer and determining how you can engage with them.

Adobe Campaign brings the data together to deliver a personalized experience via a variety of channel.  You treat different segmented consumers differently based on their known interests and preferred channels.

Quote: There is no such thing as a one size fits all approach to customer engagement anymore.

The Solution

It delivers six unique capabilities

  1. Integrated Customer Profile
  2. Targeted Segmentation
  3. Visual Campaign Orchestration
  4. Cross-channel execution
  5. Real-time interaction management
  6. Operational reporting

Integrated Customer profile

This is the life blood of Adobe Campaign.  It’s central to everything they do with Adobe Campaign. Match.com knows more about their members than anyone else.   They store the profile of every consumer. They use it to deliver messages in real time.  They send millions of messages a day.

Target Segmentation

Use the profile  to drive one-to-one personalization.  It enhances the effectiveness of marketing.

Visual Campaign Orchestration

Use the segmentation, data, and workflow to create the interaction with the customer.

workflow

 

Cross Channel Execution

Deliver your messages to mobile app pushes, in store, ATM, web site, email, SMS, and any channel you can access via an api.  Barnes and Noble delivers 5 billion emails a year.

Real Time Interaction Management

Create offers from a central catalogue and embed them in any channel.  TMU, online sports betting uses the interaction management capability to deliver 13,000 unique recommendations per minute.

Operational Reporting

 

reports

 

 

 

 

 

 

 

The Demo

Stephan walked us through a demo using Jenny a marketer at Geometrixx. Amma is the customer who enjoys running and loves her iPad.

  • Jenny logs into Adobe Campaign and creates a campaign for a product launch
    • Uses a template to create the campaign.
    • Template gives a pre-configured segmentation and workflow
    • Workflow was fairly complex and pushed messages to a variety of customers across many channel.
  • Emma received an email message in her inbox on her iPad.  It was of course, responsive
    • By clicking, she hit the landing page
    • Adobe Campaign gathered key information like the email open, clicking, etc.
    • Emma got a voucher as part of the offer and used the offer to hit the site to buy a pair of shoes
    • System automatically sent a confirmation message for the shoe receipt
  • Jenny logs in and runs reports. She can get a lot of information like
    • overall program sucess
    • overall campaign success
    • who opened
    • What segments
    • By city, state, device, ROI (if you put costing in), etc.
  • Jenny looks at the customer profile
    • The profile shows all interactions, emails, buying patterns, opening email, accepting an offer, etc.
    • Showed profiling on social and other sites

What’s Next?

  • New release coming in Q3 2014
  • Will be embedded i Marketing Cloud
  • Will have a full web version
  • Will be integrated with all the solutions in the  marketing cloud
  • Improves the interface. Much cleaner, less Windows like
  • Much more graphical interface in reporting, workflow, etc.

Tips and Tricks

Are introducing a campaign management tool at adobecampaignpro.com.  This self-assessment helps you understand where you are.  Seven sections with five questions each gives you a score based on 35 total questions. It lets you benchmark yourself based on what your peers in your industry are doing.

They have a broader digital marketing maturity model as well.

Presenter showed results to an online questionnaire. It was a real-time poll using a web site and text messaging.


Adobe Summit: Campaign, CrossChannel Marketing in a Digital World was first posted on March 25, 2014 at 1:23 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-campaign-crosschannel-marketing-in-a-digital-world/feed/ 0
Adobe Summit: Keynote Mobile, Audi, Sephora /adobe-blog/2014/03/25/adobe-summit-keynote-mobile-audi-sephora/ /adobe-blog/2014/03/25/adobe-summit-keynote-mobile-audi-sephora/#respond Tue, 25 Mar 2014 16:48:21 +0000 http://blogs.perficient.com/digitaltransformation/?p=7134 Adobe Summit: Keynote Mobile, Audi, Sephora was first posted on March 25, 2014 at 11:48 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
]]>
Mobile

The Marketing Cloud will support mobile app assets.  It’s part of the unified digital assets services within the cloud.

  • This new functionality lets you connect Phone Gap apps to the apps that are in the Marketing Cloud
  • Showed the list of Audi apps
  • Showed the Audi car configurator app which allowed the presenter to download and install the app directly to his phone.  Note: this was an app in production.
    • This process used to take days to get a dev app to someone’s phones
  • Showed the app on multiple devices
  • Really cool: He made one change to an existing app in the app store on the marketing cloud.  That change was pushed out to all the other devices in a real time manner.
    • I’m partially sold on their mobile approach
  • The store integrates web analytics and campaign reporting info
    • Who downloads it
    • who launches
    • how it’s used
    • how campaigns worked
    • etc.

Audi GM of Digital Strategy and Technology Jeff Titus

Note: The demo used many different Audi apps.

Audi recognizes that the entire digital experience of our brand is important.  You need to relate to customers on their own terms.  You bring a good experience where they are.  Audi City is a virtual showroom that allows you to be very interactive.  In the show room, you work with a hi-res digital interface in very large screens.   Imagine building the car of your dreams and available in a larger than life experience at the dealership.   You get to pickup where the customer left off when they reach the show room floor.

Technology in the car

  • Recognize that people have their devices and their own unique expectations
  • Picture navigation in the new A3
  • Facebook availalble but not while driving
  • Google maps navigation now part of the experience
  • Want to bring the technologies that make sense in the lifestyle of the customer

The Audi A3 is geared towards Millennials. It will have a plugin hybrid version in 2013.

Continuous Delivery as a process.  To Audi it’s a revolution.  A developer commits an idea through a deployment pipeline through a series of automated tests.  Shaping the requirements you have in a way that can be actionable and can be turned into a series of tests.  If you can do this, it will save you a lot of money and a lot of time.   It’s a change. It’s a revolution.  Audi is practicing it on a daily basis.

Julie Bornstein,  CMO of Sephora

What have you seen change over time: from threat to brick and mortar stores to digital being a weapon.  Originally the internet was a one way street.  The stores would get feedback but not the sites.  Now, they have much more information and feedback online.  It’s much more complex than it used to be.  It’s no longer just an e-commerce site.
Sephora uses a mobile app to serve as a bridge between online and the store.  It tracks past purchases, lets you read reviews when in a store, gives you the customer card, and sets up opportunities for more mobile interactions.  The Color IQ section in the iPad gives some education. The iPad is also avaiallble in the store.  QR codes work as well.

How does the organization help or hinder the digital process? In the last two years, they’ve realized what a critical asset it is.  They brought in an amazing technology team to do this.  They start with a consumer experience and then user their technical partner. The investment in the team has made them an asset.

Quote: The CIO is my best friend.

Julie also noted the cross channel campaigns in stores, print, and online.  She is excited to use the Adobe tools as the continue down this path.

What advice do you give: There are three really interesting trends

  1. Globalization- Korean pop star creates a YouTube video and a week later boys in CA are singing it.  It makes a lot of the differences irrelevant to the consumer.  Skin care trends in China can come to the US very quickly
  2. Personalization –
  3. Content – the idea that content and commerce are coming together. The power of the consumer experience in any channel has become more important.

Adobe Summit: Keynote Mobile, Audi, Sephora was first posted on March 25, 2014 at 11:48 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/2014/03/25/adobe-summit-keynote-mobile-audi-sephora/feed/ 0