Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
SOLVED

Client vs. Server-side Implementation

Avatar

Level 10

Anyone have a pros/cons list of client vs. server-side implementation for both web and native applications?   I can't seem to find anything recent or robust through the normal channels.

Thanks for the help!

m

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Michael,

Thanks for reaching out to Adobe Community.

There are some limitations to server-side data collection when compared to client-side data collection using JavaScript. Please go through the below doc to know more around the same:

https://marketing.adobe.com/developer/documentation/data-insertion/c-limitations

Thanks!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Michael,

Thanks for reaching out to Adobe Community.

There are some limitations to server-side data collection when compared to client-side data collection using JavaScript. Please go through the below doc to know more around the same:

https://marketing.adobe.com/developer/documentation/data-insertion/c-limitations

Thanks!

Avatar

Level 3

Shekhar,

After reading this list, is a 100% client-side implementation preferable than a mix of server-side/client-side, or server-side only implementation? 

Is it possible to do a 100% client-side implementation?

Thanks!