Implement csv export for facebook ads

This commit is contained in:
Björn Fromme
2018-09-24 16:00:58 +02:00
parent f081305c33
commit cae985638d
10 changed files with 147 additions and 70 deletions
@@ -12,6 +12,8 @@
<h1>{reseller.name}</h1>
<h2>Gesamtexport XML</h2>
<f:link.action arguments="{reseller: reseller}" pageType="1972" target="_blank">Export XML</f:link.action>
<h2>Gesamtexport CSV (Facebook)</h2>
<f:link.action action="csv" arguments="{reseller: reseller}" target="_blank">Export CSV</f:link.action>
<h2>Einzelexport für Copy&amp;Paste</h2>
<ul>
<f:for each="{products}" as="product">