Marketo impact.com/advocate Integration is a WordPress plugin that integrates Marketo forms with impact.com/advocate for referral tracking. It captures form fields and securely sends user data using JWT authentication.
- Capture and send data from Marketo forms to Impact.com.
- Generate JWTs for secure API communication.
- Inject referral code from SaaSquatch tracking cookies into optional Marketo field.
- Inject Universal Tracking Tags into your site.
- Debug mode for verbose logging during development.
- Tested on PHP 8.3 or higher
- Tested on WordPress 6.7 or higher
- Node.js (for development)
- Composer (for dependency management)
- Download the latest release zip file from the
/dist
directory or build it yourself using the instructions in the Development section. - Extract the zip file and place the files in the
wp-content/plugins/marketo-impact-integration
directory. - Activate the plugin from the WordPress Plugins menu.
- Configure the plugin under Tools > Marketo impact/advocate Integration.
Install dependencies:
npm install
composer install
Minify JavaScript:
npx gulp
Build Release: Generate a production-ready zip file in the /dist
directory:
npx gulp build
Enable debug mode in plugin settings for detailed logging during development.
This plugin is licensed under the GPLv2 (or later).