Ad-Owl ads can be exported into a print publication using the BLOX native webservice function. Ad fields are exported via XML. Accessing the ad export requires that a webservice key be in place on the site as a security precaution. The webservice key is comprised of a key code and a secret code that must be supplied each time you access the export.
To access the export webservice, access the following URL (replace 'example.com' with actual domain):
You'll be prompted to enter webservice key and secret prior to gaining access to the webservice.
This page will provide the XML output of the approved orders in your BLOX Ad-Owl, which can then be copied into a file. You may also provide additional parameters that can filter the selection of approved ads by order date and by category/classification code.
Export options
run_date: Limits export to orders containing the specified run date.
order_date_min: Limits export to orders placed on or after the specified date.
order_date_max: Limits export to orders placed on or before the specified date.
modify_date_min: Limits export to orders that have been modified since the specified date.
class: Limits export to orders placed in the specified category classification code.
test_mode: Test orders are exported to the XML output if the value of 1 is used. Use the 0 value for non-test orders.
Export examples
?order_date_min=2013-06-01
Only return orders which were placed on or after June 1st.
?order_date_max=2013-06-01
Only return orders which were placed on or before June 1st.
?modify_date_min=2013-06-01
Only return orders which have been modified since June 1st.
Only return orders which were placed on the category containing the classification code '300'.
Will return orders in json format.