AdWords API ReportService - possible to filter Keyword Report for clicks > 0?

2009-09-30 Thread crosby
Hi, In the web interface I can limit a keyword performance report to keywords with clicks > 0. I wonder if that is possible with the ReportService? Alternatively, what I am actually trying to do is to be able to get a keyword performance report with IDs (as opposed to only the account, campaign,

AdWords API Re: Unique Creative ID

2009-09-30 Thread AdWords API Advisor
Hi Ewan, I believe that the creative IDs are unique, but I will need to confirm this. I'll update this thread when I have more information. Best, - Eric Koleda, AdWords API Team On Sep 29, 4:47 am, ewan wrote: > Hi, > > From using the API operations I've always been under the assumption > tha

AdWords API Re: Are Campaign and AdGroup Criterions IDs unique globally in API v2009?

2009-09-30 Thread AdWords API Advisor
Hi Marian, The short answer is yes. The terminology can get a bit confusing at times, so let me explain the situation just so it's clear to everyone. Campaigns have CampaignCriterion objects, and AdGroups have AdGroupCriterion objects. This layer of objects controls how to handle the criterion

AdWords API Re: CampaignTargetService returning incorrect value for NetworkTargets?

2009-09-30 Thread AdWords API Advisor
Hi, It looks like this is caused by with the AdWords web interface. When you uncheck the option "Content network" it removes the network "CONTENT_NETWORK". However, if the radio button for "Relevant pages across the entire network" was selected, it will not remove "CONTENT_CONTEXTUAL" when the

AdWords API Re: Site and Category Exclusion with the v13 API

2009-09-30 Thread AdWords API Advisor
Hi, Thank you for bringing this to our attention. I tested out the behavior myself, and I am seeing the same "null" values in the UI. I think you are right, that the category groupings probably got mixed in with the actual categories, and that SENSITIVE is perhaps another grouping. I'll bring

AdWords API Re: delete campaign/adgroup

2009-09-30 Thread AdWords API Advisor
Hi Kevin, To answer your questions: 1) No 2) No If an AdWords object is paused or deleted, itself and all it's child objects are not counted towards account limits. The child object's will not inherit the paused/deleted status, but they won't be counted towards limits. Best, - Eric Koleda, Ad

AdWords API Re: Getting Match Type From Keyword Performance Report

2009-09-30 Thread AdWords API Advisor
Hi, You are correct, KeywordTypeDisplay will contain that information. Thanks for the correction! Best, - Eric On Sep 30, 1:30 pm, ewan wrote: > I think it's there but the name is a bit unclear.  If you specify the > report column 'KeywordTypeDisplay' you will receive a response of > 'kwType'

AdWords API delete campaign/adgroup

2009-09-30 Thread Kevin
Hi, 1. If I delete a campaign, do I have to delete all adgroups, ads, and keywords for that campaign? 2. If I delete an adgroup, do I have to delete all the ads and keywords for that adgroup? If not, does it count toward the cap of number of adgroups, ads, or keywords on that account? Many than

AdWords API Re: Getting Match Type From Keyword Performance Report

2009-09-30 Thread ewan
I think it's there but the name is a bit unclear. If you specify the report column 'KeywordTypeDisplay' you will receive a response of 'kwType' that contains the match type. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

AdWords API Re: Site and Category Exclusion with the v13 API

2009-09-30 Thread j.e.frank
Thanks for this list. Most of them match up nicely but there are still a few issues. I was trying to match these up with the choices available in the AdWords UI, and I couldn't find one related to "Sensitive Themes". As an experiment, I tried to set a category exclusion using SENSITIVE with the

AdWords API Re: Getting Match Type From Keyword Performance Report

2009-09-30 Thread AdWords API Advisor
Hi Brady, Unfortunately it isn't possible to retrieve the MatchType of a keyword with this report. You would have to make separate requests to the API to retrieve that information. Best, - Eric Koleda, AdWords API Team On Sep 30, 3:12 am, Brady wrote: > I don't see any way to get MatchType wh

AdWords API Re: To display to almost realtime do number of keywords, adgroups, impressions, clicks, budget etc onto our intranet pages

2009-09-30 Thread AdWords API Advisor
Hi, The AdWords API can be used to pull a wide variety of information about AdWords accounts, so developing an application like this is certainly possible. Something to be aware of though is that there are unpublished limits on how many requests you can make to the AdWords API in a given time fr

AdWords API Re: I need to specify adGroupId

