AdWords API Umarshalling error

2009-08-17 Thread Exiges

Hello,

I'm receiving the following error from the live server:

[Mon Aug 17 12:57:32 2009] Incoming Response:
http://schemas.xmlsoap.org/soap/
envelope/">soap:ServerUnmarshalling Error: ParseError at [row,col]:
[1,1040]
Message: Invalid byte 1 of 1-byte UTF-8 sequence. 

Unmarshalling Error: ParseError at [row,col]:[1,1040]
Message: Invalid byte 1 of 1-byte UTF-8 sequence.

This is what I'm sending (identifying code redacted)

[Mon Aug 17 12:57:31 2009] Outgoing Request:
http://www.w3.org/2001/XMLSchema-
instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
>https://adwords.google.com/api/
adwords/cm/v200906">REDACTEDREDACTEDREDACTEDREDACTEDPerl Google::AdWords::Client v1.2.1https://adwords.google.com/api/adwords/cm/
v200906">SETREDACTEDREDACTEDREDACTEDREDACTEDREDACTEDREDACTEDREDACTEDENABLED

Any ideas ?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Umarshalling error

2009-08-17 Thread Exiges

I'm guessing it's because I'm putting £ symbols in the headline/
description.. but what is the way around it, using the Google Perl API
code ?


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



AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread AdWords API Advisor

Hi Ernie,

When did that error occur?  We are trying to locate it in the logs and
knowing the time of the error (and your timezone) would help.

Thanks,
- Eric

On Aug 17, 2:51 am, ernnie  wrote:
> same here: here's the soap request and response:
>
> Request:
>
> 
> http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:ns1="https://adwords.goog
> le.com/api/adwords/cm/v200906"> xmlns="https://adwords.google.com/api/adwords/
> cm/
> v200906">DQAAAH8AAAC6EmNlvQyf6FVkixpw6eEwJagOsOESaYigsZ1LkqVE4Up 
> 7guH4ej4-
> WTsg2BEH_tIuBfzBSJQaCF
> Cz0Bf4VGWy97g17I36uWL1RvrsL8SbXMybohR98r2hfwrOnBqQIaLkMkvNOySHeGnrVldMzngrq 
> dS3GGK9oDsEbeTbSwceNA authToken><
> clientEmail>client_1+ernni...@gmail.comKatana
> Agent*** developerToken>* RequestHeader>
>  elector>
>
> Response:
>
> http://schemas.xmlsoap.org/soap/
> envelope/">0957b70f52f39887 
> c81c8fc011fa1ba4 tions>11091 ResponseHeader>soap:ServerInternalApiErro
>  r.UNEXPECTED_INTERNAL_API_ERROR @
>
> I
> nternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  message>ApiException nException.Type>http://www.w3.org/2001/XMLSchema-
> instance" xsi:type="InternalApiError"> eldPath> trigger>InternalApiError ApiError.Type>UNEXPECTED_INTE
> RNAL_API_ERROR soap:Fault>
>
> On Aug 15, 5:53 am, AdWords API Advisor 
> wrote:
>
>
>
> > Hi,
>
> > Thanks for the information, I'll get in touch with the core
> > engineering team and let them that some users are still experiencing
> > issues.  I'll update this thread when I have more information.
>
> > Best,
> > - Eric
>
> > On Aug 14, 4:47 pm, Mauro  wrote:
>
> > > Yeap! I'm getting the same error.
>
> > > Response XML:
>
> > > http://schemas.xmlsoap.org/soap/
> > > envelope/">dde29a24c3b217361ada4cece21131b6 > > requestId>1177 > > responseTime>1 > > soap:Header>soap:Server > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > message>ApiException > > ApplicationException.Type>http://www.w3.org/2001/
> > > XMLSchema-instance" xsi:type="InternalApiError"> > > fieldPath>InternalApiError > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > ApiExceptionFault>
>
> > > On Aug 14, 3:34 pm, knguyen  wrote:
>
> > > > Response XML:
>
> > > >  > > > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > > > envelope/">86db7870c60f40d427b70faa0761c80d > > > requestId>1233 > > > responseTime>1 > > > soap:Header>soap:Server > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > message>ApiException > > > ApplicationException.Type> > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > ApiExceptionFault>
>
> > > > If you're interested, here is the code:
> > > >  CampaignServiceInterface service = user.getService
> > > > (AdWordsService.V200906.CAMPAIGN_SERVICE);
>
> > > >     CampaignPage page = service.get(new CampaignSelector());
> > > >     for (Campaign campaign : page.getEntries()) {
> > > >       System.out.println(campaign.getName() + " " + campaign.getId());
> > > >     }
>
> > > > On Aug 14, 10:22 am, AdWords API Advisor
>
> > > >  wrote:
> > > > > Hi,
>
> > > > > Are you receiving the same fault code as reported earlier?  Can you
> > > > > post the response SOAP XML?
>
> > > > > Thanks,
> > > > > - Eric
>
> > > > > On Aug 14, 11:54 am, knguyen  wrote:
>
> > > > > > I'm still getting this error  in sandbox environment when getting 
> > > > > > the
> > > > > > campaigns from a client account.
>
> > > > > > On Aug 14, 6:47 am, AdWords API Advisor 
> > > > > > 
> > > > > > wrote:
>
> > > > > > > This issue has been resolved and v200906 requests should be 
> > > > > > > working
> > > > > > > again.  Let us know if you encounter any other errors.
>
> > > > > > > Best,
> > > > > > > - Eric
>
> > > > > > > On Aug 13, 5:51 pm, AdWords API Advisor 
> > > > > > > 
> > > > > > > wrote:
>
> > > > > > > > Many people have noticed that calls made to the the AdWords 
> > > > > > > > v2009 API
> > > > > > > > is returning internal errors for many requests made to it. The 
> > > > > > > > core
> > > > > > > > engineering team was notified of the issue this morning and 
> > > > > > > > they have
> > > > > > > > been looking into it.  I will update this thread with new 
> > > > > > > > information
> > > > > > > > as I receive it.
>
> > > > > > > > Best,
> > > > > > > > - Eric Koleda, AdWords API Team
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API How do I make scheduled and timed ads for adwords?

