facebookarchive / offline-conversion-file-uploader

A tool to upload offline conversions (in a CSV file) to Facebook.
46 stars 27 forks source link

special_ad_category compliance #23

Closed rvnicholas closed 4 years ago

rvnicholas commented 5 years ago

Looking for information on how we cater for this new compliance requirement: https://developers.facebook.com/docs/marketing-api/special-ad-category

Including as an option field returns an invalid message EG: config entry: "special_ad_category":"NONE", response: _Ignoring unsupported option special_adcategory. Please double check spelling and case.

As does including as a mapped field EG: ... "19": "item_number", "20": "special_ad_category" } 2019-09-26T03:04:09.451Z ERROR Invalid config: Error: Unknown mapping 'special_ad_category' on column 20.

rvnicholas commented 4 years ago

Closing - this was never answered and there were seemingly no implications of ignoring this "requirement"