Re: Related to Get Placements By category name.

2010-04-23 Thread Anil
Thanks for your Quick response... I have a small doubt, I a using "getSitesByCategoryName" method in my present Service which is using "SiteSuggestionService" of V13 Version. but in Version change to V2009, you have mentioned that this is service is also changing...Can i use old method or else i h

Object reference not set to an instance of an object.

2010-04-23 Thread Locobee
Any help would be great! Using the C# sample file GetUnitCount.cs converted to VB.net. I get a Null Object Exception ex.message = Object reference not set to an instance of an object. on the following line... Dim info As ApiUsageInfo = infoService.[get](selector) within the following code...

Re: Pause Campaign error in .NET

2010-04-23 Thread takeon
I've managed to get the above code to execute without the runtime error by adding the lines: campanha.statusSpecified = True campanhaOperacoes(0).operatorSpecified = True which surprised me because there is no documentation for these settings on the google api site - it was pure luck that I thou

Re: Operation position in failed stream

2010-04-23 Thread arastogi
When can we see this blog post ? There are no good examples of how to parse the errors out . I also see more operations per part as i ve scheduled which is really confusing. Achal On Mar 30, 7:49 am, AdWords API Advisor wrote: > Hi Alexey, > > We'll be publishing a blog post on this shortly, but

Re: how to create a SOAP request using .NET client library?

2010-04-23 Thread BeeGeez
I read this and set the LogPath and LogToFile to the following: However, no files are written to the LogPath after I copied my dll and xml configuration to my project. What am I doing wrong? On Apr 23, 7:24 am, AdWords API Advisor wrote: > Hi, > > The README file for the AdWords

login to sandbox version 2009. Error - Could not get ClientLogin token for user

2010-04-23 Thread iosif feygin
I have this error when try to login to sandbox: Could not get ClientLogin token for user: Auth token could not be retrieved because of error: BadAuthentication I can not understand why my program has to connect to sandbox and not production service. Do I have to specify ALT URL? How can I make it

Re: Help with ASP.NET library

2010-04-23 Thread AdWords API Advisor
Hi, Please open a bug on the .NET client library issue tracker and provide as much technical detail as you can. The maintainer of the library will follow up with you from there. http://code.google.com/p/google-api-adwords-dotnet/issues/list Best, - Eric Koleda, AdWords API Team On Apr 23, 11

Re: keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread Sythus
Great support! Thank you :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~

Re: Pause Campaign error in .NET

2010-04-23 Thread takeon
Hi Eric Please can you confirm if my understanding is correct for the above functionality: - The app first authenticates using our MCC login (and DeveloperToken etc) to retrieve the authtoken which will be used in all subsequent requests. - When pausing a campaign, the clientEmail value is updat

Get SearchVolume (through PHP getKeywordVariations) and CPC ONLY for my entered key?

2010-04-23 Thread stain
hi there, i'm new with the api, i just wanted to write a script that returns me the broad searchvolume for key X, but really only for that key. i worked with the snippet of getkeywordvariations, but since this returns lots of variations, i rather like to have a script, that returns only the search

Re: Adwords sandbox offline?

2010-04-23 Thread AdWords API Advisor
Hi Farid, Thank you for reporting this issue. We were able to replicate the issue and we are looking into it now. Best, - Eric Koleda, AdWords API Team On Apr 22, 11:44 pm, Sultan wrote: > Hi; > I'm trying to access the adwords API using the php library but get the > following error: > > faile

Re: token is still pending for approval

2010-04-23 Thread AdWords API Advisor
Hi Hamza, The developer token approval process can take up to two weeks to complete. Best, - Eric Koleda, AdWords API Team On Apr 23, 7:19 am, Arada wrote: > Hallo Everybody > > our token is still pending for approval since several days and I am > getting an error "No billing information entere

has v13 really sunsetted yet?

2010-04-23 Thread Eastern Transportation
ok i got my v2009 all ready to go. just due to my quirky personal programming "style", i was planning on leaving my old v13 php scripts running to "watch them break" and then just transfer a few files which i have waiting in the wings once necessary. but i'm finding the v13 scripts still working. s

