Re: Ruby client -- download_report.rb failed

2011-06-15 Thread Danial Klimkin
I can't really read the report but I think I know what the problem is. I 
will include fix in the next release.

Do you fill comfortable changing the library code locally a bit to confirm 
that resolves the problem?

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


Bulk Upload not working in production only

2011-06-15 Thread Pulkit
Hi,

I am facing a problem with bulk upload.
I have an MCC account and an adwords client account. I linked both the
accounts and all the billing information in both the accounts are
perfect. My developer token is approved.

Now i have an application which is designed to upload bulk ads keeping
all the restrictions imposed by google in my mind. i tested it in
google adwords sand-box it works perfectly. But when i tried it to
test it with google live accounts i am not able to see even a single
ad in live account. Problem is i am not receiving any error.

The script which i wrote has exception handling mechanism so if there
is any error it should be displayed by script. I am using PHP for
writing script and google adwords PHPLibrary.

Code looks like this :

try {
$user = new AdWordsUser();
$user-LogDefaults();
$bulkMutateJobService = $user-GetBulkMutateJobService('v201008');
 GOOGLE CODE TO upload bulk records

$message = Script finished uploads of ads successfully please
check your results in Adwords UI.\n Total upload count is
$upload_count. ;

  }
catch (Exception $e) {
   print $e-getMessage();
  $message = Script dosen\'t finished uploading of all ads but
because of some error it stopped working error is : \n .$e-
getMessage(). \n Total upload count is $upload_count. ;
}

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


Pending Approval for a month

2011-06-15 Thread john
Our adwords api developer token has been pending approval for a month. Is 
there someone I can contact directly?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi,
  What version of the AdWords API are you using?

In your code, you are iterating over each campaign and making a separate 
request for each campaign.  Are you saying that you are seeing the results 
for campaigns 1, 2, 3 but then 4 has no results?  Does the XMLResponse 
indicate anything out of the ordinary?  Is it always the same campaigns? 
 What if you change the order you make the requests in (i.e. request the 
campaigns that are not getting results first).  For the campaigns that do 
return results, are you getting all the results you expect, or does one 
campaign only have a portion of the results you would expect?

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: how to find newly added keywords using customer sync service

2011-06-15 Thread Kevin Winter
Hi,
  The CustomerSyncService returns back an array of CampaignChangeData which 
has an array of AdGroupChangeData which itself has an array of 
changedCriteria IDs, documented here: 
http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.AdGroupChangeData.html

- Kevin Winter, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: API still Pending

2011-06-15 Thread Kevin Winter
Hi,
  If you send your account details to kevin.win...@google.com I will try to 
escalate your request.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Is there is a delay between real data and API data?

2011-06-15 Thread Eric Koleda
Hi All,

We've published a new blog post that covers this topic in greater detail:

http://adwordsapi.blogspot.com/2011/06/statistics-in-reports.html

Let us know if you have any feedback.

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Aw: KW Perf. Report missing Content Network stats

2011-06-15 Thread Eric Koleda
Hi All,

The previous Content keyword functionality has been restored as on 
yesterday.  Please let us know if you continue to find it missing from your 
reports.  

Reed, we are continuing to work with the core engineering team to expose the 
Other domains figure but there some challenges involved.  In regards to 
timing, yesterday we published a blog post about when certain statistics are 
available in reports, so please look it over and let us know if this matches 
what you've been seeing:

http://adwordsapi.blogspot.com/2011/06/statistics-in-reports.html

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth support - please finish the job

2011-06-15 Thread Eric Koleda
Hi All,

Thank you for your continued interest in using OAuth with the API. 
 Unfortunately I don't have any timeline on when the feature would be 
available for report downloads, but I'll let you know when I have any 
updates.

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: API Token Pending

2011-06-15 Thread Kevin Winter
Hi Josh,
  If you could please send your account information to 
kevin.win...@google.com, I'll try to expedite your request.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: how to find newly added keywords using customer sync service

2011-06-15 Thread kush


