product_aa.ejs
16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adobe Analytics (AA) | Agency, Development, Implementation | Adobe Partner in China</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Adobe Partner,Adobe,Adobe Solution Partner, Solutions, Adobe Analytics, Website Analysis, Data Analysis, Website Optimization, Advertising Analysis, User Portrait, Customer View, Attribution Analysis, Traffic Analysis, Marketing Analysis, Consulting Services, Product Agent, Implementation Scheme" name="keywords">
<meta content="Learn about the functions and advantages of Adobe Analytics (AA), Leadstec uses it to provide real-time data collection and analysis, marketing analysis, advertising analysis, creation of user view, user preference analysis, report customization and other services for enterprise customers." name="description">
<!-- Favicons -->
<link href="../img/favicon.ico" rel="icon">
<link href="../img/apple-touch-icon.png" rel="apple-touch-icon">
<%- include('headlib'); -%>
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="fixed-top">
<%- include('header'); -%>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="introduction" class="section-bg">
<div class="container">
<div class="intro-img">
<img src="../img/product/AA.png" alt="Adobe Analytics, Real-time Data Analysis" class="img-fluid">
</div>
<div class="intro-info">
<h3>Adobe Analytics</h3>
<h3>Drive omni-channel marketing with data analysis</h3>
<h5>Collect and analyze customer data in real time and take effective actions across all marketing channels</h5>
<div>
<a href="contact.html#contact" class="btn-get-started scrollto" target="view_window">Request Product Demo</a>
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
Function Section
============================-->
<section id="function" class="clearfix">
<div class="container">
<header class="section-header">
<h3>Product Features</h3>
</header>
<div class="row">
<div class="col-lg-4">
<div class="box">
<p class="description">
Aggregate and analyze all channel data
</p>
</div>
<div class="box">
<p class="description">
Data visualization
</p>
</div>
<div class="box">
<p class="description">
Data warehouse and data sources
</p>
</div>
<div class="box">
<p class="description">
Real-time transmission data
</p>
</div>
<div class="box">
<p class="description">
Multimedia analysis
</p>
</div>
<div class="box">
<p class="description">
Marketing attribution
</p>
</div>
</div>
<div class="col-lg-8">
<div class="wow fadeInUp">
<div class="function-item function-item-1">
<p>
Provides multiple ways to integrate data from almost all channels, including websites, mobile devices, video, IoT, apps, social media and so on. Understand the information they share and the descriptions of their customers, which can then be analyzed in real time.
</p>
<img src="../img/product/AA-1.png" class="function-img" alt="Aggregate and analyze all channel data">
</div>
<div class="function-item">
<p>
Supports multiple data sources and analysis visualization of multiple data types to make a variety of charts. It can be unlimited subdivision and comparison, and merge dimensions, indicators, subdivision and date ranges in any combination.
</p>
<img src="../img/product/AA-2.png" class="function-img" alt="Data visualization">
</div>
<div class="function-item">
<p>
Provide deferred storage, data reprocessing, and reporting for customer data in data warehouse, where data sources can provide mass of raw data on a daily or hourly delivery schedule.
</p>
<img src="../img/product/AA-3.png" class="function-img" alt="Data warehouse and data sources">
</div>
<div class="function-item">
<p>
With Adobe Analytics real-time streaming, you can access data in near real-time (30-90 seconds). You can also use share and transmit the data to give your team, department, or organization significant insight into goals and needs in real time.
</p>
<img src="../img/product/AA-4.png" class="function-img" alt="Real-time transmission data">
</div>
<div class="function-item">
<p>
Including audio analysis and video analysis to understand key indicators such as what customers are using, how long they are using it, where they are, why they are closing it and what they are going to open next. Deep insight into customer engagement, understanding customer habits, and make highly personalized recommendations.
</p>
<img src="../img/product/AA-5.png" class="function-img" alt="Multimedia analysis">
</div>
<div class="function-item">
<p>
Powerful predictive models and cross-channel algorithmic attribution can provide powerful capabilities of customer behavior analysis. So that you can learn the impact of each marketing touch and how a customer transforms from a potential customer to a loyal customer.
</p>
<img src="../img/product/AA-6.png" class="function-img" alt="Marketing attribution">
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Advantage Section
============================-->
<section id="advantage" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Product Advantages</h3>
</header>
<div class="row">
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-analytics-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a>Strong compatibility</a></h4>
<p class="description">
If all the data is stored in different systems and the information is isolated from each other, it will be difficult to know which promotion information has more effect. The powerful compatibility of Adobe Analytics allows you to gather data and gain insights from many different sources.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-reload" style="color: #e9bf06;"></i></div>
<h4 class="title"><a>360-degree customer view</a></h4>
<p class="description">
Understand the overall customer situation across multiple channels and create a customer view profile. According to product preference, region division and similarity in behavior, customers are classified into role model intelligently to provide relevant and timely content information to potential customers and existing customers.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-personadd-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a>Timely response and individualization</a></h4>
<p class="description">
With the ability to respond quickly and instantly, Adobe Analytics can identify the points where you lost customers in real time so as to reengage customers through reminders or other promotional messages. You can deliver personalized customer marketing content in websites, emails, and even printed materials.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-pulse" style="color:#d6ff22;"></i></div>
<h4 class="title"><a>Artificial intelligence and machine learning</a></h4>
<p class="description">
Use the prediction algorithm in Adobe Sensei, built-in statistics and machine learning to determine user trends, and use a powerful prediction model to anticipate customer needs in advance and take the lead.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-eye-outline" style="color:#41cf2e;"></i></div>
<h4 class="title"><a>Excellent data processing and analytical skills</a></h4>
<p class="description">
Unique processing allows you to organize, collate, and prepare large amounts of data at lightning speed. Advanced segmentation lets you compare an unlimited number of subdivisions and see what works and what doesn't.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-shuffle" style="color: #4680ff;"></i></div>
<h4 class="title"><a>Integration with Adobe Marketing Cloud</a></h4>
<p class="description">
Integrate Analytics into your Marketing Cloud and other digital Marketing functions to provide data insight of each business goal and customer interaction.
</p>
</div>
</div>
</div>
</div>
</section><!-- #advantage -->
<!--==========================
Implementation Section
============================-->
<section id="implementation" class="wow fadeIn">
<div class="container">
<header class="section-header">
<h3>Our Services</h3>
<p>Adobe certified solutions partners who provide a full range of product implementation services</p>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #fceef3;"><i class="ion-ios-analytics-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a href="">Project design</a></h4>
<p class="description">Fully communicate with enterprises to understand the needs, and customize the most appropriate data analysis solutions with rich experience in implementation</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #fff0da;"><i class="ion-ios-bookmarks-outline" style="color: #e98e06;"></i></div>
<h4 class="title"><a href="">Implementation</a></h4>
<p class="description">Transfer business requirements to AA design document, and cooperate with IT department to implement websites, Android, iOS and other channels</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-delay: 0.1s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #e6fdfc;"><i class="ion-ios-paper-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a href="">Validation and diagnosis</a></h4>
<p class="description">Diagnose and validate Adobe Analytics implementation for accuracy, completeness, and provide recommendations for improvement and optimization</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-delay: 0.1s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #eafde7;"><i class="ion-ios-speedometer-outline" style="color:#41cf2e;"></i></div>
<h4 class="title"><a href="">Report customization and analysis</a></h4>
<p class="description">Customize AA report based on customer requirements. Analyze existing data and provide optimization suggestions to customers</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-delay: 0.2s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #e1eeff;"><i class="ion-ios-world-outline" style="color: #2282ff;"></i></div>
<h4 class="title"><a href="">Training services</a></h4>
<p class="description">Customize different levels of Adobe Analytics training. Our lectures can be conducted on-site or online</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s" style="visibility: visible; animation-duration: 1.4s; animation-delay: 0.2s; animation-name: bounceInUp;">
<div class="box">
<div class="icon" style="background: #ecebff;"><i class="ion-ios-clock-outline" style="color: #8660fe;"></i></div>
<h4 class="title"><a href="">Adobe Data Workbench</a></h4>
<p class="description">Adobe Data Workbench installation, deployment and implementation, profile design and customization, report customization, etc</p>
</div>
</div>
</div>
</div>
</section><!-- #implementation -->
<!--==========================
Experience Section
============================-->
<section id="experience" class="section-bg">
<div class="container">
<div class="row">
<div class="col-lg-9">
<h3>Adobe Analytics helps you gain insight into your customers and potential business opportunities</h3>
</div>
<div class="col-lg-3">
<a href="contact.html#contact" class="btn-get-started scrollto">Request Product Demo</a>
</div>
</div>
</div>
</section>
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<%- include('footer'); -%>
</footer><!-- #footer -->
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<%- include('footlib'); -%>
</body>
</html>