AdWords API Re: Adgroup and Keyword Max CPC

2010-02-16 Thread michaelyanda+...@gmail.com
The function was missing new Money. Problem solved. $agcpcG = ($agcpc * 100); $adGroupBids->keywordMaxCpc = new Bid(new Money($agcpcG)); -- 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-...@g

AdWords API Re: v200909 headers w/o using a config file

2010-02-16 Thread ADM
This is a very useful article: http://code.google.com/p/google-api-adwords-dotnet/wiki/HowToUseAdWordsUser It explains how to use the v200909 AdWordsUser constructor. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group,

AdWords API Changing the landing page url of an adGroup ad.

2010-02-16 Thread ADM
Once an ad is created under an adgroup, is the url field (which is the landing page url) editable? I have been trying, unsuccessfully, to change this field via the api. Any suggestions as to why I cannot edit this field via the api? -- You received this message because you are subscribed to the G

AdWords API Re: Report services

2010-02-16 Thread Almas Kanjiyani
Hi Sheetal, One of the reason for empty reports might be that your AdWords account is "temporarily cancelled" or all your campaigns are paused. I am not sure though. This could be a reason. Get in touch with the AdWords support team to resolve it. Thanks, Almas On Feb 15, 6:11 pm, sheetal wrot

AdWords API AdGroupAdService operation limit.

2010-02-16 Thread ADM
Is there a limit on the number of operations that can be done with the AdGroupAdService? I trying to change all the landing page URL for all the ads in all the adGroups in a given campaign (happens to about 350-400 changes). I post the changes, apparently successfully, but when I go to check the ch

AdWords API Track API usage by campaign/ad-group using InfoService

2010-02-16 Thread Amit Sasturkar
Hi, Is there any way to get the API usage per campaign or ad-group using the InfoService ? Seems like currently the API usage can only be aggregated and fetched at the client level. Best, Amit -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" grou

Re: AdWords API in PHP 5.3

2010-02-16 Thread Aleksander Cynarski
Wiadomość napisana przez Cameron Knowlton w dniu 2010-02-17, o godz. 00:06: > I'm attempting to develop it on PHP v5.2.6 (OS X 10.5.8). Still stuck in the > starting block, hopefully we can help each other. > I have PHP 5.3.0 (via little hacked XAMPP) on OSX 5.6.2. I'm currently develop AdWo

AdWords API Re: Suddenly many clients fail because of INVALID soap response

2010-02-16 Thread AdWords API Advisor
Hi, I looked up the logs for these requests, and the XML we have doesn't include these extra characters. Do you have the full SOAP XML logs for this request? If so, can you send them to adwordsapiadvi...@google.com and then post a message to this thread so I can retrieve them? Thanks, - Eric O

Re: Error in keyword performance reports when generated by AdWords API

2010-02-16 Thread AdWords API Advisor
Hi Victor, I don't have any information about the way that quality score changes over time. As for the reports, the backend that generates them is the same, so please ensure that you are using the same settings (such as date) when generating them. Best, - Eric Koleda, AdWords API Team On Feb 14

AdWords API AdWords Downtime: February 20, 10am-2pm PDT

2010-02-16 Thread AdWords API Advisor
We'll be performing routine system maintenance on Saturday, February 20 from approximately 10:00am to 2:00pm PDT. You won't be able to access AdWords or the API during this time frame, but your ads will continue to run as normal. Best, - Eric Koleda, AdWords API Team -- You received this message

AdWords API Adgroup and Keyword Max CPC

2010-02-16 Thread michaelyanda+...@gmail.com
I'm stumped on this one. // Create ad group bid. $adGroupBids = new ManualCPCAdGroupBids(); $bids->maxCpc = new Bid(new Money(100)); Does anyone have reference on the new Bid / new Money functions? I am trying: $adGroupBids->keywordMaxCpc = new Bid(null, $agcpc); However, it does not work o

Re: AdWords API in PHP 5.3

2010-02-16 Thread Cameron Knowlton
I'm attempting to develop it on PHP v5.2.6 (OS X 10.5.8). Still stuck in the starting block, hopefully we can help each other. cheers Cameron Knowlton At 12:43 PM -0800 10/02/16, a.cynar...@pretasoft.pl wrote: >Hi, > >i.m a new one on this list. > >My questions is: anybody implement adwords api

AdWords API Re: How can I know a keyword CPC is from its AdGroup default CPC?

2010-02-16 Thread AdWords API Advisor
Hi James, The ManualCPCAdGroupCriterionBids object contains a bidSource field that indicates if the bid came from the ad group or the criterion: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.ManualCPCAdGroupCriterionBids.html#bidSource Best, - Eric Koleda, A

AdWords API in PHP 5.3

