Hmm... And its the same user profile, UI and APi, huh?
If you want to compare, this is the body of the SOAP request I'm using
to fetch all DFA sites using v1.15:
<soapenv:Body>
<ns2:getDfaSites xmlns:ns2="
http://www.doubleclick.net/dfa-api/
v1.15" soapenv:encodingStyle="
http://schemas.xmlsoap.org/soap/
encoding/">
<dfaSiteSearchCriteria href="#id0"/>
</ns2:getDfaSites>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" xmlns:ns3="
http://www.doubleclick.net/dfa-api/v1.15"
id="id0" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/"
xsi:type="ns3:DfaSiteSearchCriteria">
<ids xsi:type="xsd:long" xsi:nil="true"/>
<searchString xsi:type="soapenc:string"/>
<pageNumber href="#id1"/>
<pageSize href="#id2"/>
<SDSiteIds xsi:type="xsd:long" xsi:nil="true"/>
<campaignIds xsi:type="xsd:long" xsi:nil="true"/>
<excludeSitesMappedToSiteDirectory href="#id3"/>
<networkId href="#id4"/>
<sortOrder xsi:type="ns3:SortOrder" xsi:nil="true"/>
<subnetworkId href="#id5"/>
</multiRef>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" id="id3" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean">false</
multiRef>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" id="id2" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int">0</multiRef>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" id="id4" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:long">0</multiRef>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" id="id1" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int">0</multiRef>
<multiRef xmlns:soapenc="
http://schemas.xmlsoap.org/soap/
encoding/" id="id5" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:long">0</multiRef>
</soapenv:Body>
If this doesn't help, you can also try e-mailing me just the username
of the DFA User Profile you're using and I'll see if anything is wrong
with that particular profile.
Regards,
- Joseph DiLallo, the DFA API Team
On Jan 13, 11:36 am, Matt Gersting <
mgerst...@gmail.com> wrote:
> Thanks so much for the timely responses.
>
> I tried removing my search criteria but still no results. I logged into
> the UI and am able to see Admin > Sites, load that page and get a thousand
> or so results.
>
> On Fri, Jan 13, 2012 at 11:27 AM, DFA API Advisor
> <
dfaapiadvi...@google.com>wrote: