WSDL Page: http://<yourdomainhere>api/1/get.asmx?op=TrackingDomains
Parameter Summary:
api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}
domain_type / ENUMERATION =Which type of domains to query ["primary_cookie", "cookie", "redirect", "all"]
Parameter Types:
api_key - ID
domain_type - ASSIGNABLE
Sample GET Call:
https://demo.cakemarketing.com/api/1/get.asmx/TrackingDomains?api_key=dNJFmId9rI&domain_type=all
Sample XML Response:
<?xml version="1.0" encoding="utf-8"?>
<tracking_domains_response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
<success>true</success>
<row_count>1</row_count>
<tracking_domains>
<tracking_domain>
<domain_name>andytrk.com</domain_name>
<domain_type>redirect</domain_type>
</tracking_domain>
</tracking_domains>
</tracking_domains_response>