3
Identifying Dynamic Content in Email
Hi - does anyone have any advice on how to identify whether content in a retailer email is static or dynamically populated (ie via subscriber data for individualized content and offers)? For example is there something in the email source code that would idenfity dynamic content? Any help is greatly appreciated. Thank You! John.
For the most part, no. All dynamic content is rendered server side so by the time it gets to the client it will be static. The only thing I can really think of is something like moveable ink, which would be obvious that elements are dynamic.
Sometimes people use comments to show where their content blocks are in the code. This would indicate where dynamic content is being used. Otherwise as Chris W said, it will populate prior to it reaching the inbox.