2009-08-17 Thread prepare4it777

When I looked in the help section it said go under the settings tab
under my online campaigns. hen I went there I saw no settings tab
anywhere. My ad is for my church I go to and rather then spreading out
so much money on the ads running all week where most will have
forgotten by Sunday, I want to schedule them to run Fri, Sat, and Sun.
I want to time the ones that run on Sundays between 5am and 9am. Can
anyone please help me to accomplish this. Thank you so much.

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



AdWords API How can I obtain developer & Application token in Adwords Pro account?

2009-08-17 Thread icv_adwords

Hi Support,

I'm using Adwords Pro (http://iconvex.com/mics/8-17-2009-16-27-58-
PM.png). Now I would like to use Adwords API. How can I obtian
devleoper & application token for existing account?

Thanks,
Eric

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



AdWords API Re: When will v13 be shut down?

2009-08-17 Thread mwilliams

+1

Also wondering if the keywordtool will still exist in 2009 API.

On Aug 17, 1:58 am, dkasak  wrote:
> Hi all. I couldn't find any mention of this; perhaps a decision has
> not yet been made. With the release of the 2009 API ( yes, I know it's
> still incomplete ), I assume v13's days are numbered. Does anyone have
> an exact number, so we can plan our migration to 2009? Thanks.
>
> Dan

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



AdWords API GetKeyword service

2009-08-17 Thread sree...@cybage.com

Hi,

Could you please provide me the sample code for GetKeyword Service in
java v200906 version.

Thanks,
Sreenu.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: GeoTargetting with Perl API v200906

2009-08-17 Thread AdWords API Advisor

Hello,

 You're correct about that. I'm still investigating getting this
resolved as part of the WSDL->Perl module generation, but it may come
down to making local hacks to the generated Perl modules. I'll update
this thread with more information when it's available, and apologies
for the inconvenience.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 13, 8:34 am, Exiges  wrote:
> This problem also affects the NetworkTarget / NetworkTargetList
>
> The get round this, as per the GeoTarget, is to send them singularly,
> and not in an array
>
> HOWEVER, the FATAL problem with this is that when you try to set
>
> SEARCH_NETWORK targets>
>
> You get the error:
> CANNOT_TARGET_SEARCH_SYNDICATION_WITHOUT_GOOGLE_SEARCH
>
> But since you can't post multiple targets in a single operand, theres
> no way of targetting GOOGLE_SEARCH and SEARCH_NETWORK in the same
> command.
>
> Therefore, I can't see anyway of ever programatically getting on the
> Search Network
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: getClientAccounts in C# VS 2008 - WHERE IS IT?!

2009-08-17 Thread AdWords API Advisor

Hello Kenneth,

 Assuming you're using the .NET Client Library (http://code.google.com/