Thank you kevin

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
I'm using API v200808. I could see the results for first 3 campaigns
and from there i couldn't see any results for other campaigns. The
program
ends abruptly. When i try to get the keywords under all campaigns at
once
, it throws an exception 'Response size limit exceeded'. Is there any
other
service that could retrieve all the keywords under all the campaigns
in
a similar manner? please suggest

On Jun 15, 9:15 am, Kevin Winter kevin.win...@google.com wrote:
 Hi,
   What version of the AdWords API are you using?

 In your code, you are iterating over each campaign and making a separate
 request for each campaign.  Are you saying that you are seeing the results
 for campaigns 1, 2, 3 but then 4 has no results?  Does the XMLResponse
 indicate anything out of the ordinary?  Is it always the same campaigns?
  What if you change the order you make the requests in (i.e. request the
 campaigns that are not getting results first).  For the campaigns that do
 return results, are you getting all the results you expect, or does one
 campaign only have a portion of the results you would expect?

 - Kevin Winter
 AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
sorry, i'm using API version v201008

On Jun 15, 9:15 am, Kevin Winter kevin.win...@google.com wrote:
 Hi,
   What version of the AdWords API are you using?

 In your code, you are iterating over each campaign and making a separate
 request for each campaign.  Are you saying that you are seeing the results
 for campaigns 1, 2, 3 but then 4 has no results?  Does the XMLResponse
 indicate anything out of the ordinary?  Is it always the same campaigns?
  What if you change the order you make the requests in (i.e. request the
 campaigns that are not getting results first).  For the campaigns that do
 return results, are you getting all the results you expect, or does one
 campaign only have a portion of the results you would expect?

 - Kevin Winter
 AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: how to find newly added keywords using customer sync service

2011-06-15 Thread Bilal Ahmed
Hi All,
I am trying to get monthly search volume  CPC for any given month, year or day.
Any pointers would be great
Cheers

On Mon, Jun 13, 2011 at 8:27 PM, kush
kushva...@outofboundscommunications.com wrote:

 hi,
 I'm trying to use customersyncservice to find any newly added or
 deleted campaigns , adgroups and keywords.
 But using the above service i could see the campaigns and adgroups
 that are newly added and deleted within a date range. Is there any way
 to see the Ids of newly added keywords? If so, please suggest how to
 do that .

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



--
Bilal Ahmed

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


QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-06-15 Thread SOCPO
Hello everyone!
I´m a newbie Developer and I´m havin some problems with a test on Adwords 
API, I receive the next message when I try to run my first client (In java) 
:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @ 
 faultActor: 
 faultNode: 
 faultDetail: 

