Re: No results on API, thousands on keyword tool

2010-07-15 Thread calford
sure thing, done for all countries, all languages for Nicole Kidman John Travolta Lindsay Lohan [Jul 15 2010 07:17:15.00 - INFO] POST /api/adwords/o/v200909/ TargetingIdeaService HTTP/1.1 Host: adwords.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.3.0, gzip Accept-Encoding: gzip,

using v201003 ReportDefinitionService in the sandbox - no results for getReportFields

2010-07-15 Thread atari-i
Hi, I'm using v201003 ReportDefinitionService in the sandbox (with the php libraries). Here's my problem - I get no fields back when I run getReportFields on any of the report types (except ADGROUP_PERFORMANCE_REPORT which gives me 3 fields but I believe there should be more than that) I'm very

Getting UNEXPECTED_INTERNAL_API_ERROR when doing exemption requests.

2010-07-15 Thread Peer Jakobsen (AdWords API Guru)
Hi API Team, I am getting internal errors when adding 3 criteria with exemption requests. I have a slight suspicion that it might be because it's one criteria in 3 match types asking for the same request 3 times, and that this somehow messes up the validation server side. Below is the SOAP reques

Re: Sandbox - getting all campaigns across all accounts, php (v200909)

2010-07-15 Thread atari-i
Thanks for that! On Jul 7, 8:20 pm, AdWords API Advisor wrote: > Hi, > > It isn't possible to make requests across client accounts, and each > request can only operate against a single client account.  Requests > made without specifying a client ID (clientEmail or clientCustomerId) > are made aga

Need to get all the campaigns under 1 account.

