Re: Which fields are available in the CLICK_PERFORMANCE_REPORT ?

2012-07-02 Thread jstedman
Arthur,

soapUI is an awesome tool to manually work with web services.

You can create a new project in soapUI and point it at the endpoint listed 
in the documentation for each service and it will give you a series of 
request templates for each service in xml. Then you just pick one, put in 
your request parameters, hit the play button, and you can test out 
different calls before writing any code at all.


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


Re: Which fields are available in the CLICK_PERFORMANCE_REPORT ?

2012-07-02 Thread Reed
 Feed this:
 
 http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201206";>
 

   XXX
   XXX
   XXX

 
 

   CLICK_PERFORMANCE_REPORT

 
  
 
To:
https://adwords.google.com/api/adwords/cm/v201206/ReportDefinitionService
 
and you'll get this:
 # NAME DISPLAY NAME XML NAME TYPE SELECTABLE FILTERABLE ENUMERATIONS 1 Page 
Page page Integer true false  2 AdFormat Ad type adType AdFormat true true 
UNKNOWN 
 3 AdGroupCreativeId Ad ID adID Long true true  4 AdGroupId Ad group ID 
adGroupID Long true true  5 AdNetworkType1 Network network AdNetworkType1 
true true SEARCH  6 AdNetworkType2 Network (with search partners) 
networkWithSearchPartners AdNetworkType2 true true SEARCH  7 CampaignId 
Campaign 
ID campaignID Long true true  8 CityCriteriaId City city Integer true true  
9 ClickId Click Id clickId Long true true  10 ClickType Click type clickType 
ClickType true true URL_CLICKS  11 CountryCriteriaId Country/Territory 
countryTerritory Integer true true  12 CriteriaId Keyword ID keywordID Long 
true true  13 CriteriaParameters Keyword / Placement keywordPlacement String 
true true  14 Date Day day Date true true  15 MetroCriteriaId Metro area 
metroArea Integer true true  16 MonthOfYear Month of Year monthOfYear 
MonthOfYearType true true JANUARY  17 RegionCriteriaId Region region Integer 
true true  18 Slot Top vs. side topVsSide Slot true true SearchRhs 
 
 

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


Re: Which fields are available in the CLICK_PERFORMANCE_REPORT ?

2012-07-02 Thread Arthur Gerigk
I don't know how to do this without a client library. Is there a ressource 
that explains it which works with v201206 ? 

http://code.google.com/p/google-api-ads-python/wiki/AdWordsNoClientLibrary  
seems to be outdated (the wsdl2py call fails).



Am Montag, 2. Juli 2012 02:52:19 UTC+2 schrieb jstedman:
>
> Try using a ReportDefinitionService getReportFields call:
>
>
> https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService#getReportFields
>

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


Re: Which fields are available in the CLICK_PERFORMANCE_REPORT ?

2012-07-01 Thread jstedman
Try using a ReportDefinitionService getReportFields call:

https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService#getReportFields

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


Which fields are available in the CLICK_PERFORMANCE_REPORT ?

2012-06-30 Thread Arthur Gerigk
Since v201206 isn't supported by the client libraries yet I was using the 
no-client library to fetch some data from this new report type.
Unfortunately, I did not find any information about which fields are there 
(so far I found campaign id , adgroup id and click! id, together with slot 
and clicktype).
So, which fields can I include here? Also, the new query language does not 
support select * from report_type to find this out.

A second question would be when we can expect the client libraries for 
v201206

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