Re: Traffic Estimator Service

2010-12-06 Thread Ben Vincent
Hi Anash,

Just wondered if you managed to find anything out about this? Are
there any further details I can give you to help?

Cheers,

Ben

On Dec 3, 1:59 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Ben,

 I'll take a look the requests later today and update this thread once
 I have more details.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Dec 2, 4:46 pm, Ben Vincent b...@trafficsmart.co.uk wrote:



  Hi Anash,

  I am working with Hylton on this, so can provide the details.

  We are using the .Net client library which I just noticed was written
  by you :-)

  An Example request ID on old API (V13) that gives us clicks back as a
  float
  f314b8d1f2739537fd712342c2a63b9a

  An Example Request ID on new API (V201008) that gives the clicks back
  as a long
  0a40ae685bfe955945fd957740ff2fd9

  Let me know if you require any other details.

  Kind Regards,

  Ben

  On Dec 2, 9:58 am, AdWords API Advisor adwordsapiadvi...@google.com
  wrote:

   Hi Hylton,

   Are you using a client library for writing your code? Do you have a
   requestid for a request that you can post here, so I may investigate
   the issue?

   Cheers,
   Anash P. Oommen,
   AdWords API Advisor.

   On Dec 1, 4:14 pm, hylton hyl...@trafficsmart.co.uk wrote:

Hi

We use the TrafficEstimatorService in v13 of the API, and understand
that it will be removed sometime next year, and we will instead have
to use the new TrafficEstimatorService that has been included in
v201008.

However, the new service in v201008 only shows the estimated max
Clicks on a keyword as a LONG, and it appears to be rounded down. This
means if there are less than 30 clicks available on a keyword in a
month, the new TrafficEstimatorService in v201008 just returns an
estimate of 0... The existing v13 service appears much more helpful,
as it returns UpperClicksPerDay as a float, and can return 0.5, say,
if there are approx 15 clicks available per month. This makes the v13
service much better for exploring long tail keywords.

Will the TrafficEstimatorService in v201008 be updated to also return
a FLOAT for the max Clicks, before the v13 service is put into Sunset?

Thanks

Hylton- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 to send keywords to google adwords in the form of array

2010-12-06 Thread shi
Hello Eric,
I am usng PHP client library and want to send keywords in the form of
array ( 10-20 keywords in single request).

After looking to the example file provided the the library, we can send
one keyword at a time.
If we want to send thousands of keywords, there are thousand of soap
request and response and due to it long time needs or some time script
stop executing.

So, I need to send keywords in the form of array that will result in
less request and response send and avoiding script not to stop .

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Traffic Estimator Service

2010-12-06 Thread AdWords API Advisor
Hi Ben,

I'm awaiting the response from the AdWords team, I'll ping them again
today.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Dec 6, 3:33 pm, Ben Vincent b...@trafficsmart.co.uk wrote:
 Hi Anash,

 Just wondered if you managed to find anything out about this? Are
 there any further details I can give you to help?

 Cheers,

 Ben

 On Dec 3, 1:59 pm, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi Ben,

  I'll take a look the requests later today and update this thread once
  I have more details.

  Cheers,
  Anash P. Oommen,
  AdWords API Advisor.

  On Dec 2, 4:46 pm, Ben Vincent b...@trafficsmart.co.uk wrote:

   Hi Anash,

   I am working with Hylton on this, so can provide the details.

   We are using the .Net client library which I just noticed was written
   by you :-)

   An Example request ID on old API (V13) that gives us clicks back as a
   float
   f314b8d1f2739537fd712342c2a63b9a

   An Example Request ID on new API (V201008) that gives the clicks back
   as a long
   0a40ae685bfe955945fd957740ff2fd9

   Let me know if you require any other details.

   Kind Regards,

   Ben

   On Dec 2, 9:58 am, AdWords API Advisor adwordsapiadvi...@google.com
   wrote:

Hi Hylton,