2010-07-15 Thread YK
I have different clients under 1 adwords account. I want to retrieve all the client campaigns under that account. In the previous version I was using $apilityUser = new APIlityUser(); $all_accinfo=getManagersClientAccountInfos(); and then foreach ($value as $iKey => $iValue) {

Re: using v201003 ReportDefinitionService in the sandbox - no results for getReportFields

2010-07-15 Thread AdWords API Advisor
Hi Atari, We are currently tracking an issue at our end where getReportFields doesn't return the list of report fields. I'll update this thread once the fix is live. Your script should work fine once the issue is fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 15, 2:04 pm, atari-i w

Re: REQUEST_PART_IS_OUT_OF_ORDER? What is this?

2010-07-15 Thread AdWords API Advisor
Hi, The most likely reason for this issue is that BulkMutateRequest.partIndex for the failing mutate() call is wrong. The partIndex should be such that 0 ≤ partIndex < numRequestParts and should increase sequentially from 0 to numRequestParts - 1 with each newly submitted part. The best way to tro

Re: using v201003 ReportDefinitionService in the sandbox - no results for getReportFields

2010-07-15 Thread atari-i
Thanks for that. Glad to know it wasn't just me being dumb ;) ai On Jul 15, 11:56 am, AdWords API Advisor wrote: > Hi Atari, > > We are currently tracking an issue at our end where getReportFields > doesn't return the list of report fields. I'll update this thread once > the fix is live. Your sc

Re: AdWords API Problem

2010-07-15 Thread AdWords API Advisor
Hi Khalid, Are you making your API calls to the AdWords API sandbox? AdWords API sandbox gives you only test results for TargetingIdeaService, you have to make calls to the production account to get results that match your keyword text. Cheers, Anash P. Oommen, AdWords API Advisor On Jul 13, 4:0

Re: Need to get all the campaigns under 1 account.

2010-07-15 Thread AdWords API Advisor
Hi, GetAllCampaigns.php will give you only the campaigns of the current account, so you need to make calls to http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts to retrieve your client accounts and then use GetAllCampaigns.php to retrieve the campaigns of one

Regarding retrieve PlacementURL

2010-07-15 Thread Ashok
Hi, I am currently working in Placement Targeting(AdGroupCriterionService) side. So i set all the placement url and get the adgroup id and criterion id . But i wan't that placementUrl which I hv set... How I can retrieve that placementUrl Plz give me any solution using JAVA

To get approx_content_impressions_per_day for placement.

2010-07-15 Thread joseph feygin
I try to get aapprox_content_impressions_per_day for placement. It returns very srange values like: com.google.api.adwords.v200909.o.ra...@7e954957 This is extract from my code. Any Ideas? Please Help. if (page.getEntries() != null && page.getEntries().length > 0) {

how do I get a criterionid?

2010-07-15 Thread axum
i am having a brain freeze here I need to use the updateadgroupcriterion service. And I am at a lost on how to get the criterionid. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adw

Re: keyword Bids

2010-07-15 Thread AdWords API Advisor
Hi, Yes, that AdGroupCriterionService can be used to get and update keyword bids: http://code.google.com/apis/adwords/v2009/docs/reference-v200909/AdGroupCriterionService.html Best, - Eric Koleda, AdWords API Team On Jul 13, 6:07 pm, axum wrote: > I have a campaign id and an AdGroup ID I wa

Re: api error 2010 reports: keywordtext was added to the xml file

2010-07-15 Thread AdWords API Advisor
Hi, Can you post a sample row from the XML file that demonstrates this problem? Best, - Eric Koleda, AdWords API Team On Jul 13, 1:48 am, webtem-tr wrote: > api 2010 version use, I create reports with api. As of yesterday, but > reports are that despite creating a keyword, the keyword in xml fi

Re: No Global Search Volumes Returned Since 6pm CST Yesterday

2010-07-15 Thread JeremyL
Looks like in the json results, the idea type and global searches switched positions and it cause my script to fail. On Jul 14, 1:20 pm, JeremyL wrote: > Since 6pm CST yesterday, the 09 API has not been returning any global > search volume using GetTargetingIdeaService. > > The local search volum

Re: Google API Sandbox Perl

2010-07-15 Thread AdWords API Advisor
Hi Sanjo, Have you retried the request more than once? Also, please double check that the email and developer token match in the request XML. Best, - Eric Koleda, AdWords API Team On Jul 14, 3:15 am, sanoj vs wrote: > Hi, > > I am using sandbox environment in perl. > I initialized the adword.p

Re: a few questions about batch size and API unit/cost

2010-07-15 Thread AdWords API Advisor
Hi, Yes, traffic estimation is currently only available in the v13 version of the API. I believe the estimateKeywordList() allows for up to 1000 keywords per request. Best, - Eric On Jul 14, 12:12 am, xero wrote: > Hi Eric, > >   Thanks for the input! Helps a lot. > >   There's one question ab

Re: Unprocessed results? What causes these?

2010-07-15 Thread AdWords API Advisor
Hi, Yes, the cause could very well be an internal AdWords issue. In these cases it may be best to resubmit those operations again in a new job. Best, - Eric On Jul 14, 2:39 am, ojak wrote: > "This could result if the job was aborted by the back-end workflow > because the developer's API quota

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-07-15 Thread AdWords API Advisor
Hi, Thanks for providing this information. I'll open a dialog with the core engineering team regarding that error message and see if we can get any further information about the cause. In regards to the ReceiveTimeoutError, I'm assuming this is a client side timeout, and not a message returned i

Does keyword quota include negative keywords?

2010-07-15 Thread Kevin
Hi, Does keyword quota include negative keywords? Thanks, -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: How can i valid a Ads before create or update them by using Ruby ?

2010-07-15 Thread AdWords API Advisor
Hi, The ad or keyword won't be valid without the adGroupId populated, so you will need to create a campaign and ad group in the account if none exists already. Best, - Eric On Jul 14, 4:08 am, ojak wrote: > The example in the link shows campaign creation validation, but is it > possible to vali

Re: SOAP-ERROR: Parsing WSDL

2010-07-15 Thread AdWords API Advisor
Hi, WDDX seems to be completely independent of the client library and its SOAP services. What made you think to enable this? Best, - Eric On Jul 14, 5:56 am, zac439 wrote: > Eric- > > Thanks for the help but I solved it. Apparently I had to enable WDDX > in my PHP build. > > Can you please add

Why validateOnly require exemptionRequests ???

2010-07-15 Thread Suraj Khakurel
Hi I had passed the header with parameter validateOnly is true using ruby client library. Below is my request xml. As you see in the xml there is two "exemptionRequests" nodes attached with request. I think because of these two empty nodes i am getting following error: [RequiredError.REQUIRED

Re: Bulk job best practices

2010-07-15 Thread AdWords API Advisor
Hi, How long does it take to upload a job at this rate? The production environment works off of a different set of servers, so you may see better performance there. Best, - Eric On Jul 14, 10:09 am, khelll wrote: > I'm using EC2 machine, and trying to submit to those 3 accounts on > parallel n

Re: Need Help Setting up Sandbox with v201003 - php Libraries

2010-07-15 Thread AdWords API Advisor
Hi, Did you run AddCampaign without the clientEmail specified as well? Campaigns can only be added to a client account, as MCC accounts are not allowed to have campaigns of their own. Best, - Eric Koleda, AdWords API Team On Jul 14, 11:22 am, JohnW2G wrote: > I am trying to setup a sandbox usin

Re: Average CPC for Keywords and Ideas

2010-07-15 Thread AdWords API Advisor
Hi, To get this information you need to use the TrafficEstimatorService, which is currently only available in the v13 version of the API: http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html Best, - Eric Koleda, AdWords API Team On Jul 14, 4:50 am, coderXO wrote:

Re: No Global Search Volumes Returned Since 6pm CST Yesterday

2010-07-15 Thread AdWords API Advisor
Hi Jeremy, What do you mean by JSON results? Are you using the SOAP API? Best, - Eric Koleda, AdWords API Team On Jul 15, 12:24 pm, JeremyL wrote: > Looks like in the json results, the idea type and global searches > switched positions and it cause my script to fail. > > On Jul 14, 1:20 pm, Je

Re: Keyword CPC bids

2010-07-15 Thread AdWords API Advisor
Hi, Please see your existing thread on this topic: http://groups.google.com/group/adwords-api/browse_thread/thread/3ed87103d98ef924/ Best, - Eric Koleda, AdWords API Team On Jul 14, 4:55 pm, axum wrote: > Is there an C# example on how to change a bid for a keyword in an > adgroup? -- =~=~

Re: CriterionPolicyError for PolicyName 'trademark'?

2010-07-15 Thread AdWords API Advisor
Hi, I don't have any information about why that specif term is being flagged. Questions about general AdWords policies should be posted to the AdWords forum: http://www.google.com/support/forum/p/AdWords As I mentioned previously, if the policy error can be exempted then you can add an exempt

Re: Using Sandbox v2009,How to get geographic data

2010-07-15 Thread AdWords API Advisor
Hi, The CampaignService, AdGroupService, AdGroupAdService, and AdGroupCriterionService all utilize the StatsSelector to retrieve these stats: http://code.google.com/apis/adwords/v2009/docs/reference-v200909/CampaignService.StatsSelector.html http://code.google.com/apis/adwords/v2009/docs/re

Re: how do I get a criterionid?

2010-07-15 Thread Joshua J. Kugler
On Thursday 15 July 2010, axum elucidated thus: > i am having a brain freeze here I need to use the > updateadgroupcriterion service. And I am at a lost on how to get the > criterionid. ga.AdGroupCriterion.get(...) should be what you want. you can filter by campaign, group, etc. Docs here: htt

Re: Need Help Setting up Sandbox with v201003 - php Libraries

2010-07-15 Thread JohnW2G
Hey Eric, Thanks for the reply. I changed auth.ini, commenting out the clientID field as shown: auth.ini email = "jx...@.com" password = "" userAgent = "Johns Test" applicationToken = "" developerToken = "jx...@.com++usd" ; Uncomment to make requests against a client account. ;clien

Auth Token Forbidden

2010-07-15 Thread Maxim Kurapatkin
Hello, >From time to time i'm receiving the following errors from API server: Could not get token for x...@gmail.com. Reason: Forbidden (code 403) CaptchaToken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRRsP1GppBLrkRuh-TN66ys1xcq7xJdFkD1oA4_yeTYRF-hBi_64SJ4kX5hn4uIs_jjmNnN00IwaskNKM:d3Y6iWiB8qdi6ky

Re: Does keyword quota include negative keywords?

2010-07-15 Thread Kevin
I meant keyword limit. On Jul 15, 10:45 am, Kevin wrote: > Hi, > > Does keyword quota include negative keywords? > > Thanks, > -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Re: SOAP-ERROR: Parsing WSDL

2010-07-15 Thread zac439
Eric- In scouring the web I found this: http://codeigniter.com/forums/viewthread/73884/#384673 I noticed WDDX was not enabled in my config, so I enabled it. After PHP was rebuilt I tried the URL and it worked. If it is indeed completely independent, I'm not sure what to say. I just know it worked

Re: a few questions about batch size and API unit/cost

2010-07-15 Thread xero
Hi Eric, Thank you very much! That would be all for now. On Jul 16, 12:38 am, AdWords API Advisor wrote: > Hi, > > Yes, traffic estimation is currently only available in the v13 version > of the API. I believe the estimateKeywordList() allows for up to 1000 > keywords per request. > > Best, >

Ad Parameters Not Updating

2010-07-15 Thread kevinm
I have noticed that on many of my ads the ad parameters are not updating and the default parameter is being used, but I can see no reason for it. I get no errors when setting the new parameters (soap details below). One thing I am suspecting is that there is a problem with the currency symbol (in