Re: Geographic Report Service

2010-06-21 Thread adwordsapiadvisor
Hi Remya,

Please refer to the definition of DefinedReportJob at
http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html,
it has no field named Campaign or Country. Here's the sample logs from
a successful API call.

-BEGIN API CALL-

Request
---


http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

https://adwords.google.com/api/adwords/v13";>
https://adwords.google.com/api/adwords/v13";>
https://adwords.google.com/api/adwords/v13";>
https://adwords.google.com/api/adwords/v13";>
https://adwords.google.com/api/adwords/v13";>AWAPI
DotNetLib 9.0.0 - Google


https://adwords.google.com/api/adwords/v13";>

2010-06-21
Geographic Report
2009-01-01
Campaign
182388
Country
Campaign
AdDistributionWithSearchPartners
Impressions
Clicks
CPC
CPM
Cost
DailyCTR
DailyBudget
Geographic






Response


http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v13";>3348
http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v13";>1
http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v13";>500
http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v13";>3671512269f1fa4a82478837e34b66fa


https://adwords.google.com/api/adwords/v13";>
1718043136




-END API CALL---

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


Geographic Report Service

2010-06-20 Thread Remya Mohan
Hi Google Adwords Team,

Thanks for the reply for my previous post regarding dissimilarities between
 Reports Downloaded File and that of UI.

Well i've been trying Geographic Report Service. Its showing error as "The
request xml was invalid.".
I am testing this on Sandbox account
My code seems to be like this:-

$report_job = 'Geographic' .
 'US' .
'182388' .
 'Campaign' .
'AdDistributionWithSearchPartners' .
 'Impressions' .
'Clicks' .
 'CPC' .
'CPM' .
 'Cost' .
'DailyCTR' .
 'DailyBudget' ;

I need to know the error in this snippet.



-- 
Remya Mohan
Software Engineer

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


Geographic Report Service

2010-06-18 Thread Remya Mohan
Hi Google Adwords Team,

Thanks for the reply for my previous post regarding dissimilarities between
 Reports Downloaded File and that of UI.

Well i've been trying Geographic Report Service. Its showing error as "The
request xml was invalid.".
I am testing this on Sandbox account
My code seems to be like this:-

$report_job = 'Geographic' .
 'US' .
'182388' .
 'Campaign' .
'AdDistributionWithSearchPartners' .
 'Impressions' .
'Clicks' .
 'CPC' .
'CPM' .
 'Cost' .
'DailyCTR' .
 'DailyBudget' ;

I need to know the error in this snippet.



-- 
Remya Mohan
Software Engineer

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


Geographic Report Service

2010-06-17 Thread Remya Mohan
Hi Google Adwords Team,

Thanks for the reply for my previous post regarding dissimilarities between
 Reports Downloaded File and that of UI.

Well i've been trying Geographic Report Service. Its showing error as "The
request xml was invalid.".
I am testing this on Sandbox account
My code seems to be like this:-

$report_job = 'Geographic' .
 'US' .
'182388' .
 'Campaign' .
'AdDistributionWithSearchPartners' .
 'Impressions' .
'Clicks' .
 'CPC' .
'CPM' .
 'Cost' .
'DailyCTR' .
 'DailyBudget' ;

I need to know the error in this snippet.



-- 
Remya Mohan
Software Engineer

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