blackbit_digital_commerce / pimcore-data-director-facebook
Create feed to export Pimcore data to Facebook
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
This package is auto-updated.
Last update: 2024-10-29 06:06:07 UTC
README
This bundle adds result callback functions to Data Director's attribute mapping to create an export feed for Facebook.
Installation
To use this plugin you have to first buy and install Pimcore Data Director.
Please contact us to get access to the bundle's Bitbucket repository or you get the plugin code as a zip file.
When we allow your account to access our repository, please add the repository to the composer.json
in your Pimcore root folder (see https://getcomposer.org/doc/05-repositories.md#vcs):
"repositories": [ { "type": "vcs", "url": "https://bitbucket.org/blackbitwerbung/pimcore-plugins-data-director-facebook" } ],
Alternatively if you received the plugin code as zip file, please upload the zip file to your server (e.g. to the Pimcore root folder) and add the following to your composer.json
:
"repositories": [ { "type": "artifact", "url": "path/to/directory/with/zip-file/" } ]
Then you should be able to execute composer require blackbit/data-director-facebook
(or composer update blackbit/data-director-facebook --with-dependencies
for updates if you already have this bundle installed) from CLI.
You can always access the latest version by executing composer update blackbit/data-director-facebook
on CLI.
Setup export
Select Facebook Commerce Feed
from the list of templates for the Result Callback function
in data director's attribute mapping.
Then the fields which the Facebook feed supports will appear as virtual fields in attribute mapping. To those fields you can map your data object class fields via drag & drop (and additional callback functions if necessary). Afterwards you can access the export either via manual import or by a URL (via Data Director's REST API).
How to get the plugin
You can buy this bundle in the Blackbit shop or write an email to info@blackbit.de.