Re: BiddingError.BID_INCOMPATIBLE_WITH_ADGROUP

2010-04-27 Thread sla...@gmail.com
I was wrong it's not happening with all values just when original SiteMaxCpc = $1.00 and new ExplicitAdGroupBids = ManualCPM and SiteMaxCpm <= .25. On Apr 27, 6:55 pm, "sla...@gmail.com" wrote: > I getting this error when I tried to change my campaign bidding > strategy from ManualCPC to ManualCP

BiddingError.BID_INCOMPATIBLE_WITH_ADGROUP

2010-04-27 Thread sla...@gmail.com
I getting this error when I tried to change my campaign bidding strategy from ManualCPC to ManualCPM and my explicitAdGroupBids are lower than the original AdGroup CPC bids. Here's what I'm trying to do - My Campaign was set to ManualCPC with AdGroup bids SiteMaxCpc = $1.00 or microAmount = 10

TargetingIdeaService get: How to implement the functionality provided by the new Web-based AdWords Keyword Tool called "Ideas containing my search terms"?

2010-04-27 Thread web.dev
Hi AdWords Team, hi Eric, I tried to implement the functionality mentioned in subject: I want to be able to generate search results using the "Ideas containing my search terms" option. Althought I tried doing this in various ways (and word combinations) by using the ExcludedKeywordSearchParameter

api billing issues

