thedmsgroup / mautic-media-bundle
Pulls cost data from media advertising services.
Package info
github.com/TheDMSGroup/mautic-media
Type:mautic-plugin
pkg:composer/thedmsgroup/mautic-media-bundle
2.15.2
2019-08-26 21:57 UTC
Requires
- ext-json: *
- ext-soap: *
- facebook/php-business-sdk: *
- googleads/googleads-php-lib: ^38.0
- mautic/composer-plugin: ^1.0
- microsoft/bingads: v0.12.0.2
This package is auto-updated.
Last update: 2026-06-06 13:10:42 UTC
README
Pulls cost data from media advertising services for campaign correlation. Currently fills a table called media_account_stats with this data for use by other plugins.
Installation & Usage
Currently being used with Mautic 2.15.x.
If you have success/issues with other versions please report.
- Install by running
composer require thedmsgroup/mautic-media-bundle - Go to
/s/plugins/reload - Click "Media" and enable the plugin.
- The "Media" menu item will show up on the left, go there and create your first Media Account.
Providers Supported/Planned
- Facebook Ads - Supported. You need to configure your own Facebook App via the developer portal to get API credentials.
- Google Ads - Supported. You need to get your oauth tokens manually.
- Snapchat Ads - Supported, with oauth login.
- Bing Ads - Supported, with oauth login.
- Media Alpha Ads - TBD
Cron task
Pull/update the last 24 hours of data, every hour:
0 * * * * php /path/to/mautic/app/console mautic:media:pull
