Difference between revisions of "NATS4 API Admin Get Adtools"

From TMM Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
| show_api_admin_section = true
 
| show_api_admin_section = true
 
}}
 
}}
 +
 +
[[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:
 
admin_get_adtools accepts the following parameters:
* '''natscode''' The natscode to use. This is how you pick the loginid, campaignid, programid, siteid, and tourid for the adtool. It's used when deciding what adtools are available, and what link code to use.
 
* '''siteid''' This allows you to override the siteid that is in the nats code. Optional, 0 to not use it.
 
* '''adtool_type_id''' The adtool type to get adtools for (see the ([[NATS4_API_Adtool_Types|Adtool Types function]])
 
* '''params''' A serialized array of params. See [[Nats_display_adtools|nats_display_adtools]] for the params (you can use category, typeid, start, count, order, searchinline, and the search fields)
 
  
Here's an example of the request:
+
* '''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]].
<pre>
+
 
<?xml version="1.0" encoding="ISO-8859-1"?>
+
* '''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.  
<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>
+
* '''adtool_type_id''' - The adtool type to get adtools for (see the ([[NATS4_API_Adtool_Types|Adtool Types function]])
<tns:admin_get_adtools xmlns:tns="urn:natsapiadmin_wsdl">
+
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEwLjAuMA</natscode>
+
* '''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)
<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>
+
== NuSOAP Example ==
</tns:admin_get_adtools>
 
</SOAP-ENV:Body>
 
</SOAP-ENV:Envelope>
 
</pre>
 
  
You will get a response similar to:
+
This example continues from the [[NATS4_API#Example|main article NuSOAP Example]]:
<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:admin_get_adtoolsResponse xmlns:ns1="urn:natsapiadmin_wsdl">
 
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:Adtool[4]">
 
<item xsi:type="tns:Adtool">
 
<adtoolid xsi:type="xsd:int">10</adtoolid>
 
<name xsi:type="xsd:string">HATS</name>
 
<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>
 
<trackurl xsi:type="xsd:string">http://nats.site.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w</trackurl>
 
<natscode xsi:type="xsd:string">MS4xLjEuMS4wLjEwLjAuMC4w</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 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://nats.site.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://nats.site.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://nats.site.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(
 
$params = Array(
Line 83: Line 26:
 
);
 
);
 
$values = array(
 
$values = array(
         'natscode'=>'MS4xLjEuMS4wLjEwLjAuMA',
+
         'natscode'=>'DemoAff.1.2.3.4.5.0.0.6',
 
         'adtool_type_id'=>2,
 
         'adtool_type_id'=>2,
 
         'params' => serialize($params)
 
         'params' => serialize($params)
Line 93: Line 36:
 
print_r($result);
 
print_r($result);
 
</pre>
 
</pre>
Output:
+
 
 +
== Adtools Output ==
 +
 
 
<pre>
 
<pre>
 
Array
 
Array
Line 105: Line 50:
 
             [published_date] => 1246852800
 
             [published_date] => 1246852800
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEwLjAuMC4w
             [natscode] => MS4xLjEuMS4wLjEwLjAuMC4w
+
             [natscode] => DemoAff.1.2.3.4.5.0.0.6
 
             [extra] => Array
 
             [extra] => Array
 
                 (
 
                 (
Line 139: Line 84:
 
             [published_date] => 1246852800
 
             [published_date] => 1246852800
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjExLjAuMC4w
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjExLjAuMC4w
             [natscode] => MS4xLjEuMS4wLjExLjAuMC4w
+
             [natscode] => DemoAff.1.2.3.4.5.0.0.6
 
             [extra] => Array
 
             [extra] => Array
 
                 (
 
                 (
Line 173: Line 118:
 
             [published_date] => 1246852800
 
             [published_date] => 1246852800
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEyLjAuMC4w
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEyLjAuMC4w
             [natscode] => MS4xLjEuMS4wLjEyLjAuMC4w
+
             [natscode] => DemoAff.1.2.3.4.5.0.0.6
 
             [extra] => Array
 
             [extra] => Array
 
                 (
 
                 (
Line 207: Line 152:
 
             [published_date] => 1246852800
 
             [published_date] => 1246852800
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEzLjAuMC4w
 
             [trackurl] => http://nats.site.com/gallery/MC4xLjEuMS4wLjEzLjAuMC4w
             [natscode] => MS4xLjEuMS4wLjEzLjAuMC4w
+
             [natscode] => DemoAff.1.2.3.4.5.0.0.6
 
             [extra] => Array
 
             [extra] => Array
 
                 (
 
                 (
Line 235: Line 180:
 
)
 
)
 
</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
                        )

                )

        )

)