Hi,
Can someone help me please.

I'm working on migration of my aplication from API V13 to API V200909.
I would like to get the statistical information of the campaign
(clicks and imprissions).

I have the following Soap Request:
<?xml version='1.0' encoding='utf-8'?>
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
<soap:Header>
<RequestHeader xmlns='https://adwords.google.com/api/adwords/cm/
v200909'><applicationToken>n6VOntbwmcNLI1Ez5Ad6Aw</
applicationToken><authToken>DQAAAJoAAADiqVT68o_SOIUpdRQnE3VXqaFCDOaFRn0claqT3gScTO6MACgeVH8VuxKjI2an5tmQXyRoiffMtjkYi7SH5-
BQqUyVsTgT1WI_MMiBwlxQXUSlW9NKINalDpsR0ShtRtPxM-
uuvap8ib6p4KSUjkEPzBjYPUSoVEvYWG7RwMHSXgmhiFd8ODmIVaxcsNn9kxn0ACeWERvbGV8woMG8sUq_
</authToken>
<clientEmail>inest...@gmail.com</
clientEmail><developerToken>n6VOntbwmcNLI1Ez5Ad6Aw</developerToken>
<userAgent>Inesting</userAgent>
<validateOnly>True</validateOnly>
</RequestHeader>
</soap:Header>
<soap:Body>
<get xmlns='https://adwords.google.com/api/adwords/cm/v200909'>
<selector>
<ids>5827209</ids>
<statsSelector>
<dateRange><min>20100901</min>
<max>20100930</max>
</dateRange>
</statsSelector>
</selector>
</get>
</soap:Body>
</soap:Envelope>


The response is:
<?xml version="1.0" encoding="Windows-1252" ?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"><soap:Header><ResponseHeader xmlns="https://
adwords.google.com/api/adwords/cm/
v200909"><requestId>669b7f0e54c37c71cf1b09e989e5fafa</requestId>
<operations>1</operations>
<responseTime>453</responseTime>
<units>1</units></ResponseHeader>
</soap:Header><soap:Body>
<getResponse xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<rval>
<totalNumEntries>0</totalNumEntries>
<Page.Type>CampaignPage</Page.Type>
<totalBudget>
<period>DAILY</period>
<amount>
<ComparableValue.Type>Money</ComparableValue.Type>
<microAmount>0</microAmount>
</amount>
<deliveryMethod>STANDARD</deliveryMethod>
</totalBudget>
</rval>
</getResponse>
</soap:Body>
</soap:Envelope>

I'm doing something wrong?
I realy don't understand why I don't have the statistical information
of a camapaign.

Have have been doing some teste on Sandbox using Dot.Net Client
Library. In the Sandbox when I run the exemple getCampaing.cs a don't
have statistical information.

Neither on Sandbox neither on my application  i have got the
statistical information.

I really appreciate any help.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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