2010-02-16 Thread a.cynar...@pretasoft.pl
Hi, i.m a new one on this list. My questions is: anybody implement adwords api in PHP 5.3 ? I have a huge problem with that. NuSOAP on 5.3 works but its not a solution ;/ -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this g

Re: AdWords API Re: newbie Q: sandbox trouble with initial php library example AddCampaign.php

2010-02-16 Thread Cameron Knowlton
Thanks for the insight, Eric. I read through the SOAP error, but couldn't glean the problem (only that the Add operation was not permitted): [faultstring] => [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] [faultcode] => soap:Server [detail] => stdClass Object

AdWords API Re: Suddenly many clients fail because of INVALID soap response

2010-02-16 Thread majco
I have big problem with this error. It happens to me often especially when insert around 3000 keywords together. You solve this problem? -- 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-...@googl

AdWords API Re: newbie Q: sandbox trouble with initial php library example AddCampaign.php

2010-02-16 Thread AdWords API Advisor
Hi Cameron, This error is usually generated when attempting to add a campaign to an MCC account, usually because a clientEmail header isn't specified. Your configuration appears to be fine (both clientId or clientEmail will work), have you taken a look at the SOAP XML logs? Is the header being se

AdWords API Re: Please post an example of handling PolicyViolationError

2010-02-16 Thread mike-adwo...@pubget.com
I am very keen to see an example of doing this with v2009, is there any progress with this example? As an extension to the original request, it would be nice to see the use of validateOnly to submit a policy exemption request. On Feb 3, 2:41 pm, AdWords API Advisor wrote: > Hi Semdev, > > This ty

AdWords API AFTER_MAXIMUM_ALLOWABLE_DATE Error