2010-04-27 Thread out of bounds
we have been having access problems to the adwords api. we see the following errors: X-Powered-By: PHP/5.2.13 Content-type: text/html manageByKeywordSoapFault Object ( [message:protected] => QuotaCheckError.ACCOUNT_DELINQUENT @ [string:private] => i updated our billing information (

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

2010-04-27 Thread AdWords API Advisor
Hi, The minimal app.config that you need to have logging turned on is as follows: The entries within are the extensions that does the soap logging and api units aggregation. Also, the library reads its

adGroupCriteriaService Keyword Object not returning Destination URL

2010-04-27 Thread GarethFuller
Hi, This is just a quick question... I am returning a criterion for an ad group id and getting a keyword object in the form of: Keyword Object ( [text] => ##string## [matchType] => ##type## [id] => ##id## [CriterionType] => Keyword [_parameterMap:private] => Array (

Ad Parameters Problem

2010-04-27 Thread kevinm
I am having difficulty creating the Text Ad that works along side Ad Parameters. When I create the new ad with the {param1:} or {param2:} , the ads get rejected with the error LINE_TOO_WIDE. The finished ad (when using the ad parameter) would not be too long (as it is only a single digit number b

Re: Report Service

2010-04-27 Thread AdWords API Advisor
Hi, Unfortunately I don't have any further details at this time. Best, - Eric On Apr 27, 8:22 am, "daniele.sanga...@tradedoubler.com" wrote: > Hi, > > Can you please be more specific, we are doing a migration of platform > to another system and this can impact a lot on our plans. > > Regards >

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

2010-04-27 Thread AdWords API Advisor
Hi, Be aware that the TagetingIdeaService uses a backend similar to the Search-based Keyword Tool: http://www.google.com/sktool/ Best, - Eric On Apr 27, 7:15 am, stain wrote: > thanks for your help. > i got it to work. > > now to the next problem: > > for most keys, it works, but there are s

Re: Related to Get Placements By category name.

2010-04-27 Thread AdWords API Advisor
Hi Anil, To be clear, you currently cannot get placements by category name in the v200909 version of the API. Best, - Eric On Apr 27, 12:14 am, Anil wrote: > Thanks for your Reply.. > >   Then please help how to get placements by category name in V2009 > using "TargetingIdeaService" why because

Re: Problem with InfoService / InfoSelector in v2009

2010-04-27 Thread AdWords API Advisor
Hi, Unfortunately it is not currently possible to get the API unit used by a client account that is not linked to an MCC. I can see how this would be useful and I will pass this feedback on to the core engineering team. Best, - Eric On Apr 26, 6:05 pm, SEM wrote: > Thanks Eric. > So how do I g

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

2010-04-27 Thread AdWords API Advisor
Hi, I've responded on the other thread. The problem is caused by inconsistent data between the Ad and the template fields. Best, - Eric On Apr 26, 2:42 pm, BeeGeez wrote: > Yes, I know it's a new ad.  Since I can't update an ad, I am creating > a new ad and disabling the old ad.  Again, why do

Re: can't add new TemplateAd (INCONSISTENT_TEMPLATE_AD_DATA)

2010-04-27 Thread AdWords API Advisor
Hi, This error is being returned because the destination URL in TemplateAd.url doesn't match the destination URL in the template field destinationUrl. Please ensure that your URLs are consistent throughout the ad. Best, - Eric On Apr 26, 1:19 pm, BeeGeez wrote: > -BEGIN API CAL

Re: v2009 issues

2010-04-27 Thread AdWords API Advisor
Hi Joseph, As was stated in the blog, you can continue to use the v13 ReportService for generating reports. As for the wrong data, please ensure that you are making the request to the production environment, since the sandbox environment always returns dummy data. Best, - Eric Koleda, AdWords AP

Re: Can't login to v2009 production

2010-04-27 Thread AdWords API Advisor
Hi Farid, In the AdWords web interface, what is displayed on the "My account" -> "Account access" page in the "Access level" column for that login? Best, - Eric Koleda, AdWords API Team On Apr 25, 6:58 pm, Sultan wrote: > Hi, > I have some php code using the php library to access the adwords ap

How to get Volume (statistical information) about Keywords.

2010-04-27 Thread iosif feygin
I am using java Code from the example getRelatedKeywords.java. This example returns a list of keywords. Is it possible to get a statistic about these keywords (the volume per month)? Thanks, Joseph. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sun

EntityNotFound.INVALID_ID

2010-04-27 Thread Hongyu Li
I was trying to change criterion bid value a few hundred one request, but one or two keywords are not exist that cause me to meet EntityNotFound.INVALID_ID exception. Is that the those valid keyword are already changed by this request? if not, Is there have a way to ignore those invalid keywords?

Performance generating Services

2010-04-27 Thread scrat
Hi, to walk through an adwords-account and get all data (campaigns, adgroups, criterions) i use the following code (just pseudo-code for understanding): try { $adwordsUser = new AdWordsUser(); } catch (Exception $e) { die(); } $campaignService = $adwordsUser->GetCampaignService('v200909')

Validating Bulk Mutate Jobs

2010-04-27 Thread andrey
Hi, Is it possible to validate Bulk Muate Jobs? I am using the Java API and my code looks something like the following: user.getValidationService(AdWordsService.V200909.BULK_MUTATE_JOB_SERVICE); ... BulkMutateJob job = new BulkMutateJob(); ... job = bulkMutateJobService.mutate(operation); the la

2 questions regarding the info service

2010-04-27 Thread Tam
Hi there We'd be grateful if you could answer a couple of questions for us regarding the info service a) I have used your infoservice to establish the api usage by each of our clients (using the usage type : UNIT_COUNT_FOR_CLIENTS ) but the sum total units (for every single account) are only abou

Re: Load Balance The API and Reports

2010-04-27 Thread Avihay Tsayeg
Thanks, Yes, already migrated to 2009. I need to test large scale data similar to google limits. Avihay On Apr 25, 3:55 pm, Avihay Tsayeg wrote: > Hi, > How can I load balance the API? > I understand that the sandbox is not meant for this. > > Is there any database schema to write a simulatior ?

Wanna only one results by a keyword, but got a lot more

2010-04-27 Thread WoY
Hi, have the following problem. I want to consult with the code (see below), only one keyword, but I get a list of keyword variations, which I do not need. $seedKeyword1 = array( 'text' => 'suchmaschinenoptimierung ', 'type' => "Exact", 'isNegative' => false ); $seedKeywords = array($seed

AuthenticationError.CLIENT_EMAIL_INVALID on V2009 services only

2010-04-27 Thread Marco
We have an MCC Account that contains hundreds of other (MCC) accounts. All of them work fine except for one, that will only allow us to use the V13 services (ReportService, AccountService etc.). Because the other accounts are working great, the problem should not be in the AuthorizationToken as fa

Re: Report Service

2010-04-27 Thread daniele.sanga...@tradedoubler.com
Hi, Can you please be more specific, we are doing a migration of platform to another system and this can impact a lot on our plans. Regards On Apr 14, 4:57 pm, AdWords API Advisor wrote: > Hi, > > Please see my response on the following thread: > >  http://groups.google.com/group/adwords-api/b

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

2010-04-27 Thread stain
thanks for your help. i got it to work. now to the next problem: for most keys, it works, but there are some keys, that have a search volume (of over 100k) according to the adwords tool, but the api returns NULL. are there any bugs? i also noticed, that for "smaller" search volume keys it always

A more clear definition of Internal-Only AdWords API Client in Terms & Conditions

2010-04-27 Thread Alvin
Could somebody provide me with a more clear definition of Internal- Only AdWords API Client in the Terms & Conditions. I'm confused by the this part in the terms "(together with its Affiliates)". Thus saying that the Owner can be a group of actors whereas later partners are excluded from the defini