Are you using a client library for writing your code? Do you have a
requestid for a request that you can post here, so I may investigate
the issue?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Dec 1, 4:14 pm, hylton hyl...@trafficsmart.co.uk wrote:

 Hi

 We use the TrafficEstimatorService in v13 of the API, and understand
 that it will be removed sometime next year, and we will instead have
 to use the new TrafficEstimatorService that has been included in
 v201008.

 However, the new service in v201008 only shows the estimated max
 Clicks on a keyword as a LONG, and it appears to be rounded down. This
 means if there are less than 30 clicks available on a keyword in a
 month, the new TrafficEstimatorService in v201008 just returns an
 estimate of 0... The existing v13 service appears much more helpful,
 as it returns UpperClicksPerDay as a float, and can return 0.5, say,
 if there are approx 15 clicks available per month. This makes the v13
 service much better for exploring long tail keywords.

 Will the TrafficEstimatorService in v201008 be updated to also return
 a FLOAT for the max Clicks, before the v13 service is put into Sunset?

 Thanks

 Hylton- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Fault occurred while processing.

2010-12-06 Thread AdWords API Advisor
Hi Bill,

Your RequestHeader namespace is not correct, it should be
o:RequestHeader and the child nodes should be cm:userAgent and so on.
A sample xml snippet is shown below.

o:RequestHeader
  cm:applicationToken**/cm:applicationToken
  cm:authToken**/cm:authToken
  cm:clientEmail**/cm:clientEmail
  cm:developerToken**/cm:developerToken
  cm:userAgent**/cm:userAgent
/o:RequestHeader

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Dec 4, 12:41 am, Bill b...@fuuzio.com wrote:
 Hi.

 I am getting a 'Fault occurred while processing.' error while making
 the following call 
 to:https://adwords-sandbox.google.com/api/adwords/o/v201008/TargetingIde...

 ?xml version=1.0?
 soapenv:Envelope
 xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:o=https://adwords.google.com/api/adwords/o/v201008;
 xmlns:cm=https://adwords.google.com/api/adwords/cm/v201008;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 RequestHeader
 authToken /authToken
 userAgentxxx/userAgent
 developerTokenx...@x.com++usd/developerToken
 clientEmailx...@x.com/clientEmail
 /RequestHeader
 /soapenv:Header
 soapenv:Body
 o:get xmlns:o=https://adwords.google.com/api/adwords/o/v201008;
 xmlns:cm=https://adwords.google.com/api/adwords/cm/v201008;
 o:selector
 o:searchParameters xsi:type=o:RelatedToKeywordSearchParameter
 o:keywords
 cm:textcat/cm:text
 cm:matchTypeBROAD/cm:matchType
 /o:keywords
 /o:searchParameters
 o:ideaTypeKEYWORD/o:ideaType
 o:requestTypeIDEAS/o:requestType
 o:paging
 cm:startIndex0/cm:startIndex
 cm:numberResults100/cm:numberResults
 /o:paging
 /o:selector
 /o:get
 /soapenv:Body
 /soapenv:Envelope

 Any ideas on what I might be doing wrong?

 Thanks.
 -Bill

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Reference: .net: Unable to generate a temporary class (result=1), OperationResult

2010-12-06 Thread AdWords API Advisor
Hi James,

Thanks for pointing this out, I'll document this as part of the .NET
library's NoClientLibrary.wiki article and pass it onto the AdWords
team.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Dec 3, 7:11 pm, James Baxter j.w.bax...@gmail.com wrote:
 Sorry for some reason I could not reply to the original thread 
 here:http://groups.google.com/group/adwords-api/browse_frm/thread/2dbde66d...

 In schema definition, I found that by moving the cardinality rules
 onto the sequence element rather than the child, .NET 2.0 and WCF code
 generation does not collapse the sequences, and thus does not expose
 the bug you have found.

 Try
  xsd:complexType name=C
    xsd:sequence maxOccurs=unbounded minOccurs=0
      xsd:element name=someDate type=xsd:date/
    /xsd:sequence
  /xsd:complexType

 Rather than
  xsd:complexType name=C
    xsd:sequence
      xsd:element maxOccurs=unbounded minOccurs=0 name=someDate
 type=xsd:date/
    /xsd:sequence
  /xsd:complexType

 James

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: MONTHLY_BUDGET_REACHED Error even though I only used 4.7m out of 100m requests

2010-12-06 Thread AdWords API Advisor
Hi Matthias,