2010-02-16 Thread Daniel
HI there! I try to update one of my Campaigns with the new API V200909. When i set the Campaign EndDate i get these error: faultDetail: {https://adwords.google.com/api/adwords/cm/v200909} ApiExceptionFault:[CampaignError.AFTER_MAXIMUM_ALLOWABLE_DATE @ operations[0].operand.endDate]ApiExce

AdWords API Re: Sandbox Over Quota

2010-02-16 Thread john.patrick.gal...@gmail.com
I should add that we received a "You have exceeded the quota in the following categories : RequestsPerMinute,ServicesUsagePerMinute'" in our QA environment. This environment processes 6 of our clients. If it's too much for the 2009 APIs, my production environment won't stand a chance. I need help h

AdWords API Re: Http status code for soap fault

2010-02-16 Thread john.patrick.gal...@gmail.com
Eric: Is there an ETA for this fix to be deployed to production? Thanks John On Feb 2, 11:07 am, AdWords API Advisor wrote: > Hi John, > > The core engineering team is working on this issue now, and the fix > for this problem will likely be rolled out this month.  Unfortunately > I don't have

AdWords API Re: Sandbox Over Quota

2010-02-16 Thread john.patrick.gal...@gmail.com
Eric: We develop a commercial SEM solution that currently processes hundreds of client accounts each day from a hosted environment. We're two weeks away from pushing a version into production which supports the 2009 APIs. I can't run the risk of the system failing because of unknown/ unadvertised

AdWords API Re: OperatorError.OPERATOR_NOT_SUPPORTED on campaignservice v200909

2010-02-16 Thread AdWords API Advisor
Hi, The REMOVE operator is not supported for the CampaignService. See the documentation of the mutate() method for more information: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.html#mutate Best, - Eric Koleda, AdWords API Team On Feb 12, 2:07 pm, SW wrote: > I

AdWords API Re: Correct soap body of a request to TargetingIdeaService

2010-02-16 Thread AdWords API Advisor
Hi Saravanan, TARGETED_MONTHLY_SEARCHES is supported in v200909, and I just made a successful request using it. Please ensure you are making the request against the production environment, as not all attributes are currently returned correctly in the sandbox. Best, - Eric On Feb 12, 9:45 pm, Sa

AdWords API Re: method not allowed - http status 405

2010-02-16 Thread AdWords API Advisor
Hi David, The current version of the .NET client library requires that you use an App.config file, even if you are passing in the credentials to the constructor. The library comes with a sample App.config file that you can use as a reference: http://code.google.com/p/google-api-adwords-dotnet

AdWords API Re: newbie Q: sandbox trouble with initial php library example AddCampaign.php

2010-02-16 Thread iGods
is *anyone* using the PHP v2009 API? I'm guessing that it was released prematurely and doesn't work at all. perhaps v13 was sunsetted too early? I'm really surprised that Google would come out with such a defective interface. Cameron Knowlton On Feb 12, 1:01 pm, iGods wrote: > sorry for such a

AdWords API Re: Google::Adwords perl module update for v2009?

2010-02-16 Thread Shane
There is a perl module for v2009...just not on CPAN. http://code.google.com/p/google-api-adwords-perl/ On Feb 15, 11:53 am, schelcj wrote: > On Feb 15, 2:29 pm, Grant wrote: > > > Does anyone know if the Google::Adwords perl module will be updated > > for v2009?  I can't seem to get ahold of

AdWords API oAuth for v2009 java library?

2010-02-16 Thread Soren
Is OAuth support implemented for v2009 java library? If so, directions on how to use it would be real helpful. -- 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-...@googlegroups.com. To unsubscribe

AdWords API Unsupported columns in Creative report type

2010-02-16 Thread Marijn
Hi there, Using the v13 ReportService, on one account we get an "One or more report job parameters is invalid." error with "The following columns are not supported by the Report Type Creative : [Conversions, CostPerConverstion]" as trigger. On other accounts we don't get this error. Apparently a C

AdWords API All placed keywords of particular website

2010-02-16 Thread netimpact
Hi folks, does somebody now how to get all keywords placed for a particular site, plus the cpc of the keyword? I assume, I need some kind of approval from owner of the partner site to be able retrieve any information with my account, is that right? I would be very thankful if somebody would show

AdWords API XML_STREAM_EXC error without any explanation why

2010-02-16 Thread slloyd
I get the following error when sending the XML request below to https://adwords.google.com/api/adwords/o/v200909/TargetingIdeaService. My first question is why? My second question is - Is there a way to get back a more verbose result so that I can figure out why on my own? Thanks. --

AdWords API Re: Requests per minute limit

2010-02-16 Thread Juan Ignacio
Hello Eric, I've been working with Pedro and following this thread since it was started. I'll be continuing the work while Pedro is OOO. Have you been able to find out anything based on the information we have provided so far? Thanks, Juan Ignacio -- You received this message because you are s

AdWords API API information

2010-02-16 Thread Fernando Gabrieli
Do you know if it is possible to get the following information using the Google Adwords API? For sponsored ads: - position - title - description - final client domain (like www.myproduct.com) - google's destination url - visible url Thanks in advan

AdWords API Report services

2010-02-16 Thread sheetal
Hi, Anyone there to help me...very urgent... I want to use report services for fetching reports like clicks & impression .i am using DownloadReportAsXmlDemo.cs of v13 & download the report in XML format...I am getting The Validate report & report status as completed .But still I am getting repor

AdWords API Authentication

2010-02-16 Thread 416.dave
I have recently set up my MCC account and have associated two Adwords accounts with this profile. Both of these AdWords accounts show that they are being managed for both API and GUI access by my MCC account and the MCC account allows me to access both of their GUI's. However, when I try make API

AdWords API Ignoring Adwords API Max budget

2010-02-16 Thread adwo...@seo-news.at
Hi there! Thanks to your help I'm now able running my software using the Adwords API, but I still encounter some bugs. The first thing that's really bothering me is that I've selected a maximum of 50€ a Month using the Adwords API Center. According to the API Center, I've used about 400.000 Credit

AdWords API add_all.pl Example Script Failing to Generate Code Correctly?

2010-02-16 Thread JRFish
I can't figure out why but when I try to run the add_all.pl script, it fails for some errors for some missing operator values and operands but I didn't do anything to the code. It looks to me like the Google v2009 perl scripts aren't generating the xsi:type values and that could be causing the pro

AdWords API Re: get negative keywords in v2009

2010-02-16 Thread David
Thanks again Ursula. I'm using the .net client library anyhow but understand that what you have is still pretty much what I'm doing. The methods do seem different slightly though which I find strange because the end soap web service is the same one for both java and .net, but the surrounding framew

AdWords API Re: get negative keywords in v2009

2010-02-16 Thread Ursula
Hi David, Here is a snippet of my code that works ( java). Do you have a wrong import or something for the CampaignCriterionIdFilter? I don't see a property call campaignIdSpecified in my source. //AdwordsNetworkAccount is a wrapper around the client api adwordsUser object public List getCamp

AdWords API Re: get negative keywords in v2009

2010-02-16 Thread David
Hi Ursula, thanks for your help, however thats pretty much what I'm attempting to do already. I don't see a selector.setIdFilters method I just see a selector.IdFilters method. I'm trying the below. //create service //create selector //create campaign filters based on campaignID //associate filter

AdWords API Re: Keyword Variation - Daily/Monthly report generate option..

2010-02-16 Thread SaravananTopgun
Hi Eric, Thanks for your response ! Do you have any future plan to release function call to generate Monthly/Daily keyword trends in v13 KeywordToolService? We are keen on building a tool which would generate the report automatically on the given Date/Month as input. Any help OR guidance on this