Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2011-10-13 Thread Anash P. Oommen
Hi Steven,

Try using a fresh login email to make calls to AdWords sandbox and see if 
that works. If not, post a sanitized SOAP request and response xml here and 
I'll take a look.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

2011-10-13 Thread Anash P. Oommen
Hi,

Please read the previous post and follow the instructions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


Campaign performance report

2011-10-13 Thread Jay
How do i get the actual values for the impressionshare? in php code?
could u show me how to do this please?

thanks
jay

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


API Login failed

2011-10-13 Thread awan
 

We newly set up a AdWords account. The login works for UI web interface but 
not for API.

API always gave me "AuthToken login failed. See ErrorCode for more details." 
message.

Any suggestions? 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


Caching ClientLogin auth credentials in ruby?

2011-10-13 Thread John Li
Re-pinging.  Anyone have a best practice on caching the auth token across
when using ClientLogin and the ruby api?

Thanks in advance,
John

On Tue, Oct 11, 2011 at 3:50 PM, John Li  wrote:

> Hello,
>
> What's the best way to save authorization credentials across different
> logins with Ruby?  I'm following the example at
> http://code.google.com/p/google-api-ads-ruby/wiki/AdWordsReadme, and my
> app will be repeating the same 1-2-3 steps as in the example:
>
>1. adwords = AdwordsApi::Api.new
>2. campaign_srv = adwords.service(:CampaignService, :v201101)
>3. 
>
> My app will be repeating this pattern a lot.  I'm trying to follow best
> practices and find a way to cache the ClientLogin credentials so I won't hit
> CAPTCHA issues, but I don't see a way to do this elegantly.
>
> Caching the entire AdwordsApi::Api object seems excessive (and Ruby's
> Marshal can't dump the obj anyways), and I see no way to get/set the actual
> authToken from the object.
>
> Thanks in advance, and apologies if this has already been asked.
>
> Cheers,
> John Li
>
>
> --
>
>

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


where can I find the AdParams in the web interface

2011-10-13 Thread u_api_user
Hi Adwords-Team,

can you tell me, where I can find the AdParams in the adwords web
interface after uploading them via API functionality. And if there is
no such possibility, how can we check the correctness of the uploading
process? The second question is, is there also a way to change those
AdParams using the web interface?

Thanks for your reply.

Best Regards.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-13 Thread Reed
I was getting the same error as the OP, tried the suggested report
definition, and am still getting the same error.  Tried removing the
predicate completely, still got the error.  Tried example report
definition straight from the v201109 docs (http://code.google.com/apis/
adwords/docs/reportingtopics.html#adhoc) and same error. Problem does
not appear to be account specific.  Have tried doing both GET and
POST, no difference in results.

Since all data is now in the http header, maybe it would be useful for
the AdWords team to post a sample dump of an http message so that we
can see exactly what is in it for a successful request?

thanks,
-reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdWords API v201109 is now available

2011-10-13 Thread Daniel Bergholm
My bad; the ServicedAccountService returns currency as of v201101, but still 
not timezone.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdWords API v201109 is now available

2011-10-13 Thread Daniel Bergholm

On Monday, 10 October 2011 09:39:54 UTC+2, Stefan Podkowinski wrote:
>
>
> We can't migrate to the new ServicedAccountService yet, as it does not 
> return the currency and timezone of the account. 
>
>
Yes, it does. As of v201101: 
http://code.google.com/apis/adwords/docs/reference/v201101/ServicedAccountService.Account.html
 



On another note; the documentation (and the WSDL) seems to be incomplete in 
some places, for example 
CampaignTargetService

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


Developer Token

2011-10-13 Thread beaviebugeater
I had acquired a developer token, completed development on my product
and then had my token deactivated while waiting for my first customer
to begin beta testing.

I have requested reinstatement a week ago and I'm still waiting.

What do I have to do to get my freaking token re-enabled?

PLEASE someone help.  You're killing me.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Schedule a Report

2011-10-13 Thread Kevin Winter
Hi,
  As recently announced (
http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-launch-providing.html)
 
cross-client reporting will not be available in v201109 and all other 
versions are being sunset at the end of February.  As a result, your best 
bet is to to use the new Ad Hoc reports (
http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc) which 
don't cost any units and run the same report for all your accounts.  We 
published java code to demonstrate how to accomplish this: 
http://code.google.com/p/google-api-adwords-java/source/browse/apps/multipleclientreportdownloader/src/com/google/api/adwords/reportdownload/

- 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: Adwords API Sandbox

2011-10-13 Thread Kevin Winter
Hi,
  If you run the GetAllCampaigns example (
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetAllCampaigns.java)
 
using credentials for the sandbox, it will set up your sandbox account. 
 Sandbox docs: http://code.google.com/apis/adwords/docs/sandbox.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


Destination Auto-tagging

2011-10-13 Thread Brilliant Media
Does the API allow you to retrieve (or even better manage) the status
of Destination Auto-tagging (see
http://www.google.com/support/analyticshelp/bin/answer.py?hl=en&answer=1033981&ctx=cb&src=cb&cbid=-4iskbj91b8xm&cbrank=1)

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: CURL_FOLLOWLOCATION and open basedir problems

2011-10-13 Thread Flanders
Thank you for your response, Eric. I will give it a try. A colleague
of mine also suggested that I could try to log whether a redirect
occured or not.

Kind regards,
Flanders

On 12 Okt., 18:04, Eric Koleda  wrote:
> Hi Flanders,
>
> I don't believe that we actually are following redirects anywhere, and this
> may have been turned on for a "just in case" scenario.  Can you try
> disabling it in CurlUtils.php and see if that resolves your issue? If so,
> please open a bug on the issue tracker to have this fixed in the next
> release:
>
> http://code.google.com/p/google-api-adwords-php/issues/list
>
> Best,
> - Eric Koleda, 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: Reporting: v201109 supports OAuth?

2011-10-13 Thread neilpaterson
Ah - found the answer in another post:

http://groups.google.com/group/adwords-api/browse_thread/thread/702cea55d357de27#

PS. It's "yes" :)

On Oct 13, 10:32 am, neilpaterson  wrote:
> Hi all
>
> With the launch of v201109, does this mean we can now download reports
> (AdHoc) having authenticated with oAuth?
>
> Neil

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


get average CPC ?

2011-10-13 Thread cheops
Hi,
using "gettrafficestimate.php" it is possible to get the estimated CPC based 
on a given money invest (100 = 1$).
I'm interested in getting the average CPC for a keyword WITHOUT giving the 
planed invest. So, what is the average value people are paying for a 
specific keyword? Is this possible?

THX

Regards
Marcus

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


Reporting: v201109 supports OAuth?

2011-10-13 Thread neilpaterson
Hi all

With the launch of v201109, does this mean we can now download reports
(AdHoc) having authenticated with oAuth?

Neil

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Developer token Pending Approval - NEED to FIX ASAP

2011-10-13 Thread rayden
Forget about it for the next couple of weeks. You are not the only one
waiting. Its really

On Oct 13, 12:29 am, roi  wrote:
> Hi there
>
> I have been emailing this email address for quite some time, and have
> receive no response. Hope someone is able to address my issues.
>
> Our API Tokens has been removed, we believe due to an expired credit
> card detail which was updated last week, but the developer token is
> still in pending
>
> Pending detail is of below;
> Developer token - Pending Approval kETmbUEuDs52OIHlhVWyzA
> Agency/SEM
> Return On Investmenthttp://roi.com.au
> 51-500 employees
> s...@roi.com.au
> Advertising for myself or my company only
>
> Are we able to fast track this? And if you can advise me how long
> before we able to get our token back.
>
> Hope you hear from you
>
> Regards
>
>  Vuthy Thach
>
> 1/117 Croydon Road Surrey Hills, Victoria 3127 Australia
> Ph +61 (03) 9888 4400
> Fax +61 (03) 8677 6998
> Email vuthy.th...@roi.com.au

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


v201008/ServicedAccountService freaking out

2011-10-13 Thread rkk

Hi,

It is second time in row, that ServicedAccountService is returning false 
information.
This is one of requests:
0004af233e358e400aec462210e9

One of accounts that was in the Pending Invitation section of our MCC 
account declined authorization, whereas API returned information about that 
account. This indicated that account was authorized. 
Could you look into?

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