The 100M limit of API calls is an upper limit set by the servers on
the amount of API calls you can make in a month. This limit exists to
make sure that a runaway/buggy script doesn't end up making a huge
number of calls to the servers. The actual amount of API units tend to
be lower, and is determined by your monthly API budget (usually
$0.25/1000 API units), but currently $0.2/1000 API units due to
holiday promotion. This explains why you reached the limits by making
roughly 4.7M units worth of API calls. You need to increase your API
budget on your MCC account's API center to fix this error and make
more API calls.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Dec 3, 2:09 pm, adwo...@gutefrage.net adwo...@gutefrage.net
wrote:
 Hi,

 My client center account shows a limit of 100.000.000 API calls due to
 me setting a monthly budget of 100 EUR.

 It shows that I've used 4.773.570 API units in the current month.

 Trying to use the API returns an MONTHLY_BUDGET_REACHED error now.

 How comes? Shouldn't I have tons of API requests left? What can I do
 to be able to use the API again?

 Thanks and regards,
 Matthias

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


problem with AdGroupService today?

2010-12-06 Thread dan
I've been getting this exception all day from the AdGroupService in
production when trying to get all non-deleted ad groups in a given
campaign:

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

I've also had problems downloading my campaigns in the Ad Words
Editor, and it pops up an exception dialog with a similar error
message.
However, the campaign and the campaign targeting services are working
correctly, as I can retrieve my campaigns and targeting info. It's
only havingthe AdGroupService that isn't working.  Is it down today? I
haven't seen any announcements--what's happening?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 to save the report generated from report definition?

2010-12-06 Thread Jeff
Hi,

I have been a newbie to Google adwords api and just started using it
from a week. I have been using latest v201008 API and
AddKeywordsPerformanceReportDefinition.php from examples folder.

I am able to put the proper predicate field and also integrate the
code of Download.php in the page. Now the main issue comes

1) Sometime it is giving me proper message like Report definition
with name ... and id ... was added. and some times it give me 500
internal server error for same script ran again.

2) The main question is, how can i see this data? I have selected XML
as a download format, however, how can i store the data in string
since then only i can process the data and store it in my database.

If this is not possible, is there any URL which i can open directly to
download this report?

I tried a lot and search forums and google docs, everywhere I found
details regarding report generation but can you please tell for the
data being returned can be store in variable or some other tips?

Thanks in advance.

Regards,
Jeff

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


AdGroupService is giving UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I am unable to perform a get operation with the AdGroupService. This
has been giving the internal api error for over 12 hours.
Additionally, AdWords Editor exhibits the same problem and cannot
download my campaigns.