Re: AdError.LINE_TOO_WIDE @ operations[0].operand.ad.headline

2010-04-23 Thread AdWords API Advisor
Hi, There is no way to increase the limit on headline length, which is 25 characters. Best, - Eric Koleda, AdWords API Team On Apr 23, 1:53 am, asif wrote: > Hi Guys > > i get error line too wide while adding a text Add, > > HeadLine:IP Phone Global Power Supply for IP Phone 11xx, 12xx, 200x. >

Re: Keyword tool V2009 migration issue (duplicate keywords)

2010-04-23 Thread AdWords API Advisor
Hi, Please see the following thread for more information: http://www.google.com/url?sa=D&q=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fadwords-api%2Fbrowse_thread%2Fthread%2Fc28c21e1d7a2a837 Best, - Eric Koleda, AdWords API Team On Apr 22, 8:44 pm, Jlaprise wrote: > I'm using the AdWords API i

Re: Pause Campaign error in .NET

2010-04-23 Thread AdWords API Advisor
Hi, Please ensure you are making the request as an AdWords account and not an MCC account. An MCC account cannot have campaigns and may result in errors like this. SOAP XML logging and other features are built in to the AdWords API .NET client library: http://code.google.com/p/google-api-adwo

Re: XML_STREAM_EXC error

2010-04-23 Thread AdWords API Advisor
Hi Magnus, This error typically means that your request is not valid XML. Please try validating your XML here: http://validator.w3.org/#validate_by_input Best, - Eric Koleda, AdWords API Team On Apr 23, 8:21 am, Magnus wrote: > Hi, > > We tried updating 256 adgroups in a request. The header

DeprecatedAd -- CLICK_TO_CALL

2010-04-23 Thread RAGHAVENDRA SUDHA
HI, i just need some information on "CLICK_TO_CALL" type of AD for mobiles. i just want to know as the "click to call" type of ad is under deprecated ad type, can we still be able to create them. And even if we create them, when we try to retrieve them will i get them as an instance of deprecated-

Re: Help with ASP.NET library

2010-04-23 Thread mcolom
Hi Yes actually thats how i have it now, with the actual dot-net library project referenced in my own project. I'll try to add that entries to the app config to see if it solves the problem. I found out some minutes ago that the exception thrown is harmless. If i catch it and continue processing e

Re: keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread AdWords API Advisor
Hi Sythus, In your example you are populating the bids object with an anonymous object. The AdWords API requires that you specify the type of AdGroupBids being used, in your case ManualCPCAdGroupBids. $adGroup->bids = new ManualCPCAdGroupBids(); Best, - Eric Koleda, AdWords API Team On Apr 2