{https://adwords.google.com/api/adwords/cm/v201101}ApiExceptionFault:messageQuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO
 
@ 
/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=QuotaCheckErrorfieldPath/trigger/errorStringQuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO/errorStringApiError.TypeQuotaCheckError/ApiError.TypereasonINCOMPLETE_SIGNUP_NO_BILLING_INFO/reason/errors

QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @ 
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
at 
com.google.api.adwords.v201101.cm.ApiException.getDeserializer(ApiException.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

.
.
.
.

I don´t know what´s is wrong I need help boys.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi,
  If you just need to retrieve all keywords for all campaigns, a report can 
do that for you.  By using a Keyword Performance Report: 
http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords

You can select KeywordText to get the actual text of the keyword.  (you can 
also pull Campaign Name and ID along with AdGroup Name and ID).

If you don't want to use reports, we can continue to try to troubleshoot 
using the AdGroupCriteriaService.  One other step you might want to try is 
to create a keywords report in the UI (log into account at 
https://adwords.google.com, click Campaigns, then Keywords tab and click 
Download Report icon next to the search box).  Then you can match this 
against what you are seeing in the API.  If they match, you may want to 
contact general AdWords support if there are actual keywords for campaigns 
that are not showing up.

If you could provide us with the XML request/response for a campaign that 
has no results (please redact sensitive information such as your auth token 
and developer token), I could take a closer look.

-Kevin

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


Web UI Sandbox a Must

2011-06-15 Thread mc c
Guys,

The 201101 api is nice but there is something that just needs to be done is 
to have a sandbox version of the UI for adwords, many of the things you need 
to do to test a system require a visual tool to do so, it would be nice if 
the sandbox version = the real version except obviously ads dont run and it 
does not cost money to test. This is absolutely important for adwords devs 
like myself to keep a cool head to know that what they build with adwords 
sandbox will work. 

In most cases we just have enough time to write the code to do the work 
needed. Usually when we goto production we find out what we thought was 
wrong. The integration I am doing with adwords I have to test against 
production because the TEST environment does not really model what I need it 
to do. It would be nice if you guys had it on the roadmap to have 
an environment for testing that mirrors whats in production.

- Mike

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Registering new users through API

2011-06-15 Thread mc c
it would be nice if it did especially with the new Adword ID Creation in the 
MCC, that would be great if that functionality was exposed in the API.

- Mike

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-06-15 Thread mc c
For the api to work you need to have billing info on hand in the MCC log in 
and change or add your billing information to a approved card,


Log into the mCC account and goto the billing tab open the billing tab and 
navigate to billing Prefrences

Remember it costs money to use the Adwords API. You get some free credits to 
start with but after you exhaust that you pay the fees listed in their fee 
schedule,

For example to schedule a report call (non-definition) it costs 500 credits 
which is about 0.25 (american). 


- Mike

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi,
i've tried the same logic using api version v201101. Now it works and
retrieves
all keywords under all campaigns. But i couldn't figure out how to
retrieve
the keyword statistics using the adgroupcriterionservice under api
v201101.
There is no example to refer how to retrieve the stats. Please suggest
how to do that.

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


v201101 cross-client reports

2011-06-15 Thread rayden
Hello guys,

This is very HOT topic, and one month ago you said, its about few
weeks,
till its finnished. I think it really is a must have function, and
agencies have
really hard time working with v13, and 201101, and all this mess.

When can we expect cross client reports? Real date please.

Best regards,
Luka

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi,
  BiddableAdGroupCriterions returned via that service have a field named 
stats: 
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Stats.html

This field will give you the stats for a keyword (or other type of 
criterion).  You will also need to specify the stats you are looking for in 
the fields list of the generic selector for v201101.

-Kevin

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi,
i tried to do that but i couldn't figure out how to specify
the required fields in generic selector. I've to retrieve
CampaignStats(clicks, conversions etc..) along with Ids. Please give
me an example on how to specify that in fields list of selector.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Conversions in report with no cost or clicks

2011-06-15 Thread GregT
Kevin, thanks for responding.

At this point, I wonder if there may be a bug in the adwords reports.
Please tell me if you agree.

I ran across 
http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=145453ctx=top5src=top5
while trying to solve something unrelated.  I can see how reason #3
given there would explain why, generally speaking, it might be
possible to sometimes have a keyword on a given day that has a
conversion but no cost or clicks [to summarize: b/c the click(s) were
determined to be invalid clicks and removed].

For one of the three examples I gave, that seems plausible.  However,
I took your advice and looked in the adwords UI for this client,
looking at the keywords tab and limiting it to just the individual
days of interest.  For the occasion on 5/22/2011, the adwords UI
agrees and shows the conversion and matching conversion value, with 0
clicks and 0 cost.  However, for the 5/19/2011 and 6/4/2011 instances,
the adwords UI does not agree with the v201101 keyword performance and
search performance reports.  Both v201101 reports return that there
were 0 clicks and 0 cost for the given keywords on that day, yet a
conversion with some value, but the adwords UI agrees with the
conversion and its value, but list a click and associated cost.
Shouldn't the adwords UI and the reports agree?

Thanks,
Greg


On Jun 14, 10:40 am, Kevin Winter kevin.win...@google.com wrote:
 Greg,
   You might also want to post this on the regular AdWords forums if you can
 see the same discrepancy in both AdWords UI and API.

 - Kevin Winter
 AdWords API Team

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


Inconsistent Data: Adwords API Traffic Estimator, and Adwords.google.com Traffic Estimator Tool

2011-06-15 Thread CocosIndeed
I just started using the adwords API and was able to get authenticated
and to play around with the sample scripts. Generally, they are
returning correct campaigns and information however, when I run the
traffic estimator (get_traffic_estimates.py), using my own keywords,
it gives a vastly different number for daily clicks (807 per day-Broad
Match, 17417 per day - Exact Match) than the online tool (94 per day-
Broad, 3784 Exact Match).

Any idea why this may be?

Regards,
Zak

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


How do I get API access?

2011-06-15 Thread Patrick
I am extremely frustrated right now while trying to find the signup
form for Adwords API access. The links in the documentation seem to
lead me in circles, never actually arriving at the form. I had a
similar problem when signing up for Google Maps API, which I did
purchase eventually, where I could not find the signup page, and when
I finally did the form was not displaying (this was eventually
corrected). I'm finding that, while Google products are of very high
quality, the developer support is definitely lax in the keeping
documentation up to date department.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi,
  This code example shows how to get AdGroupCriteria in general: 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllActiveAdGroupCriteria.php

If you added the following to the fields in the selector, you will get the 
appropriate stats:

'Clicks', 'Impressions', 'Cost'

Please note that the field names are case sensitive and specified in the 
description field in the documentation.  Any field listed as 
Selectable(under the field constraints section) must have its name specified 
in the selector's fields to guarantee its value will be populated.

-Kevin

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi,
i've tried the same way. Here is how my code looks like:


$campaignId = (float) '9158116';
$selector = new Selector();


  $selector-fields = array('Id',
'CampaignId','Status','Clicks','Impressions');
  $selector-ordering = array(new OrderBy('CampaignId', 'ASCENDING'));

  // Create predicates.
  $adGroupIdPredicate = new Predicate('CampaignId', 'IN',
array($campaignId));

  $daterange=new DateRange();
$today = date(Ymd);
$yesterday = 
mktime(0,0,0,date(m),date(d)-10,date(Y));
$yesterday = date(Ymd, $yesterday);
$daterange-min=$yesterday;
$daterange-max=$today;
$selector-dateRange=$daterange;

  $selector-predicates = array($adGroupIdPredicate);
  $page = $adGroupCriterionService-get($selector);

  // Display ad group criteria.
if (isset($page-entries))
{
foreach ($page-entries as $adGroupCriterion)
{

//echo criterion 
text.$adGroupCriterion-criterion-text;

echo status.$adGroupCriterion-userStatus;

echo 
clicks.$adGroupCriterion-stats-clicks;

echo 
impressions.$adGroupCriterion-stats-impressions;


}
}
  }


but i couldn't get the clicks and impressions.Please suggest if there
is any mistake in retrieving data.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Ruby client -- download_report.rb failed

2011-06-15 Thread google314
Hi Danial:
For that question I don't mind if the library can be modified a little bit 
since the previous problem can be resolved; however, I think the over 
frequently changing api may cause the original project unstable.   

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AuthenticationError.NOT_ADS_USER

2011-06-15 Thread kath
No I have the same problem with a new gmail login

This time the request info is:
host=adwords-sandbox.google.com 
method=get responseTime=74
operations=0 
units=0 
requestId=0535b7d1e1f5032da38779b7e6ebcaa7 
isFault=true 
faultMessage=AuthenticationError.NOT_ADS_USER @ ; trigger:'507762239034' 
Service[TrafficEstimatorService.get]

In the meantime I have updated the local ruby adwords client (to gem version 
1.3.6), but that has made no difference to the error.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Ruby client -- download_report.rb failed

2011-06-15 Thread google314
Hi Danial:
Yes, I think it is OK to modify it locally, but I do not know where the 
problem is, could you tell me how do I modify the library, please?

Thanks.

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