product_acw.ejs
14.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adobe Campaign and WeChat Connector | Leadstec</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Adobe Campaign WeChat,WeChat and Adobe Campaign Integration,Adobe Campaign and WeChat Integration,Adobe Campaign,WeChat,WeChat Official Account,WeChat Service Account,Leadstec" name="keywords">
<meta content="Leadstec developed a WeChat connector inside Adobe Campaign Classic to enable the marketer delivering personalized messages of Wechat Official Account to the target customers from Adobe Campaign" 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/ACW.jpg" alt="Adobe Campaign and WeChat Connector, Wechat marketing" class="img-fluid">
</div>
<div class="intro-info">
<h3>Adobe Campaign and WeChat Connector</h3>
<h5>Because Adobe Campaign doesn’t have OOTB feature to send message from WeChat Official Account, Leadstec developed a WeChat connector inside Adobe Campaign Classic to enable the marketer delivering personalized messages of Wechat Official Account to the target customers from Adobe Campaign.</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">
Multiple Official Accounts Management
</p>
</div>
<div class="box">
<p class="description">
Import WeChat User Data and Segmentation
</p>
</div>
<div class="box">
<p class="description">
WeChat Article Editor
</p>
</div>
<div class="box">
<p class="description">
Campaign Workflow
</p>
</div>
<div class="box">
<p class="description">
Send Messages Across Official Accounts
</p>
</div>
<div class="box">
<p class="description">
Marketing Data Analysis
</p>
</div>
</div>
<div class="col-lg-8">
<div class="wow fadeInUp">
<div class="function-item function-item-1">
<p>
By using one-click authorization by scanning the QR code, markerer can quickly create multiple WeChat Official Accounts in Adobe Campaign Classic. Markerer can also switch and manage multiple WeChat Official Accounts, including digital asset management, user management, data synchronization, marketing activity management, etc.
</p>
<img src="../img/product/ACW-1.jpg" class="function-img" alt="Multi-account unified management">
</div>
<div class="function-item">
<p>
Users of different WeChat Offical Accounts can be imported and combined with CRM user data. The user information can be viewed in detail. It supports multi-dimensional user filtering, such as filtering by on user gender, occupation, location, age, loyalty and other information.
</p>
<img src="../img/product/ACW-2.jpg" class="function-img" alt="Import WeChat user data and subdivide">
</div>
<div class="function-item">
<p>
It supports one-click import of WeChat text-image information. The online text-image editor provides massive material templates and various types of galleries. The function is simple and easy to use, allowing marketers to easily produce beautiful text-image and preview the editing effect at any time.
</p>
<img src="../img/product/ACW-3.jpg" class="function-img" alt="WeChat article editor">
</div>
<div class="function-item">
<p>
WeChat channel is added to the workflow of Adobe Campaign Classic. The marketing activities of WeChat Official account are arranged through the visual workflow editor, and personalized content is sent to different WeChat users.
</p>
<img src="../img/product/ACW-4.jpg" class="function-img" alt="Campaign workflow">
</div>
<div class="function-item">
<p>
The same message can be sent across accounts without creating again, saving editing time, and supporting sending WeChat group messages and template messages.
</p>
<img src="../img/product/ACW-5.png" class="function-img" alt="Send messages across accounts">
</div>
<div class="function-item">
<p>
Synchronously obtain data reports of WeChat Official Accounts, and use the graphical interface in Adobe Campaign to conduct multi-dimensional analysis of marketing interaction.
</p>
<img src="../img/product/ACW-6.jpg" class="function-img" alt="Marketing data analysis">
</div>
</div>
</div>
</div>
<!--==========================
Demo Section
============================-->
<div id="demo">
<header class="section-header">
<h3>Prodcut Demo</h3>
</header>
<div class="video-box">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/c_qlXVKH9aU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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-lightbulb-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a>WeChat personalized marketing</a></h4>
<p class="description">
Based on rich data points and strong customer segmentation, marketers can provide a personalized experience and a unique journey for WeChat users.
</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-gear-outline" style="color: #e9bf06;"></i></div>
<h4 class="title"><a>Customize the user model</a></h4>
<p class="description">
Tailor-made user models based on the company's business development direction, multi-dimensional positioning of users, as the basis for accurate marketing.
</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-paper-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a>Seamless integration of user data</a></h4>
<p class="description">
Customer data from different systems, devices, and channels can be aggregated into Adobe Campaign to create a unified customer profile.
</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-speedometer-outline" style="color:#41cf2e;"></i></div>
<h4 class="title"><a>Visual marketing management</a></h4>
<p class="description">
Use the visual workflow canvas to orchestrate WeChat Official Account campaigns, track interaction metrics and measure the effectiveness of marketing campaigns throughout the user journey.
</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="">Authorized WeChat Official Account</a></h4>
<p class="description">Authorize one-click WeChat Official Account to the Adobe Campaign platform, providing multiple account management features and permissions</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="">Data synchronization</a></h4>
<p class="description">Synchronize WeChat Official Account user information, material files, article information and other data, support manual update data or timing synchronization data</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="">Development integration</a></h4>
<p class="description">According to the actual business needs of customers, WeChat user data can be merged with the original CRM user data, and custom filter items can be developed</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="">Verification and diagnosis</a></h4>
<p class="description">Diagnostics Verify that the Adobe Campaign workflow is working properly and is properly connected to the WeChat Official Account</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="">Custom analysis report</a></h4>
<p class="description">Customized multi-dimensional graphical analysis interface based on customer needs, combined with rich experience to provide favorable advice 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: #ecebff;"><i class="ion-ios-clock-outline" style="color: #8660fe;"></i></div>
<h4 class="title"><a href="">Training services</a></h4>
<p class="description">Provide professional training and guidance services for enterprise developers and marketing managers, on-site or online training</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 Campaign and WeChat Official Account to strengthen marketing conversion rate</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>