Is it true my xml structure?, it's like following my code
thanks alot your answers

<soapenv:Envelope xmlns:soapenv="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/";>
    <soapenv:Header>
        <RequestHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
            <authToken>#application.adw_loginAuth#</authToken>
            <userAgent>V2010 Get All Campaign Info</userAgent>
            <developerToken>#api.devtoken#</developerToken>
            <clientEmail>#api.clientEmail#</clientEmail>
        </RequestHeader>
    </soapenv:Header>
      <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
            <selector>
                <ids></ids>
                    <statsSelector>
                        <dateRange>
                            <min>20120101</min>
                            <max>20120215</max>
                        </dateRange>
                        <startDate/>
                        <endDate/>
                        <network>ALL</network>
                        <clicks/>
                        <impressions/>
                    </statsSelector>
            </selector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to