Re: keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread Sythus
Hi, thank you for this helpful answer. I think i understood how it works - so getting all the information of an Adgroup i need is no longer a problem. But if i try to update a Adgroup i get the following message: SoapFault Object ( [message:protected] => Unmarshalling Error: Unable to create

Re: Help with ASP.NET library

2010-04-23 Thread Crawl About
First thoughts that come to mind Have you tried adding the adwords api project to your solution as an existing project? also try adding a reference to System.Xml or where ever that XmlSerializer in the exception lives. I remember having a simular problem once a while ago. Never really solve

Re: update ImageAd: NullError.NULL_CONTENT @ operations[0].operand.ad.image.data

2010-04-23 Thread AdWords API Advisor
Hi, The AdWords system doesn't have any idea of "copies" and even if the content is similar the ad will always be treated as new. This is consistent with how the AdWords web interface behaves as well. Best, - Eric On Apr 22, 3:35 pm, BeeGeez wrote: > I should have been more specific.  I am cha

Re: PAYLOAD_STORE_UNAVAILABLE

2010-04-23 Thread AdWords API Advisor
Hi Charles, In my experience the payload error is only returned once the job is complete and you attempt to retrieve the first result part, is this what you are seeing? In this situation what I am advising is that once again you wait for another minute or two and try the request again. The paylo

Re: how to create a SOAP request using .NET client library?

2010-04-23 Thread AdWords API Advisor
Hi, The README file for the AdWords API .NET client library includes information on how to enable logging: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/README#19 Best, - Eric Koleda, AdWords API Team On Apr 22, 2:45 pm, BeeGeez wrote: > I have an error in one of my

Re: Related to Get Placements By category name.

2010-04-23 Thread AdWords API Advisor
Hi Anil, Unfortunately it is not possible to get placement ideas by category at this time using the TargetingIdeaService. This is something we hope to expose in a later version of the API. Best, - Eric Koleda, AdWords API Team On Apr 22, 1:18 pm, Anil wrote: > Dear Sir, > >               I am

Re: bulk mutate with asociated MCC

2010-04-23 Thread AdWords API Advisor
Hi, I'm not seeing any errors for this job. Please note that the campaign IDs from one account are not valid in another account, and the campaign IDs from production are not valid in the sandbox. Best, - Eric On Apr 22, 12:51 pm, glownet wrote: > Job ID: 9288309 > > Error devuelto: [EntityNotF

Re: Pause Campaign error in .NET

2010-04-23 Thread takeon
Hi Peer Thanks for reply. I added the line .idSpecified = True to the above code, however, I get the exactly the same error. I am currently looking at Fiddler as I am in debug/dev mode. If I can work it out, I'll post the request/response headers. The Immediate Debug window (in VS) shows this e

Using a single API Token to manage multiple adwords accounts??

2010-04-23 Thread Yvan @ Ideas Design
Good morning. I've been recruited to develop acustom application that will allow my client to manage their Adwords reports using the API. He already has an API token assigned to him, and wants me to get started with the project in the next couple of weeks. Question -- Is it at all possible for m

Re: Problem with InfoService / InfoSelector in v2009

2010-04-23 Thread SEM
Here's the SOAP REQUEST... http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/ adwords/cm/v200909" soapenv:actor="http://schemas.xmlsoap.org/soap/ actor/next" soape

Re: Problem retrieving Campaign information.

2010-04-23 Thread AdWords API Advisor
Hi Olek, In that request you are still using the login for an MCC account in the clientEmail header. MCC accounts cannot have campaigns. This header must contain the login for a regular AdWords account. Best, - Eric On Apr 22, 12:35 pm, LeXeR wrote: > Hi Eric, > > thank you for your answer. >

Re: Pause Campaign error in .NET

2010-04-23 Thread Peer Jakobsen (AdWords API Guru)
You will need to set idSpecified to true otherwise the ID is not passed which obviously wouldn't work on a set operation campanha.id = Id_Adwords campanha.idSpecified = True To activate soap tracing in .NET you could use the lib \traceextension.cs in the .net API Client Library. You would have to

Problem with InfoService / InfoSelector in v2009

2010-04-23 Thread SEM
I've been trying to use the InfoService API to retrieve usage of multiple client logins associated with a DEV TOKEN for billing purposes. Note that these client logins do not have an associated parent MCC account in terms of account grouping in the adwords UI. We do however have an MCC account that

Re: keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread Sythus
Hello, thanks for your answer. I tried that, but i did not get the values i need. [bids] => ManualCPCAdGroupBids Object ( [keywordMaxCpc] => Bid Object ( [amount] => Money Object ( [microAm

Help with ASP.NET library

2010-04-23 Thread mcolom
I'm getting a binding error when using the dot net library that i dont know how to solve. I compiled the library as is, tested some of the examples that come with it, all of this succesfully. Then I tried to use it from my main project. I'm doing so by adding a reference to the generated assembly (

token is still pending for approval

2010-04-23 Thread Arada
Hallo Everybody our token is still pending for approval since several days and I am getting an error "No billing information entered" when I try to use the api in Perl evenif the the Billing information is entered properly and is also approved. Are this two things connected to each other? Can yo

Re: What is the secret project of the adword team ?

2010-04-23 Thread Tony
I totaly agree with you. I'm a big Google fan too but so surprised the could come up with something like the new API. It is the exact opposite of what google is all about "Simplicity"... I hope someone will answer to clarify the situation... Maybe that wasn't just a Cylon plan :-) Maybe they are re

AdError.LINE_TOO_WIDE @ operations[0].operand.ad.headline

2010-04-23 Thread asif
Hi Guys i get error line too wide while adding a text Add, HeadLine:IP Phone Global Power Supply for IP Phone 11xx, 12xx, 200x. This does not include the IEC Power Cord i think the max length is 25 , and it can be increased by using some function please let me know how can i add bigger headlines

Adwords sandbox offline?

2010-04-23 Thread Sultan
Hi; I'm trying to access the adwords API using the php library but get the following error: failed to load external entity "https://adwords-sandbox.google.com/api/ adwords/cm/v200909/CampaignService?wsdl I thought it could be a problem on my server at first but then I realised the wsdl was not av

Keyword tool V2009 migration issue (duplicate keywords)

2010-04-23 Thread Jlaprise
I'm using the AdWords API in order to find related keywords along with the competition level, search volume and monthly average volume. I have finally got everything working with the V2009 API version but am experiencing a couple very odd results. - I get 3 entries for every keyword each containin

Pause Campaign error in .NET

2010-04-23 Thread takeon
I am attempting to a pause a campaign through the v2009 API with this VB.NET code: Dim Id_Adwords As Integer = 12345 Dim campanha As New CampaignService.Campaign Dim campanhaOperacoes() As CampaignService.CampaignOperation = {New CampaignOperation} campanha.id = I

XML_STREAM_EXC error

2010-04-23 Thread Magnus
Hi, We tried updating 256 adgroups in a request. The header of the request looked like this: https://adwords.google.com/api/ adwords/cm/v200909" soapenv:actor="http://schemas.xmlsoap.org/soap/ actor/next" soapenv:mustUnderstand="0"> https://adwords.google.com/api/adwords/ cm/v200909"

Re: keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread Peer Jakobsen (AdWords API Guru)
You can set this by setting the bids property on the adgroup object. In your case the bids object would be of the type ManualCPCAdGroupBids http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.ManualCPCAdGroupBids.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have y

keywordMaxCpc and keywordContentMaxCpc

2010-04-23 Thread Sythus
Hello, in the old v13 api it was possible to set and get keywordMaxCpc and keywordContentMaxCpc from an AdGroup. Is it possible to do that in the v200909 version too? If yes, i could not find anything about that. The Adgroup object has no attribute i need. I want to set and get a keywordMaxCpc t

Re: Not getting any campaigns back from sandbox

2010-04-23 Thread LeXeR
Hi, I also have the same problem retrieving Campaign information, even using admin account credentials and production service. Cannot get any campaign info, always getting null. Can you give me a hint how to solve this problem? SOAP request/response: [22 Apr 2010 18:06:08,250 - DEBUG] http://sc

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-04-23 Thread HB
Hi Eric, with the new api v200909 everything works fine. Harald On Mar 26, 10:54 pm, AdWords API Advisor wrote: > Hi Harald, > > From what I can tell this bug has not yet been fixed in the v13 > version of the API.  Given the sunset of the v13 campaign management > services on April 22nd, I wou

Re: Update NegativeCampaignCriterion?

2010-04-23 Thread Peer Jakobsen (AdWords API Guru)
There aren't really any properties on a NegativeCampaignCriterion where it makes sense to update. So to answer your question, updates are not allowed. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our bl

Update NegativeCampaignCriterion?

2010-04-23 Thread Daniel
Hey, can i update a NegativeCampaignCriterion or did i have to delete the old and add a new one like it is at TextAdvices? Cause when i try to update a CampaignNegativeCriterion i get the Error "Operator not Supportet" when i use the SET operator. Regards, Daniel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~