AdWordsEditor gives the error as:
[##]
InternalApiError.Unexpected_Internal_API_ERROR @
com.google.ads.api.shasta.ShastaServerException: eye3
title='RpcStatus=APPLICATION_ERROR. AppErrorCode=0'/
RpcErrorDetail=Could not read shard information for customer
Id=##, Shard=2, Fingerprint=#

However, the CampaignService works fine, my programs can call the
campaign service without any trouble and the AdWordsEditor is able to
populate its list of potential campaigns to download. It's just the
AdGroupService that is not working.

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


Apache goes down when I'm trying to add keywords to a AdGroup

2010-12-06 Thread Minor
Hi.

I've tried to google anything about that but didn't find anything.
I've created a script that successfully gets and creates a campaign/
adgroup.
But when I'm trying to add one or more keywords to adgroup, windows
says that appache would be closed due to error.

I'm using Win7+Apache/2.2.4 (Win32) + PHP/5.3.1
And I'm using API 201008
Here's a chunk of code that causes an error.


foreach ($keywords as $index = $keyword)
{
// Create keyword.
$keyword = new Keyword();
$keyword-text = $keyword;
$keyword-matchType = 'BROAD';

// Create biddable ad group criterion.
$keywordAdGroupCriterion[$index] = new
BiddableAdGroupCriterion();
$keywordAdGroupCriterion[$index]-adGroupId = $adGroupId;
$keywordAdGroupCriterion[$index]-criterion = $keyword;

// Create operations.
$keywordAdGroupCriterionOperation[$index] = new
AdGroupCriterionOperation();
$keywordAdGroupCriterionOperation[$index]-operand =
$keywordAdGroupCriterion[$index];
$keywordAdGroupCriterionOperation[$index]-operator =
'ADD';

$operations[$index] =
$keywordAdGroupCriterionOperation[$index];
}

// Add ad group criteria.
if(!empty($operations))
$result = $adGroupCriterionService-
mutate($operations); // -- this line causes an error


I'll try to find out where's the problem in the mutate function. And
I'll be very thankful if you'll help me with this.
Please ask if you need some additional info.

Thanks,
Alex

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


Is there a way to be more detailed with the TargetingIdeaService?

2010-12-06 Thread Nakor Isalani
When using the TargetingIdeaService it allows me to specify a
CountryTarget to refine the keyword suggestions but not any further
down such as region/city. Is it at all possible to specify a Geo
Location or at least City for keyword suggestions? I keep getting
suggestions from interstate cities/etc otherwise.

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: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I'm having this issue as well.
It happens when I try to pull adgroups with the AdGroupService. The
AdWords Editor also fails with the same error when trying to get
adgroups.
This has been going on for over a day, and I haven't seen any mention
of an API outage!





On Dec 4, 6:08 pm, ADM goo...@scienceops.com wrote:
 Eric,

 Now the problem reappeared the account discussed above yesterday (3 Dec
 2010), and then today we are getting the same problem on 3 other key
 accounts. On everyone of these accounts we get the
 lovely UNEXPECTED_INTERNAL_API_ERROR for anything we do everytime.

 What in the World is going on? This is totally debilitating and
 unimaginably unacceptable.

 Is this a Planned API outage on these accounts? Why?

 Help!!!

 Sincerely,
 Bryan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I have the same problem with my account. I also cannot download my
campaigns in adwords editor. It's been happening since yesterday
morning



On Dec 4, 6:08 pm, ADM goo...@scienceops.com wrote:
 Eric,

 Now the problem reappeared the account discussed above yesterday (3 Dec
 2010), and then today we are getting the same problem on 3 other key
 accounts. On everyone of these accounts we get the
 lovely UNEXPECTED_INTERNAL_API_ERROR for anything we do everytime.

 What in the World is going on? This is totally debilitating and
 unimaginably unacceptable.

 Is this a Planned API outage on these accounts? Why?

 Help!!!

 Sincerely,
 Bryan

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


getLastUnits for performance report

2010-12-06 Thread Federico Ulfo
How can I get the last api units for performance report?
I know there's GetLastUnits but I don't know if I can use it with
performance report.

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: Delayed Billing

2010-12-06 Thread AdWords API Advisor
Hi Murray,

Please follow up with the your support representative.

Best,
- Eric Koleda, AdWords API Team

On Dec 2, 7:52 pm, Murray murraykes...@gmail.com wrote:
 Hello

 This issue is still happening. No billing for two weeks and then a
 full two weeks billing hits. Why has no-one responded? I contacted my
 support rep and they said that they referred the issue to the API
 team. Please respond and please fix the problem.

 Murray

 On Nov 20, 10:01 am, Murray Kester murraykes...@gmail.com wrote:







  Hello. I would like an explanation please as to why no API billing
  appeared on my MCC account for the first 15 days of this month and then
  on the 15th suddenly all the API charges for the entire month appeared.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Delayed Billing

2010-12-06 Thread Murray
Hello Eric

Prior to opening a new topic here I did, in fact, open a ticket with
my support representative. This is what they wrote:

Sometimes the system might be going through an update to the
interface or
other features. At this point, all features of the product might not
be
readily visible. We apologize for the inconvenience this may have
caused
and I have forwarded your comments to the team which develops the
product.
Thank you for your feedback.

Now that is a non-answer to my problem. And my problem is that I don't
get any billing appearing for my API Usage until about the 15th of
each month. However, I run automated reports which use the API every
single day. The web interface on Adwords says Usage data is updated
daily. Now clearly that is not the case. So please tell me how can I
monitor my API expenses if the reporting doesn't work?

Best,

Murray

On Dec 7, 2:36 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Murray,

 Please follow up with the your support representative.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 2, 7:52 pm, Murray murraykes...@gmail.com wrote:







  Hello

  This issue is still happening. No billing for two weeks and then a
  full two weeks billing hits. Why has no-one responded? I contacted my
  support rep and they said that they referred the issue to the API
  team. Please respond and please fix the problem.

  Murray

  On Nov 20, 10:01 am, Murray Kester murraykes...@gmail.com wrote:

   Hello. I would like an explanation please as to why no API billing
   appeared on my MCC account for the first 15 days of this month and then
   on the 15th suddenly all the API charges for the entire month appeared.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Word not being returned correctly

2010-12-06 Thread AdWords API Advisor
Hi Fredrik,

This is a known issue, where for some words the accented and non-
accented versions are being combined.  The core engineering team is
working on a resolution, but I don't have any estimates as to when it
will be complete.

Best,
- Eric Koleda, AdWords API Team

On Dec 3, 2:19 am, Fredrik S fredrik.st...@mazemedia.se wrote:
 Hello,
 I have a problem with the swedish word storstad. I want to fetch
 basic stats for the word, as well as related keywords.

 Everything seems to work properly I get stats back, but not for the
 word I sent in. AdWords somehow changes the word to storstäd which
 has a completly different meaning.

 Is there any way of getting back data for the word i send in?

 The AdWords Keyword Tool acts the same way.

 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: Questions on V7.0.0 API usage

2010-12-06 Thread AdWords API Advisor
Hi Visweswar,

I removed your last post because it contained SOAP requests with
visible auth tokens and developer tokens.  Please ensure you remove
these values before posting to the forum.

Best,
- Eric

On Dec 4, 10:03 am, Visweswara Reddy Marada vmar...@gmail.com wrote:
 Thanks Eric for sharing thoughts.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: MONTHLY_BUDGET_REACHED Error even though I only used 4.7m out of 100m requests

2010-12-06 Thread Murray Kester
Hello Anash


My question is how can the system allow 4.7 million queries to run when
his budget is only 100 Euros? 4.7 million queries would cost about 900
od Euros. Are the monthly budgets enforced at all? If not what is the
point of having them there?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: last 30 day search query report generated using AdWords API does not match same report generated from Google My Client Center

2010-12-06 Thread AdWords API Advisor
Hi,

MCC reports are not yet available through the API.  The SEARCH_QUERY
report available in the API corresponds to the report available in the
Dimensions tab called Search terms.

Best,
- Eric Koleda, AdWords API Team

On Dec 4, 1:43 am, win mccgoo...@winster.com wrote:
 We are using AdWords API to generate the last 30 day search query
 performance report. We expect that the report would contain the exact
 same data as the report that we generate from Google My Client
 Center(MCC)-Client Report. However, there are discrepancies.

 The MCC version contains more data. Some of this extra data contains
 some queries like 15 other unique queries, some foreign language
 queries, and a lot more zero impression queries. The report generated
 from the API also contains some data ( a lot less) that don't appear in
 the MCC generated report.

 Why is there a discrepancy between same last 30 day search query
 performance report generated from AdWords API and the MCC, and how can
 I get the AdWords API generated report to match the MCC generated
 report?

 Thanks in advance for your 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


Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread AdWords API Advisor
Hi Bryan,

Unfortunately I don't have any updates regarding this issue.  It looks
like this error spiked on 12/03, but has been decreasing since then.
Have you noticed the same?

Best,
- Eric

On Dec 4, 11:40 pm, dan disko...@gmail.com wrote:
 I'm having this issue as well.
 It happens when I try to pull adgroups with the AdGroupService. The
 AdWords Editor also fails with the same error when trying to get
 adgroups.
 This has been going on for over a day, and I haven't seen any mention
 of an API outage!

 On Dec 4, 6:08 pm, ADM goo...@scienceops.com wrote:







  Eric,

  Now the problem reappeared the account discussed above yesterday (3 Dec
  2010), and then today we are getting the same problem on 3 other key
  accounts. On everyone of these accounts we get the
  lovely UNEXPECTED_INTERNAL_API_ERROR for anything we do everytime.

  What in the World is going on? This is totally debilitating and
  unimaginably unacceptable.

  Is this a Planned API outage on these accounts? Why?

  Help!!!

  Sincerely,
  Bryan

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


Report !!!1|||4049374|||Unexpected exception???

2010-12-06 Thread joel
I'm getting repeated Unexpected exceptions try to call an
ADGROUP_PERFORMANCE_REPORT. This Report has worked previous, it only
started failing recently.

!!!1|||4049374|||Unexpected exception???

API v201008

I see there were other, older posts here with a similar error for
other reports but no mention of a resolution. Let me know if you see
any additional information.

Joel

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

2010-12-06 Thread Paul Poulton
I am a Data Warehouse developer, who has been given the opportunity to
support the google API which is an import source of data for our DW.
Currently we have a VB Solution built for V13 using the ReportService
WSDL it simply gets the required fields from the Keyword Report and
loads to the database.  All Good.

From various background reading I understand that V13 will be sunset
so my first task is to Migrate to the latest version V201008.  The
recommended method is to use Client Libraries which I have downloaded
the .Net version of.
Great its in C# not VB (ill live with that).  There is alot of stuff I
have no need off, I think all I want is the ReportDefinitionService.
Do I take the bits I want over to my own project ?  What other
references/classes/objects/etc do I require ?  Is there a Adwords API
for dummies, there is enough information to let me think I might be
able to do this, but a lack of method.  Kind like; to make a cake you
need floor, eggs, butter, milk.  Cook It and Enjoy.  And over here are
some Marble Cakes, Upside Cakes and a Jam Rolly Polly.  What I would
like is the Recipe.

Once I have a working Keyword Report, then I need to fetch it for the
Google Mobile client account which was added recently and they
expected to magically arrive in the database.
And then I have do something about splitting impressions by Google
Seach and Search Partners.


Should I just give up find a Application developer and go back to my
data cave.

Kind 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: Getting automatic placements via 201008 API

2010-12-06 Thread tsmthiago
Hello Dave, today I was trying to get this report too, and got the
same
error. My result on AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT were the
same
at MANAGED_PLACEMENTS_PERFORMANCE_REPORT (cost, click, cpc, ...).

There is any news about this issue??

How can I get this data through API while Google don't fix this issue?

thanks,
Thiago.

On 26 nov, 06:36, DaveOz daveo...@gmail.com wrote:
 Thanks Thiago,
 Unfortunately the report is incorrect even for older data.
 Regards,
 Dave.

 On Nov 24, 11:30 am, Thiago Medeiros tsmthi...@gmail.com wrote:







  Hello Dave!!

  Maybe your problem occur because you are getting recent data and this
  report isn't 100% processed.. try to get a range date like 7 days and
  the
  last day ending 15 days ago.. e.g: 11/01 to 11/15

  i hope it helps.
  Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread ADM
Eric,


I am still seeing these UNEXPECTED_INTERNAL_API_ERROR message for these
key 4 accounts on all calls.


This is a very serious issue. We went literally months with nothing
like this occuring, and now we see it all the time with apparently no
solution in sight; this has been going on for weeks.


How is this every going to be really solved?


I guess I am left will escalating through my major clients that this is
directly affecting.


Help! Thoughts?


Best regards,
Bryan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
Eric,


Could you please escalate this issue with engineering? I have a large
account and need the api to work so I can manage it.


thanks,
dan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Apache goes down when I'm trying to add keywords to a AdGroup

2010-12-06 Thread Minor
Thanks for attention, but I've already found a stupid thing I've wrote
there. I'm putting $keyword object as the text for $keyword object
that makes recursion.
So the solution is to use different name for $keyword variable that
contain keyword text.
Like:
 foreach ($keywords as $index = $keyphrase)
 {
 // Create keyword.
 $keyword = new Keyword();
 $keyword-text = $keyphrase;
 $keyword-matchType = 'BROAD';
...

Hope that'll help to somebody =)
Alex.



On 4 дек, 19:05, Minor gmino...@gmail.com wrote:
 Hi.

 I've tried to google anything about that but didn't find anything.
 I've created a script that successfully gets and creates a campaign/
 adgroup.
 But when I'm trying to add one or more keywords to adgroup, windows
 says that appache would be closed due to error.

 I'm using Win7+Apache/2.2.4 (Win32) + PHP/5.3.1
 And I'm using API 201008
 Here's a chunk of code that causes an error.

 
 foreach ($keywords as $index = $keyword)
         {
             // Create keyword.
             $keyword = new Keyword();
             $keyword-text = $keyword;
             $keyword-matchType = 'BROAD';

             // Create biddable ad group criterion.
             $keywordAdGroupCriterion[$index] = new
 BiddableAdGroupCriterion();
             $keywordAdGroupCriterion[$index]-adGroupId = $adGroupId;
             $keywordAdGroupCriterion[$index]-criterion = $keyword;

             // Create operations.
             $keywordAdGroupCriterionOperation[$index] = new
 AdGroupCriterionOperation();
             $keywordAdGroupCriterionOperation[$index]-operand =
 $keywordAdGroupCriterion[$index];
             $keywordAdGroupCriterionOperation[$index]-operator =
 'ADD';

             $operations[$index] =
 $keywordAdGroupCriterionOperation[$index];
         }

         // Add ad group criteria.
         if(!empty($operations))
             $result = $adGroupCriterionService-mutate($operations); // -- 
 this line causes an error

 

 I'll try to find out where's the problem in the mutate function. And
 I'll be very thankful if you'll help me with this.
 Please ask if you need some additional info.

 Thanks,
 Alex

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


support for oAuth2?

2010-12-06 Thread Daniel Kehoe
I see that the PHP client library now has support for authentication
using OAuth (as an alternative to Google Client Login).

Is this OAuth or OAuth2? Is there support for OAuth2?

I ask because I'm developing in Ruby and we have some nice libraries
(rubygems) to easily implement OAuth2 (but not OAuth v1). I'd like to
use OAuth2 instead of the Google Client Login to avoid the need to
cache and refresh the AdWords API access authorization token.

-- Daniel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: last 30 day search query report generated using AdWords API does not match same report generated from Google My Client Center

2010-12-06 Thread win
I didn't know that the Search Query Performance Report from the MCC
can't be retrieved from AdWords API. Thanks
for letting me know.

By the way, I did another run of the search query performance report
(Last 30 days Nov 6, 2010 - Dec 5, 2010)
from adwords api and came up with 17,347 records and then went to the
Dimensions tab and selected the Search terms
view for the same date range, and there are 16,204 records. Why aren't
they the same?

Thanks again!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdGroupService is giving UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
This is still happening and it happens *every* time--it's not
intermittent. This means AdWords editor is completely unusable because
I can't download my camapaigns, and I haven't been able to manage my
account because of this since Dec3.
Is there any status on this error?




On Dec 4, 2:56 am, dan disko...@gmail.com wrote:
 I am unable to perform a get operation with the AdGroupService. This
 has been giving the internal api error for over 12 hours.
 Additionally, AdWords Editor exhibits the same problem and cannot
 download my campaigns.

 AdWordsEditor gives the error as:
 [##]
 InternalApiError.Unexpected_Internal_API_ERROR @
 com.google.ads.api.shasta.ShastaServerException: eye3
 title='RpcStatus=APPLICATION_ERROR. AppErrorCode=0'/
 RpcErrorDetail=Could not read shard information for customer
 Id=##, Shard=2, Fingerprint=#

 However, the CampaignService works fine, my programs can call the
 campaign service without any trouble and the AdWordsEditor is able to
 populate its list of potential campaigns to download. It's just the
 AdGroupService that is not working.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: support for oAuth2?

2010-12-06 Thread chris h
Interesting. If the API supports OAuth, that should be documented in
the API. But I can't even find a page on authentication in the docs.
Anyone have a link?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: support for oAuth2?

2010-12-06 Thread Daniel Kehoe


On Dec 6, 1:34 pm, chris h back5...@gmail.com wrote:
 Interesting. If the API supports OAuth, that should be documented in
 the API. But I can't even find a page on authentication in the docs.
 Anyone have a link?

Oauth support was added to the PHP client library in version 2.3.0
released Sep 15, 2010 (according to the CHANGELOG).

It's documented in the PHP client library README:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README

And you can read the source for an example:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/Other/UseOAuth.php

All fine for PHP users.

I'd like to use OAuth2 for a Ruby implementation of access to the
AdWords API. I'm happy to make my code available as open source. Just
would like to know if OAuth2 will work (good support in the Rails
community) or is this only OAuth v1 (in which case
there's less support).

-- Daniel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread AdWords API Advisor
Hi Bryan,

Can you send the four customer IDs for these accounts to
adwordsapiadvi...@google.com and then ping this thread?

Best,
- Eric

On Dec 6, 12:32 pm, ADM goo...@scienceops.com wrote:
 Eric,

 I am still seeing these UNEXPECTED_INTERNAL_API_ERROR message for these
 key 4 accounts on all calls.

 This is a very serious issue. We went literally months with nothing
 like this occuring, and now we see it all the time with apparently no
 solution in sight; this has been going on for weeks.

 How is this every going to be really solved?

 I guess I am left will escalating through my major clients that this is
 directly affecting.

 Help! Thoughts?

 Best regards,
 Bryan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: problem with AdGroupService today?

2010-12-06 Thread AdWords API Advisor
Hi Dan,

Can you provide a request ID for a request that exhibits this
behavior?

Best,
- Eric Koleda, AdWords API Team

On Dec 3, 7:11 pm, dan disko...@gmail.com wrote:
 I've been getting this exception all day from the AdGroupService in
 production when trying to get all non-deleted ad groups in a given
 campaign:

 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

 I've also had problems downloading my campaigns in the Ad Words
 Editor, and it pops up an exception dialog with a similar error
 message.
 However, the campaign and the campaign targeting services are working
 correctly, as I can retrieve my campaigns and targeting info. It's
 only havingthe AdGroupService that isn't working.  Is it down today? I
 haven't seen any announcements--what's happening?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdGroupService is giving UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread AdWords API Advisor
Hi Dan,

Let's consolidate this conversation into your existing thread:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/3849d5c7c2f5300c/

Best,
- Eric Koleda, AdWords API Team

On Dec 6, 4:07 pm, dan disko...@gmail.com wrote:
 This is still happening and it happens *every* time--it's not
 intermittent. This means AdWords editor is completely unusable because
 I can't download my camapaigns, and I haven't been able to manage my
 account because of this since Dec3.
 Is there any status on this error?

 On Dec 4, 2:56 am, dan disko...@gmail.com wrote:







  I am unable to perform a get operation with the AdGroupService. This
  has been giving the internal api error for over 12 hours.
  Additionally, AdWords Editor exhibits the same problem and cannot
  download my campaigns.

  AdWordsEditor gives the error as:
  [##]
  InternalApiError.Unexpected_Internal_API_ERROR @
  com.google.ads.api.shasta.ShastaServerException: eye3
  title='RpcStatus=APPLICATION_ERROR. AppErrorCode=0'/
  RpcErrorDetail=Could not read shard information for customer
  Id=##, Shard=2, Fingerprint=#

  However, the CampaignService works fine, my programs can call the
  campaign service without any trouble and the AdWordsEditor is able to
  populate its list of potential campaigns to download. It's just the
  AdGroupService that is not working.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: problem with AdGroupService today?

2010-12-06 Thread dan
an example request id is:

f59e8bb987325239ac5a134b740bb4d5


thanks,
dan



On Dec 6, 5:30 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Dan,

 Can you provide a request ID for a request that exhibits this
 behavior?

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 3, 7:11 pm, dan disko...@gmail.com wrote:







  I've been getting this exception all day from the AdGroupService in
  production when trying to get all non-deleted ad groups in a given
  campaign:

  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

  I've also had problems downloading my campaigns in the Ad Words
  Editor, and it pops up an exception dialog with a similar error
  message.
  However, the campaign and the campaign targeting services are working
  correctly, as I can retrieve my campaigns and targeting info. It's
  only havingthe AdGroupService that isn't working.  Is it down today? I
  haven't seen any announcements--what's happening?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread ADM
Eric,


I just sent the information requested to the email given. I assume this
is a private email.


I agree with Dan it is most likely due to AdGroup services failure.


Please let me know the resolution.


Best regards,
Bryan

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


Just Started and Completely Lost

2010-12-06 Thread SarahSmith
So, I've been using AdWords for a long time but just recently created a
new account so I could get a MCC account and use the API. I have a
developer token and have set up billing. I then downloaded and
installed the PHP client library but here is where I'm stuck.

I've watched the video on getting started with the sandbox and followed
the setup (change auth.ini and settings.ini) but no matter which
example I try, I get Failed to get authToken. Reason:
BadAuthentication until it switches to the captcha error.

I've tried reading articles and documentation but everything indicates
that what I've done should work.

What do I do now?

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