2009-09-30 Thread AdWords API Advisor
Hi Vardamir, You're in luck, because there is also a CampaignService.get() method: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.html#get If you haven't already, I encourage you to familiarize yourself with the v2009 API Developer Documentation: http://code.goog

AdWords API Re: Campaign status

2009-09-30 Thread AdWords API Advisor
Hi Harut, Please see my response in your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/6528936fed0bcf2f/7ebff1bed8b44f18?show_docid=7ebff1bed8b44f18. Best, - Eric Koleda, AdWords API Team On Sep 30, 10:32 am, harroot wrote: > Hi all > > I'm using adwords API

AdWords API Re: Campaign deleted status

2009-09-30 Thread AdWords API Advisor
Hi Harut, You can read more about Campaign statuses in v13 here: http://code.google.com/apis/adwords/docs/developer/Campaign.html#status. In v2009 there are fewer statuses: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.CampaignStatus.html. This is because some of the st

AdWords API Re: API for Keyword tool service.

2009-09-30 Thread AdWords API Advisor
Hi, I don't have any news at this time, but keep watching the Official AdWords API blog for an announcement: http://adwordsapi.blogspot.com/. Best, - Eric On Sep 30, 4:07 am, keesjan wrote: > Hi Erik, > any news yet about the new 2009 keyword api service? > > On Sep 29, 8:16 pm, AdWords API Ad

AdWords API Re: Campaign budget and adgroup bids

2009-09-30 Thread AdWords API Advisor
Hi Harut, Having a daily budget less than the maxCpc may prevent the ads in that ad group are served, but it there are no inaccuracies introduced. Best, - Eric On Sep 30, 4:05 am, Harutyun Terteryan wrote: > Hello > >  You mention that there are no technical errors, so I wander is there > any

AdWords API Re: AuthenticationError.AUTHENTICATION_FAILED @ ; trigger:'Account has been deleted for clientEmail '

2009-09-30 Thread AdWords API Advisor
Hi Allvin, As the error message indicates, this is an authentication error. Please ensure that you are using the correct account when generating your authToken. Also, authTokens expire after a week or so, so you made need to generate a new one. Best, - Eric Koleda, AdWords API Team On Sep 29,

AdWords API Re: I need to specify adGroupId

2009-09-30 Thread Vardamir
Hello, well, this method requires specifying campaignId as one of the fields in the AdGroupSelector parameter. So, how do I determine what is the campaignId for a running ad? Is this information available via web interface? Thanks. On Sep 29, 7:28 pm, AdWords API Advisor wrote: > Hi Vardamir,

AdWords API Getting Match Type From Keyword Performance Report

2009-09-30 Thread Brady
I don't see any way to get MatchType when running a keyword performance report according to: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html Is it just missing from the documentation or do I need to get it via the keyword_id in another call? --~--~-~--~

AdWords API To display to almost realtime do number of keywords, adgroups, impressions, clicks, budget etc onto our intranet pages

2009-09-30 Thread Joudama Lee
Hi there, We run a search engine marketing company. I would like to ask if anyone has any solutions to grab data the above data from our mcc account (right from the beginning of creation) and output at almost realtime onto a nice webpage with charts and graphs. I feel that it will be a good way

AdWords API Campaign status

2009-09-30 Thread harroot
Hi all I'm using adwords API v13, how can I find out which campaign are in google seted status(pending,ended, suspended ), and can anybody tell me when google sets this statuses? Best regards, Harut. --~--~-~--~~~---~--~~ You received this message because you are

AdWords API Campaign deleted status

2009-09-30 Thread harroot
Hi all Can anyone tell me what is difference between deleted and paused campaigns? If it's possible describe campaign all cases of statuses. Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API F

AdWords API Re: API for Keyword tool service.

2009-09-30 Thread keesjan
Hi Erik, any news yet about the new 2009 keyword api service? On Sep 29, 8:16 pm, AdWords API Advisor wrote: > Hi Vinoth, > > Google doesn't provide raw or exact search numbers, but you can get > fairly accurate information by using the > KeywordToolService:http://code.google.com/apis/adwords/d

AdWords API Re: Campaign budget and adgroup bids

2009-09-30 Thread Harutyun Terteryan
Hello You mention that there are no technical errors, so I wander is there any none technical inaccuracy, with this case? Best regards Harut. On Tue, Sep 29, 2009 at 11:06 PM, AdWords API Advisor wrote: > > Hi Haroot, > > This situation is also possible using the AdWords web interface, and >