├── Config └── config.php ├── EventListener ├── LeadListSubscriber.php └── PluginSubscriber.php ├── Helper └── FbAdsApiHelper.php ├── Integration └── FBAdsCustomAudiencesIntegration.php ├── LICENSE ├── MauticFBAdsCustomAudiencesBundle.php ├── README.md └── Translations └── en_US └── messages.ini /Config/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/Config/config.php -------------------------------------------------------------------------------- /EventListener/LeadListSubscriber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/EventListener/LeadListSubscriber.php -------------------------------------------------------------------------------- /EventListener/PluginSubscriber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/EventListener/PluginSubscriber.php -------------------------------------------------------------------------------- /Helper/FbAdsApiHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/Helper/FbAdsApiHelper.php -------------------------------------------------------------------------------- /Integration/FBAdsCustomAudiencesIntegration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/Integration/FBAdsCustomAudiencesIntegration.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/LICENSE -------------------------------------------------------------------------------- /MauticFBAdsCustomAudiencesBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/MauticFBAdsCustomAudiencesBundle.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/README.md -------------------------------------------------------------------------------- /Translations/en_US/messages.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joben-bytelattice/MauticFBAdsCustomAudiencesBundle/HEAD/Translations/en_US/messages.ini --------------------------------------------------------------------------------