Difference between revisions of "NATS4 API Adtool Categories"
From TMM Wiki
Jump to navigationJump to searchLine 4: | Line 4: | ||
This function allows you to get a list of available adtool categories. To use this function, you must make a SOAP call with the following parameters: | This function allows you to get a list of available adtool categories. To use this function, you must make a SOAP call with the following parameters: | ||
− | |||
<pre> | <pre> | ||
Line 15: | Line 14: | ||
<tns:adtool_categories xmlns:tns="urn:natsapiadmin_wsdl"> | <tns:adtool_categories xmlns:tns="urn:natsapiadmin_wsdl"> | ||
</tns:adtool_categories> | </tns:adtool_categories> | ||
+ | </SOAP-ENV:Body> | ||
+ | </SOAP-ENV:Envelope> | ||
+ | </pre> | ||
+ | |||
+ | You will get a response similar to (16 adtool types were available, reduced down to 4 for display): | ||
+ | <pre> | ||
+ | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
+ | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
+ | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:natsapiadmin_wsdl"> | ||
+ | <SOAP-ENV:Body> | ||
+ | <ns1:adtool_typesResponse xmlns:ns1="urn:natsapiadmin_wsdl"> | ||
+ | <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:Adtool_type[16]"> | ||
+ | <item xsi:type="tns:Adtool_type"> | ||
+ | <adtool_type_id xsi:type="xsd:int">1</adtool_type_id> | ||
+ | <adtool_category_id xsi:type="xsd:int">1</adtool_category_id> | ||
+ | <name xsi:type="xsd:string">Static Banners</name> | ||
+ | <description xsi:type="xsd:string">Static Banners</description> | ||
+ | </item> | ||
+ | <item xsi:type="tns:Adtool_Categories"> | ||
+ | <adtool_type_id xsi:type="xsd:int">2</adtool_type_id> | ||
+ | <adtool_category_id xsi:type="xsd:int">2</adtool_category_id> | ||
+ | <name xsi:type="xsd:string">FHG</name> | ||
+ | <description xsi:type="xsd:string">Free Hosted Galleries</description> | ||
+ | </item> | ||
+ | <item xsi:type="tns:Adtool_Categories"> | ||
+ | <adtool_type_id xsi:type="xsd:int">3</adtool_type_id> | ||
+ | <adtool_category_id xsi:type="xsd:int">3</adtool_category_id> | ||
+ | <name xsi:type="xsd:string">Page Ads</name> | ||
+ | <description xsi:type="xsd:string">Half Page / Full Page Ads</description> | ||
+ | </item> | ||
+ | <item xsi:type="tns:Adtool_Categories"> | ||
+ | <adtool_type_id xsi:type="xsd:int">4</adtool_type_id> | ||
+ | <adtool_category_id xsi:type="xsd:int">3</adtool_category_id> | ||
+ | <name xsi:type="xsd:string">Content</name> | ||
+ | <description xsi:type="xsd:string">Downloadable Content</description> | ||
+ | </item> | ||
+ | </return> | ||
+ | </ns1:adtool_typesResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> | ||
</pre> | </pre> |
Revision as of 13:18, 8 June 2010
This function allows you to get a list of available adtool categories. To use this function, you must make a SOAP call with the following parameters:
<?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:natsapiadmin_wsdl"> <SOAP-ENV:Body> <tns:adtool_categories xmlns:tns="urn:natsapiadmin_wsdl"> </tns:adtool_categories> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
You will get a response similar to (16 adtool types were available, reduced down to 4 for display):
<?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:natsapiadmin_wsdl"> <SOAP-ENV:Body> <ns1:adtool_typesResponse xmlns:ns1="urn:natsapiadmin_wsdl"> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:Adtool_type[16]"> <item xsi:type="tns:Adtool_type"> <adtool_type_id xsi:type="xsd:int">1</adtool_type_id> <adtool_category_id xsi:type="xsd:int">1</adtool_category_id> <name xsi:type="xsd:string">Static Banners</name> <description xsi:type="xsd:string">Static Banners</description> </item> <item xsi:type="tns:Adtool_Categories"> <adtool_type_id xsi:type="xsd:int">2</adtool_type_id> <adtool_category_id xsi:type="xsd:int">2</adtool_category_id> <name xsi:type="xsd:string">FHG</name> <description xsi:type="xsd:string">Free Hosted Galleries</description> </item> <item xsi:type="tns:Adtool_Categories"> <adtool_type_id xsi:type="xsd:int">3</adtool_type_id> <adtool_category_id xsi:type="xsd:int">3</adtool_category_id> <name xsi:type="xsd:string">Page Ads</name> <description xsi:type="xsd:string">Half Page / Full Page Ads</description> </item> <item xsi:type="tns:Adtool_Categories"> <adtool_type_id xsi:type="xsd:int">4</adtool_type_id> <adtool_category_id xsi:type="xsd:int">3</adtool_category_id> <name xsi:type="xsd:string">Content</name> <description xsi:type="xsd:string">Downloadable Content</description> </item> </return> </ns1:adtool_typesResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>