Difference between revisions of "NATS4 API Admin Get Adtools"

From TMM Wiki
Jump to navigationJump to search
 
(10 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
| show_api_admin_section = true
 
| show_api_admin_section = true
 
}}
 
}}
To decode a nats code you must make a SOAP call with the following parameters:
 
<pre>
 
<?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:admin_get_adtools xmlns:tns="urn:natsapiadmin_wsdl">
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEwLjAuMA</natscode>
 
<siteid xsi:nil="true" xsi:type="xsd:int"/>
 
<adtool_type_id xsi:type="xsd:int">2</adtool_type_id>
 
<params xsi:type="xsd:string">a:2:{s:12:&quot;searchinline&quot;;i:1;s:11:&quot;search_type&quot;;s:3:&quot;5:1&quot;;}</params>
 
</tns:admin_get_adtools>
 
</SOAP-ENV:Body>
 
</SOAP-ENV:Envelope>
 
</pre>
 
  
You will get a response similar to:
+
[[NATS4]] supports an API function to place and call adtool functions on your site; this function is called admin_get_adtools.
<pre>
+
 
<?xml version="1.0" encoding="ISO-8859-1"?>
+
admin_get_adtools accepts the following parameters:
<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">
+
* '''natscode''' - Input your NATS code here. This specifies the loginid, campaignid, programid, siteid, and tourid used for the adtool. This is used when deciding what adtools are available, as well as what link code to use. You can build your own NATS code using an unencoded structure - please refer to this article about [[NATS4_Affiliate_Link_Codes#Unencoded_Link_Codes|Unencoded Link Codes]].
<SOAP-ENV:Body>
+
 
<ns1:admin_get_adtoolsResponse xmlns:ns1="urn:natsapiadmin_wsdl">
+
* '''siteid''' - This gives you the option to override the siteid that already exists in the NATS code. This parameter is optional; if you do not want to override your siteid, input '''0''' to disable it.  
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:Adtool[4]">
+
 
<item xsi:type="tns:Adtool">
+
* '''adtool_type_id''' - The adtool type to get adtools for (see the ([[NATS4_API_Adtool_Types|Adtool Types function]])
<adtoolid xsi:type="xsd:int">10</adtoolid>
+
 
<name xsi:type="xsd:string">HATS</name>
+
* '''params''' - A serialized array of parameters. See [[Nats_display_adtools|nats_display_adtools]] for the available parameters (you can use category, typeid, start, count, order, searchinline, and the search fields)
<url xsi:type="xsd:string">http://www.google.com/hats</url>
+
 
<date_added xsi:type="xsd:int">1246909656</date_added>
+
 
<published_date xsi:type="xsd:int">1246852800</published_date>
+
== NuSOAP Example ==
<trackurl xsi:type="xsd:string">http://nats4.joe.dev.internal.toomuchmedia.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w</trackurl>
+
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEwLjAuMC4w</natscode>
+
This example continues from the [[NATS4_API#Example|main article NuSOAP Example]]:
<extra xsi:type="xsd:string">a:13:{s:9:&quot;networkid&quot;;s:1:&quot;0&quot;;s:14:&quot;adtool_type_id&quot;;s:1:&quot;2&quot;;s:7:&quot;deleted&quot;;s:1:&quot;0&quot;;s:9:&quot;byo_owner&quot;;s:1:&quot;0&quot;;s:14:&quot;byo_owner_only&quot;;s:1:&quot;0&quot;;s:11:&quot;byo_program&quot;;s:1:&quot;0&quot;;s:4:&quot;type&quot;;s:1:&quot;1&quot;;s:5:&quot;items&quot;;s:1:&quot;0&quot;;s:11:&quot;description&quot;;s:12:&quot;Lots of hats&quot;;s:9:&quot;thumbnail&quot;;s:0:&quot;&quot;;s:9:&quot;thumb_ext&quot;;s:0:&quot;&quot;;s:10:&quot;var_divide&quot;;s:1:&quot;?&quot;;s:3:&quot;ids&quot;;a:3:{s:7:&quot;loginid&quot;;s:1:&quot;1&quot;;s:9:&quot;programid&quot;;s:1:&quot;1&quot;;s:6:&quot;siteid&quot;;s:1:&quot;1&quot;;}}</extra>
 
</item>
 
<item xsi:type="tns:Adtool">
 
<adtoolid xsi:type="xsd:int">11</adtoolid>
 
<name xsi:type="xsd:string">bags</name>
 
<url xsi:type="xsd:string">http://www.google.com/bags</url>
 
<date_added xsi:type="xsd:int">1246909656</date_added>
 
<published_date xsi:type="xsd:int">1246852800</published_date>
 
<trackurl xsi:type="xsd:string">http://nats4.joe.dev.internal.toomuchmedia.com/gallery/MC4xLjEuMS4wLjExLjAuMC4w</trackurl>
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjExLjAuMC4w</natscode>
 
<extra xsi:type="xsd:string">a:13:{s:9:&quot;networkid&quot;;s:1:&quot;0&quot;;s:14:&quot;adtool_type_id&quot;;s:1:&quot;2&quot;;s:7:&quot;deleted&quot;;s:1:&quot;0&quot;;s:9:&quot;byo_owner&quot;;s:1:&quot;0&quot;;s:14:&quot;byo_owner_only&quot;;s:1:&quot;0&quot;;s:11:&quot;byo_program&quot;;s:1:&quot;0&quot;;s:4:&quot;type&quot;;s:1:&quot;1&quot;;s:5:&quot;items&quot;;s:1:&quot;0&quot;;s:11:&quot;description&quot;;s:12:&quot;Lots of bags&quot;;s:9:&quot;thumbnail&quot;;s:0:&quot;&quot;;s:9:&quot;thumb_ext&quot;;s:0:&quot;&quot;;s:10:&quot;var_divide&quot;;s:1:&quot;?&quot;;s:3:&quot;ids&quot;;a:3:{s:7:&quot;loginid&quot;;s:1:&quot;1&quot;;s:9:&quot;programid&quot;;s:1:&quot;1&quot;;s:6:&quot;siteid&quot;;s:1:&quot;1&quot;;}}</extra>
 
</item>
 
<item xsi:type="tns:Adtool">
 
<adtoolid xsi:type="xsd:int">12</adtoolid>
 
<name xsi:type="xsd:string">gowns</name>
 
<url xsi:type="xsd:string">http://www.google.com/gowns</url>
 
<date_added xsi:type="xsd:int">1246909656</date_added>
 
<published_date xsi:type="xsd:int">1246852800</published_date>
 
<trackurl xsi:type="xsd:string">http://nats4.joe.dev.internal.toomuchmedia.com/gallery/MC4xLjEuMS4wLjEyLjAuMC4w</trackurl>
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEyLjAuMC4w</natscode>
 
<extra xsi:type="xsd:string">a:13:{s:9:&quot;networkid&quot;;s:1:&quot;0&quot;;s:14:&quot;adtool_type_id&quot;;s:1:&quot;2&quot;;s:7:&quot;deleted&quot;;s:1:&quot;0&quot;;s:9:&quot;byo_owner&quot;;s:1:&quot;0&quot;;s:14:&quot;byo_owner_only&quot;;s:1:&quot;0&quot;;s:11:&quot;byo_program&quot;;s:1:&quot;0&quot;;s:4:&quot;type&quot;;s:1:&quot;1&quot;;s:5:&quot;items&quot;;s:1:&quot;0&quot;;s:11:&quot;description&quot;;s:13:&quot;Lots of gowns&quot;;s:9:&quot;thumbnail&quot;;s:0:&quot;&quot;;s:9:&quot;thumb_ext&quot;;s:0:&quot;&quot;;s:10:&quot;var_divide&quot;;s:1:&quot;?&quot;;s:3:&quot;ids&quot;;a:3:{s:7:&quot;loginid&quot;;s:1:&quot;1&quot;;s:9:&quot;programid&quot;;s:1:&quot;1&quot;;s:6:&quot;siteid&quot;;s:1:&quot;1&quot;;}}</extra>
 
</item>
 
<item xsi:type="tns:Adtool">
 
<adtoolid xsi:type="xsd:int">13</adtoolid>
 
<name xsi:type="xsd:string">shirts</name>
 
<url xsi:type="xsd:string">http://www.google.com/shirts</url>
 
<date_added xsi:type="xsd:int">1246909656</date_added>
 
<published_date xsi:type="xsd:int">1246852800</published_date>
 
<trackurl xsi:type="xsd:string">http://nats4.joe.dev.internal.toomuchmedia.com/gallery/MC4xLjEuMS4wLjEzLjAuMC4w</trackurl>
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEzLjAuMC4w</natscode>
 
<extra xsi:type="xsd:string">a:13:{s:9:&quot;networkid&quot;;s:1:&quot;0&quot;;s:14:&quot;adtool_type_id&quot;;s:1:&quot;2&quot;;s:7:&quot;deleted&quot;;s:1:&quot;0&quot;;s:9:&quot;byo_owner&quot;;s:1:&quot;0&quot;;s:14:&quot;byo_owner_only&quot;;s:1:&quot;0&quot;;s:11:&quot;byo_program&quot;;s:1:&quot;0&quot;;s:4:&quot;type&quot;;s:1:&quot;1&quot;;s:5:&quot;items&quot;;s:1:&quot;0&quot;;s:11:&quot;description&quot;;s:14:&quot;Lots of shirts&quot;;s:9:&quot;thumbnail&quot;;s:0:&quot;&quot;;s:9:&quot;thumb_ext&quot;;s:0:&quot;&quot;;s:10:&quot;var_divide&quot;;s:1:&quot;?&quot;;s:3:&quot;ids&quot;;a:3:{s:7:&quot;loginid&quot;;s:1:&quot;1&quot;;s:9:&quot;programid&quot;;s:1:&quot;1&quot;;s:6:&quot;siteid&quot;;s:1:&quot;1&quot;;}}</extra>
 
</item>
 
</return>
 
</ns1:admin_get_adtoolsResponse>
 
</SOAP-ENV:Body>
 
</SOAP-ENV:Envelope>
 
</pre>
 
  
NuSOAP Example (continuing from [[NATS4_API#Example|main article NuSOAP Example]]):
 
 
<pre>
 
<pre>
 +
$params = Array(
 +
        'searchinline' => 1,
 +
        'search_type' => '5:1'
 +
);
 
$values = array(
 
$values = array(
         'natscode'=>'MS4xLjEuMS4wLjEwLjAuMA'
+
         'natscode'=>'DemoAff.1.2.3.4.5.0.0.6',
 +
        'adtool_type_id'=>2,
 +
        'params' => serialize($params)
 
);
 
);
$result = $client->call('decode_natscode', $values, 'natsapiadmin_wsdl');
+
$result = $client->call('admin_get_adtools', $values, 'natsapiadmin_wsdl');
var_dump($result);
+
if($result) foreach($result as $key => $adtool){
 +
        if($adtool['extra']) $result[$key]['extra'] = unserialize($adtool['extra']);
 +
}
 +
print_r($result);
 
</pre>
 
</pre>
Output:
+
 
 +
== Adtools Output ==
 +
 
 
<pre>
 
<pre>
array(11) {
+
Array
  ["loginid"]=>
+
(
  int(1)
+
    [0] => Array
  ["username"]=>
+
        (
  string(13) "tmmnuph3fmaw4"
+
            [adtoolid] => 10
  ["programid"]=>
+
            [name] => HATS
  int(1)
+
            [url] => http://www.google.com/hats
  ["siteid"]=>
+
            [date_added] => 1246909656
  int(1)
+
            [published_date] => 1246852800
  ["tourid"]=>
+
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w
  int(1)
+
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
  ["campaignid"]=>
+
            [extra] => Array
  int(0)
+
                (
  ["adtoolid"]=>
+
                    [networkid] => 0
  int(10)
+
                    [adtool_type_id] => 2
  ["subid1"]=>
+
                    [deleted] => 0
  int(0)
+
                    [byo_owner] => 0
  ["subid2"]=>
+
                    [byo_owner_only] => 0
  int(0)
+
                    [byo_program] => 0
  ["is_unencoded"]=>
+
                    [type] => 1
  int(0)
+
                    [items] => 0
  ["old_code"]=>
+
                    [description] => Lots of hats
  string(1) "0"
+
                    [thumbnail] =>
}
+
                    [thumb_ext] =>
 +
                    [var_divide] => ?
 +
                    [ids] => Array
 +
                        (
 +
                            [loginid] => 1
 +
                            [programid] => 1
 +
                            [siteid] => 1
 +
                        )
 +
 
 +
                )
 +
 
 +
        )
 +
 
 +
    [1] => Array
 +
        (
 +
            [adtoolid] => 11
 +
            [name] => bags
 +
            [url] => http://www.google.com/bags
 +
            [date_added] => 1246909656
 +
            [published_date] => 1246852800
 +
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjExLjAuMC4w
 +
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
 +
            [extra] => Array
 +
                (
 +
                    [networkid] => 0
 +
                    [adtool_type_id] => 2
 +
                    [deleted] => 0
 +
                    [byo_owner] => 0
 +
                    [byo_owner_only] => 0
 +
                    [byo_program] => 0
 +
                    [type] => 1
 +
                    [items] => 0
 +
                    [description] => Lots of bags
 +
                    [thumbnail] =>
 +
                    [thumb_ext] =>
 +
                    [var_divide] => ?
 +
                    [ids] => Array
 +
                        (
 +
                            [loginid] => 1
 +
                            [programid] => 1
 +
                            [siteid] => 1
 +
                        )
 +
 
 +
                )
 +
 
 +
        )
 +
 
 +
    [2] => Array
 +
        (
 +
            [adtoolid] => 12
 +
            [name] => gowns
 +
            [url] => http://www.google.com/gowns
 +
            [date_added] => 1246909656
 +
            [published_date] => 1246852800
 +
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEyLjAuMC4w
 +
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
 +
            [extra] => Array
 +
                (
 +
                    [networkid] => 0
 +
                    [adtool_type_id] => 2
 +
                    [deleted] => 0
 +
                    [byo_owner] => 0
 +
                    [byo_owner_only] => 0
 +
                    [byo_program] => 0
 +
                    [type] => 1
 +
                    [items] => 0
 +
                    [description] => Lots of gowns
 +
                    [thumbnail] =>
 +
                    [thumb_ext] =>
 +
                    [var_divide] => ?
 +
                    [ids] => Array
 +
                        (
 +
                            [loginid] => 1
 +
                            [programid] => 1
 +
                            [siteid] => 1
 +
                        )
 +
 
 +
                )
 +
 
 +
        )
 +
 
 +
    [3] => Array
 +
        (
 +
            [adtoolid] => 13
 +
            [name] => shirts
 +
            [url] => http://www.google.com/shirts
 +
            [date_added] => 1246909656
 +
            [published_date] => 1246852800
 +
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEzLjAuMC4w
 +
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
 +
            [extra] => Array
 +
                (
 +
                    [networkid] => 0
 +
                    [adtool_type_id] => 2
 +
                    [deleted] => 0
 +
                    [byo_owner] => 0
 +
                    [byo_owner_only] => 0
 +
                    [byo_program] => 0
 +
                    [type] => 1
 +
                    [items] => 0
 +
                    [description] => Lots of shirts
 +
                    [thumbnail] =>
 +
                    [thumb_ext] =>
 +
                    [var_divide] => ?
 +
                    [ids] => Array
 +
                        (
 +
                            [loginid] => 1
 +
                            [programid] => 1
 +
                            [siteid] => 1
 +
                        )
 +
 
 +
                )
 +
 
 +
        )
 +
 
 +
)
 
</pre>
 
</pre>
 +
 +
[[Category:NATS4 API Articles]]

Latest revision as of 14:46, 20 February 2013

NATS 4
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
SOAP API
API
API Best Practices
WSDL Cache
Add Affiliate
Add Member Note
Admin Get Adtools
Adtool Categories
Adtool Types
Affiliate Get Campaigns
Bulk Import Adtools
Caching
Decode Natscode
Expire Manual Member
Get Affiliate Campaigns
Get Affiliate Hit Data
Get Affiliate Loginids
Get Affiliate Nats Codes
Get Affiliate Payout
Get Affiliate Program Campaign List
Get_Affiliate_Program_Campaign_List
Get Member Details
Get Member Instant Upgrade String
Get Member Package Upgrade String
Get Member Token Rebuy String
Get Member Upsell String
Get Payment Data
Get Payvia Rule
Get Profit Loss Report
Ping
Record Member Login
Search Affiliate Info
Search Member Info
Send Email API Function
Set Affiliate Admin Settings
Set Affiliate Customs
Set Affiliate Defaults
Set Affiliate Information
Set Affiliate Settings
Set Member Details
Set Payment Status
Set Payvia Rule
REST API
API Overview
API Best Practices
REST API PATH UPDATES
Adtools
GET /adtools/admin
GET /adtools/categories
GET /adtools/types
POST /adtools/importdump
Affiliate
GET /affiliate/campaigns
GET /affiliate/hitdata
GET /affiliate/payout
GET /affiliate/searchinfo
POST /affiliate/addaffiliate
POST /affiliate/invoice
PATCH /affiliate/setadminsettings
PATCH /affiliate/setcustoms
PATCH /affiliate/setdefaults
PATCH /affiliate/setinformation
PATCH /affiliate/setpayviainfo
PATCH /affiliate/setsettings
PATCH /affiliate/status
Member
GET /member/authstring
GET /member/details
GET /member/searchinfo
GET /suggestedcanceloffers
PATCH /member/setdetails
PATCH /member/setexpiration
POST /member/addnote
POST /member/recordlogin
PUT /member/expiremanual
PATCH /member/forget
Option
GET /option/options
GET /option/rule
PATCH /option/rule
PATCH/option/text
POST /option/rule
Payments
GET /payments/getpayments
GET /payviarule
PATCH /payments/setstatus
PATCH /payviarule
Report
GET /profitlossreport
Get /transactionpayouts
GET /report/transaction
Service
GET /service/decodenatscode
GET /service/ping
POST /service/sendemail

NATS4 supports an API function to place and call adtool functions on your site; this function is called admin_get_adtools.

admin_get_adtools accepts the following parameters:

  • natscode - Input your NATS code here. This specifies the loginid, campaignid, programid, siteid, and tourid used for the adtool. This is used when deciding what adtools are available, as well as what link code to use. You can build your own NATS code using an unencoded structure - please refer to this article about Unencoded Link Codes.
  • siteid - This gives you the option to override the siteid that already exists in the NATS code. This parameter is optional; if you do not want to override your siteid, input 0 to disable it.
  • params - A serialized array of parameters. See nats_display_adtools for the available parameters (you can use category, typeid, start, count, order, searchinline, and the search fields)


NuSOAP Example

This example continues from the main article NuSOAP Example:

$params = Array(
        'searchinline' => 1,
        'search_type' => '5:1'
);
$values = array(
        'natscode'=>'DemoAff.1.2.3.4.5.0.0.6',
        'adtool_type_id'=>2,
        'params' => serialize($params)
);
$result = $client->call('admin_get_adtools', $values, 'natsapiadmin_wsdl');
if($result) foreach($result as $key => $adtool){
        if($adtool['extra']) $result[$key]['extra'] = unserialize($adtool['extra']);
}
print_r($result);

Adtools Output

Array
(
    [0] => Array
        (
            [adtoolid] => 10
            [name] => HATS
            [url] => http://www.google.com/hats
            [date_added] => 1246909656
            [published_date] => 1246852800
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
            [extra] => Array
                (
                    [networkid] => 0
                    [adtool_type_id] => 2
                    [deleted] => 0
                    [byo_owner] => 0
                    [byo_owner_only] => 0
                    [byo_program] => 0
                    [type] => 1
                    [items] => 0
                    [description] => Lots of hats
                    [thumbnail] => 
                    [thumb_ext] => 
                    [var_divide] => ?
                    [ids] => Array
                        (
                            [loginid] => 1
                            [programid] => 1
                            [siteid] => 1
                        )

                )

        )

    [1] => Array
        (
            [adtoolid] => 11
            [name] => bags
            [url] => http://www.google.com/bags
            [date_added] => 1246909656
            [published_date] => 1246852800
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjExLjAuMC4w
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
            [extra] => Array
                (
                    [networkid] => 0
                    [adtool_type_id] => 2
                    [deleted] => 0
                    [byo_owner] => 0
                    [byo_owner_only] => 0
                    [byo_program] => 0
                    [type] => 1
                    [items] => 0
                    [description] => Lots of bags
                    [thumbnail] => 
                    [thumb_ext] => 
                    [var_divide] => ?
                    [ids] => Array
                        (
                            [loginid] => 1
                            [programid] => 1
                            [siteid] => 1
                        )

                )

        )

    [2] => Array
        (
            [adtoolid] => 12
            [name] => gowns
            [url] => http://www.google.com/gowns
            [date_added] => 1246909656
            [published_date] => 1246852800
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEyLjAuMC4w
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
            [extra] => Array
                (
                    [networkid] => 0
                    [adtool_type_id] => 2
                    [deleted] => 0
                    [byo_owner] => 0
                    [byo_owner_only] => 0
                    [byo_program] => 0
                    [type] => 1
                    [items] => 0
                    [description] => Lots of gowns
                    [thumbnail] => 
                    [thumb_ext] => 
                    [var_divide] => ?
                    [ids] => Array
                        (
                            [loginid] => 1
                            [programid] => 1
                            [siteid] => 1
                        )

                )

        )

    [3] => Array
        (
            [adtoolid] => 13
            [name] => shirts
            [url] => http://www.google.com/shirts
            [date_added] => 1246909656
            [published_date] => 1246852800
            [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEzLjAuMC4w
            [natscode] => DemoAff.1.2.3.4.5.0.0.6
            [extra] => Array
                (
                    [networkid] => 0
                    [adtool_type_id] => 2
                    [deleted] => 0
                    [byo_owner] => 0
                    [byo_owner_only] => 0
                    [byo_program] => 0
                    [type] => 1
                    [items] => 0
                    [description] => Lots of shirts
                    [thumbnail] => 
                    [thumb_ext] => 
                    [var_divide] => ?
                    [ids] => Array
                        (
                            [loginid] => 1
                            [programid] => 1
                            [siteid] => 1
                        )

                )

        )

)