p/google-api-adwords-dotnet/) there's sample code illustrating the
getAccountInfo() method of the AccountService in the Examples
directory. Instead of calling getAccountInfo(), it should be
straightforward to call getClientAccounts() on the AccountService
object.

  
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v13/AccountServiceNoConfigDemo.cs

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 14, 7:55 pm, KennethSum  wrote:
> So I am supposed to use getClientAccounts from AccountService because
> AdWords Sandbox cannot find
> my Email account.  SO WHERE IS the C# code for this? I have tried the
> following:
>
> protected void btnSetClientAcct_Click(object sender, EventArgs e)
>     {
>         // * Set up Client Account
>
>         try
>         {
>         // Provide AdWords login information.
>         String email  ;
>         String password  ;
>         String clientEmail = "INSERT_CLIENT_LOGIN_EMAIL_HERE";
>         String useragent =
>            "INSERT_COMPANY_NAME: AdWords API DotNet Sample Code";
>         String developerToken  ;
>         String applicationToken  ;
>
>         //** Use class for Sandbox variables.
>         clsSandbox SandBoxV = new clsSandbox();
>         email = SandBoxV.Email;
>         password = SandBoxV.Password;
>         developerToken = SandBoxV.DeveloperToken;
>         applicationToken = SandBoxV.ApplicationToken;
>
>         // Set up service connection.
>         com.google.sandbox_AccountService.AccountService serviceAc =
>             new com.google.sandbox_AccountService.AccountService();
>
>         // Define SOAP headers.
>         // serviceAc.emailValue = new email();
>
>         // serviceAc.emailValue = new email();
>         serviceAc.emailValue = new
> com.google.sandbox_AccountService.email();
>         //serviceAc.emailValue = new
> com.google.sandbox_AccountService.email();
>         serviceAc.emailValue.Text = new String[] { email };
>         serviceAc.passwordValue = new
> com.google.sandbox_AccountService.password();
>         serviceAc.passwordValue.Text = new String[] { password };
>         serviceAc.clientEmailValue = new
> com.google.sandbox_AccountService.clientEmail();
>         serviceAc.clientEmailValue.Text = new String[]
> { clientEmail };
>         serviceAc.useragentValue = new
> com.google.sandbox_AccountService.useragent();
>         serviceAc.useragentValue.Text = new String[] { useragent };
>         serviceAc.developerTokenValue = new
> com.google.sandbox_AccountService.developerToken();
>         serviceAc.developerTokenValue.Text = new String[]
> { developerToken };
>         serviceAc.applicationTokenValue = new
> com.google.sandbox_AccountService.applicationToken();
>         serviceAc.applicationTokenValue.Text = new String[]
> { applicationToken };
>
>             // Get client accounts.
>             String[] loginEmails = serviceAc.getClientAccounts();
>
>             // Display login emails.
>             if (loginEmails != null)
>             {
>
>  [ETC.]
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Seed keyword type=Exact with keyword_tool_service

2009-08-17 Thread AdWords API Advisor

Hello Bram,

 The product team responsible for prioritizing features in the v2009
version of the API is aware of the demand for this functionality, and
as we mentioned in the blog post announcing v2009, we do expect there
to be Keyword Tool functionality added in to a future incremental
release (http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-
launch.html). Beyond that, I'm afraid I can't share any specific
information about implementation dates or the like.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 15, 10:18 am, bramiozo  wrote:
> When will the exact/phrase match results be added to the api, because
> imo that's basically what Goose is referring to.
>
> Don't want to be sassy but this has been addressed a looong time ago,
> I want to know when people type my keywords exactly, not broadly or in
> a phrase,
> I am sure I am not the only one.
>
> Regards,
>
> Bram
> On 4 aug, 21:43, AdWords API Advisor 
> wrote:
>
>
>
> > Hello,
>
> >  The behavior is not entirely intuitive, especially if you're familiar
> > with the web-based tool. Please see this blog post:
>
> >  http://adwordsapi.blogspot.com/2009/01/keyword-match-type-and.html
>
> > There have also been a few other threads in this Google Group
> > regarding the same behavior that you can search the archives for.
>
> > Cheers,
> > -Jeff Posnick, AdWords API Team
>
> > On Aug 4, 1:29 pm, Goose  wrote:
>
> > > I tried to change the seed keyword type to an "Exact match" for
> > > keyword_tool_service but didn't see any difference in the result when
> > > compared with "Broad match".
> > > Does match type "Exact" work with getKeywordVariations or is there an
> > > error in the code below?
>
> > > # Create seed keyword structure.
> > > $seed_keyword = 'falsemars > > text>Exact';
> > > $use_synonyms = 'false';
>
> > > # Get keyword variations.
> > > $request_xml = '' .
> > >   '' . $seed_keyword . '' .
> > >   $use_synonyms .
> > >   'en' .
> > >   'US' .
> > >   '';
>
> > > $variation_lists =  $keyword_tool_service->call
> > > ('getKeywordVariations', $request_xml);
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Campaign max number

2009-08-17 Thread AdWords API Advisor

Hello Harut,

 Yes, there are limits on the number of campaigns for a given AdWords
account, and based on what you're saying, you've reached the limit in
your Sandbox account (which is set up to mimic the Production limits).
You can either continue to create campaigns in one of your other
numbered AdWords Sandbox accounts, or mark some of your campaigns as
deleted.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 16, 6:16 am, Harutyun Terteryan  wrote:
> Hi all
>
> Is there limit for campaigns number for  adwords account?
>
> I try to create campaigns in sandbox, and after some number of created
> campaigns I got error from sandbox
>      "This account already has the maximum number of Campaigns permitted."
>
> Best.
> Harut.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread Tam

Hi Eric
If it's any help, note that I got the same result when trying to
access the campaign service a couple of minutes before writing this

Regards

Tam

On Aug 17, 3:11 pm, AdWords API Advisor 
wrote:
> Hi Ernie,
>
> When did that error occur?  We are trying to locate it in the logs and
> knowing the time of the error (and your timezone) would help.
>
> Thanks,
> - Eric
>
> On Aug 17, 2:51 am, ernnie  wrote:
>
> > same here: here's the soap request and response:
>
> > Request:
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:ns1="https://adwords.goog
> > le.com/api/adwords/cm/v200906"> > xmlns="https://adwords.google.com/api/adwords/
> > cm/
> > v200906">DQAAAH8AAAC6EmNlvQyf6FVkixpw6eEwJagOsOESaYigsZ1LkqVE4Up 
> > 7guH4ej4-
> > WTsg2BEH_tIuBfzBSJQaCF
> > Cz0Bf4VGWy97g17I36uWL1RvrsL8SbXMybohR98r2hfwrOnBqQIaLkMkvNOySHeGnrVldMzngrq 
> > dS3GGK9oDsEbeTbSwceNA > authToken><
> > clientEmail>client_1+ernni...@gmail.comKatana
> > Agent*** > developerToken>* > RequestHeader>
> >  > elector>
>
> > Response:
>
> > http://schemas.xmlsoap.org/soap/
> > envelope/">0957b70f52f39887 
> > c81c8fc011fa1ba4 > tions>11091 > ResponseHeader>soap:ServerInternalApiErro
> >  r.UNEXPECTED_INTERNAL_API_ERROR @
>
> > I
> > nternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > message>ApiException > nException.Type>http://www.w3.org/2001/XMLSchema-
> > instance" xsi:type="InternalApiError"> > eldPath> > trigger>InternalApiError > ApiError.Type>UNEXPECTED_INTE
> > RNAL_API_ERROR > soap:Fault>
>
> > On Aug 15, 5:53 am, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > Thanks for the information, I'll get in touch with the core
> > > engineering team and let them that some users are still experiencing
> > > issues.  I'll update this thread when I have more information.
>
> > > Best,
> > > - Eric
>
> > > On Aug 14, 4:47 pm, Mauro  wrote:
>
> > > > Yeap! I'm getting the same error.
>
> > > > Response XML:
>
> > > > http://schemas.xmlsoap.org/soap/
> > > > envelope/">dde29a24c3b217361ada4cece21131b6 > > > requestId>1177 > > > responseTime>1 > > > soap:Header>soap:Server > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > message>ApiException > > > ApplicationException.Type>http://www.w3.org/2001/
> > > > XMLSchema-instance" xsi:type="InternalApiError"> > > > fieldPath>InternalApiError > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > ApiExceptionFault>
>
> > > > On Aug 14, 3:34 pm, knguyen  wrote:
>
> > > > > Response XML:
>
> > > > >  > > > > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > > > > envelope/">86db7870c60f40d427b70faa0761c80d > > > > requestId>1233 > > > > responseTime>1 > > > > soap:Header>soap:Server > > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > > message>ApiException > > > > ApplicationException.Type> > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > > ApiExceptionFault>
>
> > > > > If you're interested, here is the code:
> > > > >  CampaignServiceInterface service = user.getService
> > > > > (AdWordsService.V200906.CAMPAIGN_SERVICE);
>
> > > > >     CampaignPage page = service.get(new CampaignSelector());
> > > > >     for (Campaign campaign : page.getEntries()) {
> > > > >       System.out.println(campaign.getName() + " " + campaign.getId());
> > > > >     }
>
> > > > > On Aug 14, 10:22 am, AdWords API Advisor
>
> > > > >  wrote:
> > > > > > Hi,
>
> > > > > > Are you receiving the same fault code as reported earlier?  Can you
> > > > > > post the response SOAP XML?
>
> > > > > > Thanks,
> > > > > > - Eric
>
> > > > > > On Aug 14, 11:54 am, knguyen  wrote:
>
> > > > > > > I'm still getting this error  in sandbox environment when getting 
> > > > > > > the
> > > > > > > campaigns from a client account.
>
> > > > > > > On Aug 14, 6:47 am, AdWords API Advisor 
> > > > > > > 
> > > > > > > wrote:
>
> > > > > > > > This issue has been resolved and v200906 requests should be 
> > > > > > > > working
> > > > > > > > again.  Let us know if you encounter any other errors.
>
> > > > > > > > Best,
> > > > > > > > - Eric
>
> > > > > > > > On Aug 13, 5:51 pm, AdWords API Advisor 
> > > > > > > > 
> > > > > > > > wrote:
>
> > > > > > > > > Many people have noticed that calls made to the the AdWords 
> > > > > > > > > v2009 API
> > > > > > > > > is returning internal errors for many requests made to it. 
> > > > > > > > > The core
> > > > > > > > > engineering team was notified of the issue this morning and 
> > > > > > > > > they have
> > > > > > > > > been looking into it.  I will update this thread with new 
> > > > > > > > > information
> > > > > > > > > as I receive it.
>
> > > > > > > > > Best,
> > > > > > > > > - Eric Koleda, AdWords API Team

--~--~-~--~~~---~--~~
You received this message becaus

AdWords API Re: Umarshalling error

2009-08-17 Thread AdWords API Advisor

Hello,

 That error would imply that you're not sending properly encoded UTF-8
data in your AdWords API request. This might be because your source
file isn't marked for UTF-8 encoding. I'd double-check to make sure
that your source code editor is saving your file in UTF-8 format and
that you have a

  use utf8;

pragma in scope of your code. There's some more info about UTF-8 and
Perl at

  http://perldoc.perl.org/utf8.html

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 8:25 am, Exiges  wrote:
> I'm guessing it's because I'm putting £ symbols in the headline/
> description.. but what is the way around it, using the Google Perl API
> code ?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Geotargeting defaults

2009-08-17 Thread doug s

Hello,

If a campaign is uploaded under an European account with 0 geotargets
assigned, what does the targeting default to? I don't see this in the
v13 API docs.

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



AdWords API Re: v2009 Launch

2009-08-17 Thread AdWords API Advisor

Mauro,

That is correct, the endpoint URL of the web service changes, but the
namespace remains the same.  We are still looking into some sparse
reports regarding the internal errors, check the thread I created for
updates.

Best,
- Eric

On Aug 14, 6:08 pm, Mauro Spivak  wrote:
> Eric,
> I fixed this. Jus for documentation, the error was I was using the same for
> url and for the namespace.
>
> The correct way of accesing the Sandbox is:
>
> url =https://adwords-sandbox.google.com/api/adwords/cm/v200906
> namespace =https://adwords.google.com/api/adwords/cm/v200906
>
> Now I'm stucked with the unexpected internal error issue!
>
> Cheers!
>
> Mauro
>
> On Fri, Aug 14, 2009 at 6:47 PM, AdWords API Advisor <
>
>
>
> adwordsapiadvi...@google.com> wrote:
>
> > Mauro,
>
> > You are correct, signup is not required for the V2009 API in the
> > sandbox environment.  Which URL are you sending the requests to?
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Aug 14, 12:16 pm, Mauro  wrote:
> > > Hi,
>
> > > I just got into the same error
> > > (NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API), but I'm
> > > sending the header as documented.
>
> > > I'm still haven't signed up for v2009 (is that what is called to be
> > > "whitelisted") but I thought it was not necesary for the sandbox
> > > enviroment.
>
> > > Cheers,
>
> > > Mauro
>
> > > On Jul 14, 3:51 pm, tsmthiago  wrote:
>
> > > > Hi, Jeff!
>
> > > > Thanks for reply!
>
> > > > I filled the clientEmail and the code worked!
>
> > > > Now I have two another problems..
>
> > > > I got access the v13 on production, but when I try to access on
> > > > sandbox, I receive the following error: The developer token is
> > > > invalid.
> > > >  -> There are different token's for sandbox/production or v2009/v13?
> > > > I'm using the same developertoken and applicationtoken to both
> > > > (sandbox/production and v2009/v13, is it right?). I only uncomment the
> > > > key of web.config file, according the code:
> > > >     
> > > >     https://sandbox.google.com"/>
>
> > > > I got access the v2009 on the sandbox, but when I try to access v2009
> > > > on production, I receive the following error: "Failed to create
> > > > campaign. Exception says
> > > > "NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ "
> > > >  -> I already filled the form to be whitelistened. There are any
> > > > deadline to approve my request?
>
> > > > regards!
>
> > > > On Jul 8, 6:09 pm, AdWords API Advisor 
> > > > wrote:> Hello,
>
> > > > >  Unfortunately, the errors returning in the Sandbox environment are
> > > > > still a bit raw. I believe that in both cases the error is occurring
> > > > > because you're not providing anything for the clientEmail SOAP
> > request
> > > > > header--you should be setting this to something like
> > > > > "client_1+u...@domain.com ", where "
> > u...@domain.com" is the value
> > > > > Google Account email address you're using for the Sandbox
> > environment.
>
> > > > > Cheers,
> > > > > -Jeff Posnick, AdWords API Team
>
> > > > > On Jul 8, 9:13 am, tsmthiago  wrote:
>
> > > > > > Hi!
>
> > > > > > I got the DotNet Client Library fromhttp://
> > code.google.com/apis/adwords/docs/clients.html
> > > > > > and the examples about v13 works fine for me, but i can't execute
> > any
> > > > > > method from v200906, I get some diferent errors according to method
> > > > > > that I call.
>
> > > > > > When I called the v200906.GetActiveCriteria method, I got the
> > > > > > following error
>
> > > > > > Gets all active non-negative criteria in an account.
> > > > > > Failed to retrieve active criterion in this Account. Exception says
> > > > > > "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ "
>
> > > > > > When I called the v200906.AddAdGroup method, I got the following
> > error
>
> > > > > > Create an Adgroup in a given Campaign
> > > > > > Failed to create ad group. Exception says
> > > > > > "com.google.net.rpc.RpcException: APPLICATION_ERROR;Account has
> > been
> > > > > > deleted for
> > > > > > clientEmail
> > ;AppErrorCode=2;StartTimeMs=1247058422730;ServerTimeSec=0.6446387767791748;
> > TCP;CliLog=256;SrvLog=256;ReqSecLevel=integrity;RespFormat=UNCOMPRESSED;/
>
> > AdGroupService.mutate;LastReqID=734e6ced1c4e2254;LastGlobalID=bd8634cf28743
> > 188;Server=10.199.166.34:25406"
> > > > > > Press [Enter] to continue
>
> > > > > > I did not find any documentation about this errors, anyone get the
> > > > > > same error?
>
> > > > > > On Jul 2, 12:00 pm, AdWords API Advisor <
> > adwordsapiadvi...@google.com>
> > > > > > wrote:
>
> > > > > > > Hello Rohit,
>
> > > > > > >  (Most of) Our official client libraries have already been
> > updated to
> > > > > > > work with the new release, v200906. They're available from
>
> > > > > > >  http://code.google.com/apis/adwords/docs/clients.html
>
> > > > > > > The PHP and Ruby client libraries are still being worked on, and
> > > > > > > should be released in the near future. I'd recommend that you us

AdWords API Re: GetKeyword service

2009-08-17 Thread AdWords API Advisor

Hello Sreenu,

 I'm not clear on what you mean by the GetKeyword Service--that's not
the name of a v2009 service. If you'd like to see some code to get a
list of criteria in a given ad group using the Java client library in
v2009, you can take a look at

  
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v200906/GetActiveCriteriaDemo.java

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 10:32 am, "sree...@cybage.com"  wrote:
> Hi,
>
> Could you please provide me the sample code for GetKeyword Service in
> java v200906 version.
>
> Thanks,
> Sreenu.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Campaign budget validation error

2009-08-17 Thread AdWords API Advisor

Hi Harut,

Glad you found the answer, and thanks for sharing with the group!

Best,
- Eric Koleda, AdWords API Team

On Aug 15, 10:41 am, Harutyun Terteryan  wrote:
> For more information see
>  https://adwords.google.com/select/AfpoFinder
>
> On Sat, Aug 15, 2009 at 7:40 PM, Harutyun Terteryan wrote:
>
>
>
> > Hi
>
> > I got the answer, that api use microunits, for example if  budget amount  =
> > 12, in microunits it must be 12*10^6.
>
> > Best
> > Harut.
>
> > On Sat, Aug 15, 2009 at 4:21 PM, Harutyun Terteryan 
> > wrote:
>
> >> Hi all
>
> >> I'm trying  to create new campaign with adwords dot.net  api and got
> >> validation error with 34 error code(budget validation)
> >> and 'Money Amount Less Than Currency' error detail budget amount is long
> >> (type) and I set the value 12.(currency-USD, mincpc 0.01$)
>
> >> Can anyone tell me what is going wrong?
>
> >> Best
> >> Harut.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: How do I make scheduled and timed ads for adwords?

2009-08-17 Thread AdWords API Advisor

Hello,

 This discussion group is intended for technical questions about the
AdWords API. It sounds like you have a question about using the
AdWords web interface.

 This AdWords help center article might give you the information you
need:

  https://adwords.google.com/support/aw/bin/answer.py?answer=136676

If not, I'd recommend posting your question in the general AdWords
help forum:

  http://www.google.com/support/forum/p/AdWords?hl=en

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 15, 3:33 pm, prepare4it777  wrote:
> When I looked in the help section it said go under the settings tab
> under my online campaigns. hen I went there I saw no settings tab
> anywhere. My ad is for my church I go to and rather then spreading out
> so much money on the ads running all week where most will have
> forgotten by Sunday, I want to schedule them to run Fri, Sat, and Sun.
> I want to time the ones that run on Sundays between 5am and 9am. Can
> anyone please help me to accomplish this. Thank you so much.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: How can I obtain developer & Application token in Adwords Pro account?

2009-08-17 Thread AdWords API Advisor

Hello Eric,

 You can apply for a Developer and Application token by following the
steps that begin at

  https://adwords.google.com/select/ApiWelcome

If you already have an MCC account then log in with that account's
credentials; otherwise, log in with your AdWords account's credentials
and an MCC account will be created for you as part of the sign up
process.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 5:29 am, icv_adwords  wrote:
> Hi Support,
>
> I'm using Adwords Pro (http://iconvex.com/mics/8-17-2009-16-27-58-
> PM.png). Now I would like to use Adwords API. How can I obtian
> devleoper & application token for existing account?
>
> Thanks,
> Eric
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: When will v13 be shut down?

2009-08-17 Thread AdWords API Advisor

Hello,

 I believe this blog post should answer both your questions:

  http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-launch.html

There will be a new equivalent to the KeywordToolService, and the
current date that we're looking at for the v13 sunset is early 2010,
though we don't have a firm date scheduled at this time. Rest assured
that developers will get plenty of advanced warning before v13 is shut
off.

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 9:52 am, mwilliams  wrote:
> +1
>
> Also wondering if the keywordtool will still exist in 2009 API.
>
> On Aug 17, 1:58 am, dkasak  wrote:
>
>
>
> > Hi all. I couldn't find any mention of this; perhaps a decision has
> > not yet been made. With the release of the 2009 API ( yes, I know it's
> > still incomplete ), I assume v13's days are numbered. Does anyone have
> > an exact number, so we can plan our migration to 2009? Thanks.
>
> > Dan
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Geotargeting defaults

2009-08-17 Thread AdWords API Advisor

Hi Doug,

The default GeoTargetting is targetAll:
http://code.google.com/apis/adwords/docs/developer/GeoTarget.html#targetAll,
which targets all available countries.  This is not clearly specified
in the documentation, and I will make a note of that.

Best,
- Eric Koleda, AdWords API Team

On Aug 17, 12:13 pm, doug s  wrote:
> Hello,
>
> If a campaign is uploaded under an European account with 0 geotargets
> assigned, what does the targeting default to? I don't see this in the
> v13 API docs.
>
> Thanks
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: GeoTargetting with Perl API v200906

2009-08-17 Thread AdWords API Advisor

Hello,

 After playing around a bit, I just tried defining the target
operations as this with the current, unmodified version of the Perl
client library and it's accepted without error:

my $target_operations = {
  operations =>  [
{
  operator   => 'SET',
  operand=> Google::AdWords::v200906::Types::NetworkTargetList-
>new({
campaignId => $campaign_id,
targets => [
  {
networkCoverageType => 'SEARCH_NETWORK',
  },
  {
networkCoverageType => 'GOOGLE_SEARCH',
  },
  {
networkCoverageType => 'CONTENT_NETWORK',
  },
]
  }),
}
  ]
};

 Can you confirm that that works for you?

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 11:11 am, AdWords API Advisor
 wrote:
> Hello,
>
>  You're correct about that. I'm still investigating getting this
> resolved as part of the WSDL->Perl module generation, but it may come
> down to making local hacks to the generated Perl modules. I'll update
> this thread with more information when it's available, and apologies
> for the inconvenience.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 13, 8:34 am, Exiges  wrote:
>
>
>
> > This problem also affects the NetworkTarget / NetworkTargetList
>
> > The get round this, as per the GeoTarget, is to send them singularly,
> > and not in an array
>
> > HOWEVER, the FATAL problem with this is that when you try to set
>
> > SEARCH_NETWORK > targets>
>
> > You get the error:
> > CANNOT_TARGET_SEARCH_SYNDICATION_WITHOUT_GOOGLE_SEARCH
>
> > But since you can't post multiple targets in a single operand, theres
> > no way of targetting GOOGLE_SEARCH and SEARCH_NETWORK in the same
> > command.
>
> > Therefore, I can't see anyway of ever programatically getting on the
> > Search Network
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API getKeywordVariations does NOT return all seedkeywords in the original request

2009-08-17 Thread Abed

Hello,

I am writing an app that calls the KeywordService to get traffic
estimates on certain keywords.  The purpose and intent is as
documented in the Google API Blog here :
http://adwordsapi.blogspot.com/2008/11/v13s-new-keyword-search-volume-info.html
Basically I am NOT interested in getting any suggestions, just traffic
volume data for the keywords.  According to the blog, seed keywords
sent in the request should always be returned (here is the quote "Your
original seed keyword(s) will always be included in the results you
get back from getKeywordVariations(), so your code can loop through
the results until it finds the one that matches your original
request.").
I am sending the following keywords in a single seedkeywords array as
an example :

africa hotels
africa vacation
africa vacations
air fare
airfare
airline tickets
airport car rental
alabama hotels
alabama vacation
alabama vacations

but I do not get results back for "africa hotels" or "airfare".
You can reproduce this exact same phenomena in the Google Keyword Tool
@ https://adwords.google.com/select/KeywordToolExternal (don't filter
the results as that does not replicate the KeywordService
functionality or result set).

Can someone look into this and let me know if it will get fixed?  It
limits the usefulness of using the service for my needs.  I would
rather not make a single call per keyword as the charge for that is 20
units per call, and that can get pretty expensive pretty quick (I have
thousands of keywords that I would call each month)

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



AdWords API Login using AdWords account in C#

2009-08-17 Thread icv_adwords

Hi All,

I'm writing a web tool to help end user import Location for Campaigns.
Can I use username and password same as AdWords account. My mean my
application will use login credentials like AdWords account.

Thanks,
Eric
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: Internal Errors for v200906 API

2009-08-17 Thread ernnie

It seems ok now.. the error occurred yesterday.. I'll post again if
the problem persists.
btw GMT+8 is my timezone.

Thanks
--Ernnie

On Aug 17, 10:11 pm, AdWords API Advisor
 wrote:
> Hi Ernie,
>
> When did that error occur?  We are trying to locate it in the logs and
> knowing the time of the error (and your timezone) would help.
>
> Thanks,
> - Eric
>
> On Aug 17, 2:51 am, ernnie  wrote:
>
> > same here: here's the soap request and response:
>
> > Request:
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:ns1="https://adwords.goog
> > le.com/api/adwords/cm/v200906"> > xmlns="https://adwords.google.com/api/adwords/
> > cm/
> > v200906">DQAAAH8AAAC6EmNlvQyf6FVkixpw6eEwJagOsOESaYigsZ1LkqVE4Up 
> > 7guH4ej4-
> > WTsg2BEH_tIuBfzBSJQaCF
> > Cz0Bf4VGWy97g17I36uWL1RvrsL8SbXMybohR98r2hfwrOnBqQIaLkMkvNOySHeGnrVldMzngrq 
> > dS3GGK9oDsEbeTbSwceNA > authToken><
> > clientEmail>client_1+ernni...@gmail.comKatana
> > Agent*** > developerToken>* > RequestHeader>
> >  > elector>
>
> > Response:
>
> > http://schemas.xmlsoap.org/soap/
> > envelope/">0957b70f52f39887 
> > c81c8fc011fa1ba4 > tions>11091 > ResponseHeader>soap:ServerInternalApiErro
> >  r.UNEXPECTED_INTERNAL_API_ERROR @
>
> > I
> > nternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > message>ApiException > nException.Type>http://www.w3.org/2001/XMLSchema-
> > instance" xsi:type="InternalApiError"> > eldPath> > trigger>InternalApiError > ApiError.Type>UNEXPECTED_INTE
> > RNAL_API_ERROR > soap:Fault>
>
> > On Aug 15, 5:53 am, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > Thanks for the information, I'll get in touch with the core
> > > engineering team and let them that some users are still experiencing
> > > issues.  I'll update this thread when I have more information.
>
> > > Best,
> > > - Eric
>
> > > On Aug 14, 4:47 pm, Mauro  wrote:
>
> > > > Yeap! I'm getting the same error.
>
> > > > Response XML:
>
> > > > http://schemas.xmlsoap.org/soap/
> > > > envelope/">dde29a24c3b217361ada4cece21131b6 > > > requestId>1177 > > > responseTime>1 > > > soap:Header>soap:Server > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > message>ApiException > > > ApplicationException.Type>http://www.w3.org/2001/
> > > > XMLSchema-instance" xsi:type="InternalApiError"> > > > fieldPath>InternalApiError > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > ApiExceptionFault>
>
> > > > On Aug 14, 3:34 pm, knguyen  wrote:
>
> > > > > Response XML:
>
> > > > >  > > > > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > > > > envelope/">86db7870c60f40d427b70faa0761c80d > > > > requestId>1233 > > > > responseTime>1 > > > > soap:Header>soap:Server > > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > > message>ApiException > > > > ApplicationException.Type> > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > > ApiExceptionFault>
>
> > > > > If you're interested, here is the code:
> > > > >  CampaignServiceInterface service = user.getService
> > > > > (AdWordsService.V200906.CAMPAIGN_SERVICE);
>
> > > > >     CampaignPage page = service.get(new CampaignSelector());
> > > > >     for (Campaign campaign : page.getEntries()) {
> > > > >       System.out.println(campaign.getName() + " " + campaign.getId());
> > > > >     }
>
> > > > > On Aug 14, 10:22 am, AdWords API Advisor
>
> > > > >  wrote:
> > > > > > Hi,
>
> > > > > > Are you receiving the same fault code as reported earlier?  Can you
> > > > > > post the response SOAP XML?
>
> > > > > > Thanks,
> > > > > > - Eric
>
> > > > > > On Aug 14, 11:54 am, knguyen  wrote:
>
> > > > > > > I'm still getting this error  in sandbox environment when getting 
> > > > > > > the
> > > > > > > campaigns from a client account.
>
> > > > > > > On Aug 14, 6:47 am, AdWords API Advisor 
> > > > > > > 
> > > > > > > wrote:
>
> > > > > > > > This issue has been resolved and v200906 requests should be 
> > > > > > > > working
> > > > > > > > again.  Let us know if you encounter any other errors.
>
> > > > > > > > Best,
> > > > > > > > - Eric
>
> > > > > > > > On Aug 13, 5:51 pm, AdWords API Advisor 
> > > > > > > > 
> > > > > > > > wrote:
>
> > > > > > > > > Many people have noticed that calls made to the the AdWords 
> > > > > > > > > v2009 API
> > > > > > > > > is returning internal errors for many requests made to it. 
> > > > > > > > > The core
> > > > > > > > > engineering team was notified of the issue this morning and 
> > > > > > > > > they have
> > > > > > > > > been looking into it.  I will update this thread with new 
> > > > > > > > > information
> > > > > > > > > as I receive it.
>
> > > > > > > > > Best,
> > > > > > > > > - Eric Koleda, AdWords API Team
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscrib