Changeset 1065087
- Timestamp:
- 01/11/2015 05:04:47 AM (11 years ago)
- Location:
- adobe-dtm/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sdi-adobe-dtm-wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adobe-dtm/trunk/readme.txt
r1065086 r1065087 12 12 == Description == 13 13 14 Adobe DTM is Adobe's tool for deploying it's Marketing Cloud tools to a website. The Adobe DTM for WordPress plugin is the first WordPress plugin dedicated to setting up and configuring Adobe DTM on WordPress. This plugin will install the necessary DTM code on your WordPress site, with the option to have a data layer automatically built from yourpage and post data.14 Adobe DTM is Adobe's tool for deploying it's Marketing Cloud tools to a website. The Adobe DTM for WordPress plugin is the first WordPress plugin dedicated to setting up and configuring Adobe DTM on WordPress. This plugin will install the necessary DTM code on your WordPress site, with the option to have a customizable JSON data layer automatically built from your site's page and post data. 15 15 16 16 = Data Layer = -
adobe-dtm/trunk/sdi-adobe-dtm-wordpress.php
r1064437 r1065087 3 3 /* 4 4 Plugin Name: Adobe DTM for Wordpress 5 Version: 0.15 Version: 1.0 6 6 Plugin URI: http://www.searchdiscovery.com/adobe-dtm-for-wordpress/ 7 7 Description: The first Adobe Dynamic Tag Management (DTM) plugin for WordPress. … … 10 10 */ 11 11 12 define('SDIDTM_VERSION', ' 0.1');12 define('SDIDTM_VERSION', '1.0'); 13 13 define('SDIDTM_PATH', plugin_dir_path(__FILE__)); 14 14
Note: See TracChangeset
for help on using the changeset viewer.