solution-AEM.html
28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AEM</title>
<link rel="Shortcut Icon" href="favicon.ico">
<!--bootstrap3 css-->
<link href="../css/bootstrap.css" rel="stylesheet">
<!--custom css-->
<link href="../css/ionicons.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet" type="text/css">
<!--slick css -->
<link rel="stylesheet" type="text/css" href="../css/slick.css"/>
<link rel="stylesheet" type="text/css" href="../css/slick-theme.css"/>
<link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css"/>
<script src="../js/jquery-3.1.1.js"></script>
<script type="text/javascript" src="../js/bootstrap.js"></script>
<script type="text/javascript" src="../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=6cUVhjdSzUgs8dj6vFVauUQfBUy9i3Go"></script>
<script type="text/javascript" src="http://api.map.baidu.com/library/SearchInfoWindow/1.5/src/SearchInfoWindow_min.js"></script>
<script type="text/javascript" src="../js/bootstrap-hover-dropdown.min.js"></script>
<link rel="stylesheet" href="http://api.map.baidu.com/library/SearchInfoWindow/1.5/src/SearchInfoWindow_min.css" />
<script src="//assets.adobedtm.com/60bdfe74d5485bbce19717b8973705c35a64363e/satelliteLib-b39f015b0c83978d23a6de9aacb727eccf7afbe2.js"></script>
<script type="text/javascript" src="../js/cookies-plugin.js"></script>
<link href="../css/chooselan.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div id="main-nav">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle " data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="logo" class="navbar-brand" href="index.html">
<!--<embed src="../images/logo.svg" type="image/svg+xml" width="160px"/>-->
<img src="../images/logo.svg" class="img-responsive" alt="">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="list-inline lanchoose1 ">
<li class="lanchoose2 dropdown">
Language(语言):
<a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown" data-hover="dropdown" data-delay="100" aria-expanded="false">
English
<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a class="lanchoose2" href="../index.html">简体中文</a></li>
<li><a class="lanchoose2" href="../zh-hant/index.html">繁體中文</a></li>
<li><a class="lanchoose2" href="#">English</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="lanchoose2 dropdown mobile-dropdown">
<a class="lanchoose2" href="../index.html">简体</a> |
<a class="lanchoose2" href="../zh-hant/index.html">繁體</a> |
<a class="lanchoose2 active" href="#">ENG</a>
</li>
<li><a href="index.html">Home</a></li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle js-activated line-bottom-nav" data-toggle="dropdown" data-hover="dropdown" data-delay="100" aria-expanded="false">Solutions<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu expend-left">
<li><a tabindex="-1" href="solution-analytics.html">Adobe Analytics</a></li>
<li><a tabindex="-1" href="solution-AEM.html">Adobe Experience Manager</a></li>
</ul>
</li>
<li><a href="case.html">Cases</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</header>
<section class="title-bg solve-bg-img">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Industry Solution</h2>
<span>Adobe Experience Manager</span>
</div>
</div>
</div>
</section>
<div id="solution" class="container">
<div class="space-50"></div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<h3>What is Adobe Experience Manager?</h3>
<span>It’s a comprehensive content management solution for building websites, mobile apps, and forms. And it makes it easy to manage your marketing content and assets.</span>
</div>
<div class="col-xs-12 col-sm-4 margin-top-20">
<img src="../images/solutions/icon-aem-overview-long-term-marketing-60x60.png"/>
<h4>Build lifetime value.</h4>
<span>Deliver digital experiences over the lifetime of your customer that build brand loyalty and drive demand.</span>
</div>
<div class="col-xs-12 col-sm-4 margin-top-20">
<img src="../images/solutions/54658.amc-reimagine-aem-icon.consistency-b.60x60.png"/>
<h4>Be consistent across channels.</h4>
<span>Deliver amazing content across websites and mobile, as well as on-site screens.</span>
</div>
<div class="col-xs-12 col-sm-4 margin-top-20">
<img src="../images/solutions/icon-aem-overview-timely-proposal-engagement-60x60.png"/>
<h4>Get timely and personal.</h4>
<span>Deliver and manage experiences that are responsive, relevant, and social. Place the customer at the center of every interaction.</span>
</div>
</div>
<div class="space-80"></div>
<div class="row solve-bg-color">
<div class="col-xs-8 col-xs-offset-2 padding-top-50 padding-bottom-50">
<p>You need to quickly create and distribute personalized content in each channel (web, mobile, video, social, etc.). Increase the content and speed up the response time is imminent. You are dealing with multiple projects and working with teams within and outside the organization, you need to control and manage all projects and assets in an easy manner.ou also want to measure the impact of your event on the entire customer journey.</p>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12 margin-top-20">
<h3>Manage your sites with ease.</h3>
<span>Quickly create and deliver relevant web and mobile experiences, easing the demands on IT.</span>
</div>
<div class="col-xs-10 col-sm-6 col-md-5 col-xs-offset-1 col-sm-offset-0 col-md-offset-1 margin-top-20">
<img src="../images/solutions/54658.en.amc.aem-wrapup.thumb-capabilities.540x500.jpg"/>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-6 margin-top-20 text-left">
<h4>Mobile content management</h4>
<span>As you integrate mobile into your marketing efforts, ensure that the experience is ideal on every device.</span>
<h4>Commerce</h4>
<span>Deliver immersive, personalized shopping experiences that incorporate video, social, and other dynamic media.</span>
<h4>Managed Services </h4>
<span>Streamline content deployment using Adobe as your single partner for hosting and support.</span>
<h4>Marketing campaign management</h4>
<span>Organize, launch, and optimize campaigns across digital channels from one place.</span>
<h4>Multisite management </h4>
<span>Manage multiple web and mobile sites centrally, and automate translation workflows.</span>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12">
<div class="container solve-bg-color">
<div class="row">
<div class="col-xs-12">
<div class="space-30"></div>
<h3>See how Experience Manager helps you manage multiple sites.</h3>
<div class="space-20"></div>
<span>This is our full-featured analysis The following describes the characteristics of additional products. With 360-degree customer perspective, powerful forecasting module and algorithm cross-channel attribution, it can help you make full use of the advantages of digital marketing. solution. Use Adobe Analytics Premium Complete to make data-driven and focused customer marketing decisions.</span>
</div>
<div class="space-20"></div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.master-templates.60x60.png"/>
<h4>Master templates</h4>
<span>Create templates and reuse assets to keep your content consistent across all your digital properties.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.regional-editing.60x60.png"/>
<h4>Regional editing</h4>
<span>Enable regional teams to edit and update content to account for local interests while still maintaining a global consistency.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.built-in-loc.60x60.png"/>
<h4>Built-in website localization</h4>
<span>Translate content into multiple languages using built-in processes and tools, to spread your global message more easily.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.flexible-deployment.60x60.png"/>
<h4>Flexible deployment options</h4>
<span>Choose whether to deploy content through an on-premises or cloud option. Both are available.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.mc-integration.60x60.png"/>
<h4>Adobe Marketing Cloud integration</h4>
<span>Sync with Adobe Analytics, Adobe Target, and Adobe Campaign to give your customers personal experiences and measure campaign effectiveness.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mmcm.icon.mem.60x60.png"/>
<h4>Mobile experience management</h4>
<span>Use touch-enabled authoring tools to create responsive design, adaptive mobile sites, and mobile applications.</span>
</div>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12 margin-top-20">
<h3>Easily build and update responsive sites uniquely for mobile use.</h3>
<span>Often, a mobile-friendly experience requires a site made specifically for mobile users. Use mobile site management to design sites for multiple devices, deliver automatic updates across all devices, speed up site performance, and preview changes before you release them.</span>
</div>
<div class="col-xs-10 col-sm-6 col-md-5 col-xs-offset-1 col-sm-offset-0 col-md-offset-1 margin-top-20">
<img src="../images/solutions/54658.en.amc.aem.mobcm.feature.responsive-sites.461x461.jpg"/>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-6 margin-top-20 text-left">
<h4>Customizable and streamlined content updates.</h4>
<p>Create links between content across multiple adaptive sites. Automatically update content across all devices.</p>
<h4>Tailored experiences for each device.</h4>
<p>Design different layouts for different mobile devices or deliver different types of media by device — with the ability to link content between sites for automatic content updates.</p>
<h4>Faster performance with device detection.</h4>
<p>Combine server-side and client-side device detection to get the information you need about a user’s device — such as size and operating system — to deliver web experiences for each use case optimized by device.</p>
<h4>An ability to preview before release.</h4>
<p>Check the display of your site on mobile devices before publishing.</p>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12">
<div class="container solve-bg-color">
<div class="row">
<div class="col-xs-12">
<div class="space-30"></div>
<h3>Offer a consistent mobile experience using responsive web design.</h3>
<div class="space-20"></div>
<span>Build a single site that automatically adjusts to all devices. By using the same code and content, and setting multiple breakpoints for different screen sizes, a responsive web design helps readers have a consistent experience whether they’re on a desktop, tablet, or mobile device.</span>
</div>
<div class="space-20"></div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-3 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mobcm.icon.streamline-content-updates.90x60.png"/>
<h4>Streamline content updates.</h4>
<span>Update content once for delivery to both web and mobile sites. Create responsive sites and pages without the need to write code.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-3 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mobcm.icon.optimize-image-delivery.90x60.png"/>
<h4>Optimize image delivery.</h4>
<span>Deliver faster performance by creating websites that respond to each device type, and present the right image quality for media based on screen size.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-3 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mobcm.icon.preview-before-release.60x60.png"/>
<h4>Preview before release.</h4>
<span>Using the responsive design simulator, you can see how different media is displayed on a wide variety of devices.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-3 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.mobcm.icon.pre-built-components.60x60.png"/>
<h4>Use prebuilt components.</h4>
<span>Speed up your development time with the reference sites features, using the latest and best components available today.</span>
</div>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12 margin-bottom-20">
<h3>Use templates for landing page and microsite creation.</h3>
<span>Here’s the perfect middle ground everyone’s been waiting for. Marketers can deploy and manage unique pages using standard templates created by developers, and have access to the enterprise-class features of Adobe Experience Manager such as localization, advanced analytics, approval workflows, and access to digital assets. IT can build digital campaigns and deliver them as a package to marketers. And web developers reduce the time they spend building and delivering content, freed to focus resources on other needs.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.create-extraordinary.60x60.png" alt="">
<h4>Create extraordinary page designs for dynamic marketing campaigns.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.easily-create.60x60.png" alt="">
<h4>Easily update marketing campaign content, copy, and assets at any time.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.access-all.60x60.png" alt="">
<h4>Access all digital assets from a single platform.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.quickly-create-calls.60x60.png" alt="">
<h4>Quickly create calls to action on registration pages with analytics and tracking.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.import-pages.60x60.png" alt="">
<h4>Import pages designed with standard web technologies, such as HTML, JavaScript, and CSS.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.mcm.icon.roll-out-campaign.60x60.png" alt="">
<h4>Roll out campaign content to mobile devices.</h4>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 col-md-3 margin-top-20">
<img src="../images/solutions/54658.en.amc.aem.edc.icon.data-driven.60x60.png" alt="">
<h4>Effectively personalize campaigns at the individual level with targeted content.</h4>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12">
<div class="container solve-bg-color">
<div class="row">
<div class="col-xs-12">
<div class="space-30"></div>
<h3>Streamline content delivery.</h3>
<div class="space-20"></div>
<span>Experience Manager allows you to create and deliver e-commerce pages based on easy drag-and-drop navigation. You can directly access structured and unstructured product data, view live commerce pages, and use data from any commerce platform. With the ability to change pages as needed, you can present a personal and relevant experience to each customer.</span>
</div>
<div class="space-20"></div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.feature.dynamic-assets.600x346.jpg"/>
<h4>Serve up dynamic assets.</h4>
<span>Enhance web pages and mobile app experiences with dynamic marketing assets, such as zoom-and-pan product images, 360-degree spin, and videos that work on any device.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.feature.product-views.600x346.jpg"/>
<h4>Provide rich product views.</h4>
<span>Display your product in a magazine-like experience instead of a tiny box shot with a zoom button.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.feature.in-store-experience.600x346.jpg"/>
<h4>Simulate an in-store experience.</h4>
<span>Get your customers closer to the touch and feel of an in-store experience and lift conversion with rich merchandising approaches.</span>
</div>
<div class="col-xs-12">
<span>
With Experience Manager, you can make your entire customer experience shoppable, including all text, images, and video. Experience Manager can handle all your needs, from linking content to specific products in lookbooks or collections to including dynamic product information and pricing. You can even allow customers to add products directly to the shopping cart from an editorial page.
</span>
</div>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12 margin-top-20">
<h3>Manage assets with ease.</h3>
<span>Store and manage assets from a robust digital asset management system. This allows users — whether at neighboring desks or across the globe — to share, reuse, and collaborate on rich media and other assets using flexible search and retrieval features.</span>
</div>
<div class="col-xs-10 col-sm-6 col-md-5 col-xs-offset-1 col-sm-offset-0 col-md-offset-1 margin-top-20">
<img src="../images/solutions/54658.en.amc.aem.edc.feature.manage-assets-with-ease.461x461.jpg"/>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-6 margin-top-20 text-left">
<ul class="solution-list">
<li>Manage a single, global asset repository that allows users to access, search, publish, and edit assets, on demand, at any time.</li>
<li>Easily access images, videos, rich media, and other assets using flexible search and retrieval features across diverse file formats.</li>
<li>Integrate a PIM system to automatically match product assets with product data, which is incorporated into the asset search.</li>
<li>Simplify the digital asset production process with Adobe Creative Cloud integration.</li>
<li>Track content and creative production from initial concept to final review and approval.</li>
<li>Organize and streamline the production of marketing assets from start to publish using customizable project templates and intuitive workflow tools.</li>
</ul>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="col-xs-12">
<div class="container solve-bg-color">
<div class="row">
<div class="col-xs-12">
<h3>Create personalized experiences based on customer profiles.</h3>
<div class="space-20"></div>
<span>Marketers can further optimize experiences by leveraging built-in capabilities from Adobe Target.</span>
</div>
<div class="space-20"></div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.icon.test.60x60.png"/>
<h4>Test</h4>
<span>Test merchandising and marketing ideas against individual KPIs. Target content and experiences based on customer profile, purchase history, and clickstream behavior.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.icon.segment.60x60.png"/>
<h4>Segment</h4>
<span>Analyze and use shopper profiles and activities by segmenting any detail and customizing experiences to improve engagement.</span>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-offset-0 col-sm-4 margin-bottom-20">
<img src="../images/solutions/54658.en.amc.aem.edc.icon.personalize.60x60.png"/>
<h4>Personalize</h4>
<span>Use parameters like gender, age, and preferences to create relevant experiences for each customer. In-context user-clickstream simulations help maximize personalization.</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="space-50"></div>
<footer>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<span>凝新科技 © 2017 Leads Technologies Limited all right reserved</span>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript">_satellite.pageBottom();</script>
</body>
</html>