thedmsgroup / mautic-media-bundle
Pulls cost data from media advertising services.
Installs: 1 005
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 20
Forks: 8
Open Issues: 12
Type:mautic-plugin
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
- dev-master
- 2.15.2
- 1.0
- dev-snyk-fix-ca0feac04594cb558327f2692f89ab43
- dev-snyk-fix-8699dcae3e6defabb69a6ba07be7e97a
- dev-snyk-fix-22251a76833a496ae5522e75e504c441
- dev-snyk-fix-899f3117bd73cd112e2fbd1d7bd3815e
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-ENG-1029-fix-chart-time-alignment
- dev-ENG-1013-fb-fixes
- dev-ENG-904-unable-to-pull-jan-21-snapchat
- dev-ENG-827-risk-template
- dev-cost-breakdown-rename
- dev-ENG-920
This package is auto-updated.
Last update: 2024-11-06 09:53:10 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