AdWords API Re: awapi-local-db-sync-1.0.0

2008-10-02 Thread ckrahn
Found the problem, the keyword report tried to get MaximumCPM on a CPC campaign, related to this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/db6dbf408597789/d4bf495934b62ec6 On 1 Okt., 17:22, ckrahn [EMAIL PROTECTED] wrote: I tried the new AdWords API Local Database

AdWords API Re: awapi-local-db-sync-1.0.0

2008-10-02 Thread ckrahn
The fix for that is: remove selectedColumnsMaximumCPM/selectedColumns from the keyword history report job in the production.config file: [KeywordHistory] report_job: selectedReportTypeStructure/ selectedReportTypenameLocal DB Sync: Keyword/ nameaggregationTypesKeyword/

AdWords API Re: Are email and password MCC account info?

2008-10-02 Thread Jan Piotrowski (AdWords API Guru)
Sorry, still don't get it. What programming language, API library or example code are you using? - Jan On 1 Okt., 20:54, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Basically, my question is from Adwords.properties which is under API. We're trying to get all the client accounts for given

AdWords API Can I get conversion value totals per campaign?

2008-10-02 Thread dooper3
Hi all, I've been looking through the documentation for the adwords api and have succeeded in getting my impletementation to retrieve all the campaigns, and then retrieve the stats for each campaign through getCampaignStats before doing some maths and showing it to the person using it. However,

AdWords API Re: Can I get conversion value totals per campaign?

2008-10-02 Thread ckrahn
I suggest running a campaign summary report on your MCC with the column TotalConversionValue added to the request. http://www.google.com/apis/adwords/developer/adwords_api_report_campaign.html#aggr_CampaignSummary Should also be more quote efficient if you have lot of campaigns. Regards,

AdWords API Re: How do I get all the Account for given customerId?

2008-10-02 Thread Christian Krahn
That way you can get all the accounts in that MCC. That doesnt mean that those accounts belong to one customer (unless you have one MCC for each of your customers to handle each customer's accounts). So you still would need some sort of identifier for each customer inside the MCC. One possible

AdWords API Re: File not found exception on download

2008-10-02 Thread AdWords API Advisor
Hello, The bug is in with the engineering team, but there's no update on it yet. How frequently are folks experiencing this behavior over the past day or so? If this was taking place primarily last week that's a good data point to pass back to the engineers. Cheers, -Jeff Posnick, AdWords API

AdWords API Re: keyword variations - negative keywords returned in output for this request

2008-10-02 Thread AdWords API Advisor
Hello Boris, That doesn't look like the correct behavior to me. I'll open a bug about it and let you know what I hear back. As an aside, you don't need to include the same language and country value multiple times. You can just list en and US once. That shouldn't be causing the behavior

AdWords API Average upper and lower positions

2008-10-02 Thread Theonlineseo
Could someone please clarify what these terms are, how they are calculated, and how accurate are they? keyword DatelowerAvePositionupperAvgPosition lowerClicksPerDay upperClicksPerDay kewyord 1 3 0.383594

AdWords API Re: Local Database Sync project

2008-10-02 Thread AdWords API Advisor
Hello Robb, I'd give the appropriate installer for your system architecture a try from http://python.org/download/ I developed the code against Python 2.5.x. Python 2.6 was just released yesterday and I haven't given it a go with that yet. Python 2.4.x should also work, but the SQLite

AdWords API Re: accessing data from adwords accounts with MMC manager status

2008-10-02 Thread Peer Jakobsen (AdWords API Guru)
You can either link the other MCC to you MCC as API link only, or link the individual accounts of the other MCC into your MCC also as API link only. An account/MCC can only be linked twice, so if his accounts are only linked to his MCC then their should still be room for you to do an API link

AdWords API Re: File not found exception on download

2008-10-02 Thread tozor
I saw it several times on Friday during the day, but have not seen it since then. Tim Ozor On Oct 2, 10:07 am, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello, The bug is in with the engineering team, but there's no update on it yet. How frequently are folks experiencing this

AdWords API Re: DefinedReportJob returns blank report

2008-10-02 Thread AdWords API Advisor
Hello, It sounds like you might be running the Keyword Structure report against your MCC account, which doesn't contain any actual AdWords data. You'd want to be sure that you run the report against an actual AdWords account. Take a look at the credentials you're specifying in your

AdWords API Re: lower/upper Avg Position

2008-10-02 Thread AdWords API Advisor
Assuming that you're referring to the values returned in the KeywordEstimate object: http://code.google.com/apis/adwords/docs/developer/KeywordEstimate.html These values are only relevant for text ads shown in the Search Network. If you bid the value listed in lowerCpc, then, on average, if

AdWords API Re: Average upper and lower positions

2008-10-02 Thread AdWords API Advisor
Please see the discussion in the other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/56352f26c80d9e62/b0334472a9497b0a#b0334472a9497b0a Cheers, -Jeff Posnick, AdWords API Team On Oct 2, 12:03 pm, Theonlineseo [EMAIL PROTECTED] wrote: Could someone please clarify

AdWords API Re: Are email and password MCC account info?

2008-10-02 Thread AdWords API Advisor
Based on your other questions posted in this group, I'm assuming that you're asking about how to populate the credentials when making a call to getClientAccounts(). As I mentioned in a separate thread, in that situation you'd want to specify your MCC's email address and password for the email and

AdWords API Re: Please clarify on getClientAccounts()

2008-10-02 Thread AdWords API Advisor
Hello, The rest of the text in the docs should hopefully clear that up: http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts There's a description of what constitutes the effective user and how the clientEmail and email headers come into play. Basically,