TargetingIdeaService - requestType IDEAS or STATS - incorrect search volume

2011-02-09 Thread MRL
Hi Guys

When using the TargetingIdeaService for a specific country, exact match, the 
local search volume is different if you toggle between IDEAS or STATS.  In 
other words, when using IDEAS, and iterating through the suggestions, and 
finding the exact match of keyword entered (when the generate related 
keyword matches the input keyword), the search volume is nearly 3 times more 
than when using STATS on that keyword

Which is correct?

Cheers
Mark

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Issue getting ad details when trying to include: AdNetworkType1

2011-02-09 Thread Sebastian
Hi,

I am having an weird issue when trying to download all my ad details.

The below code works:


// Report Definition - What type of Report I want
$reportDefinition = new ReportDefinition(); //object which
contains the basic report type info
$reportDefinition->reportName = "Update of Ads Table Information";
$reportDefinition->dateRangeType = "ALL_TIME";
$reportDefinition->reportType = "AD_PERFORMANCE_REPORT";
$reportDefinition->downloadFormat = "CSV";

// Selector - What field/data will this report contain
$selector = new Selector(); // object which contains all the field
and data info for the report
$selector->fields = array("Id", "Headline", "Description1",
"Description2","DisplayUrl","Url","Status"); //, "AdNetworkType1"

But when I add "AdNetworkType1" in the array of field the report still
processes but without any data.

I can't work out why this is.

The AdNetworkType1 is linked to the ad correct?

Hope to hear from you soon.

Seb

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Local Monthly Searches - Keyword Tool v Traffic Estimator

2011-02-09 Thread MRL
Hi Guys

I am currently using the TargetingIdeaService API (v200909) to get local 
monthly searches for keywords, in Australia, and Exact match.   This works 
well, and the figure I get matches the Keyword Tool Traffic 
Estimator,
 
but it is very different from the Keyword Tool Keyword 
Tool

I am confused as to which is an accurate figure to use for Local Monthly 
Searches, and which API to use.  For example, using the UI:

https://adwords.google.com/select/KeywordToolExternal

Enter keyword 'pet insurance', selecting Australia, and English, and Exact 
the 'Keyword Tool' returns local monthly searches of 6,600, and using same 
parameters for the 'Traffic Estimator', returns 1,900

Which API is correct to use for an accurate figure?

Thanks
Mark

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AccountService usage

2011-02-09 Thread AdWords API Advisor
Hi Craig,

Please ignore the comment that starts with "// Displays" in my
previous post. Just noticed it after clicking the Send button.

AdWordsUser user = new AdWordsUser();
// Get AccountService.
AccountInterface accountService =
user.getService(AdWordsService.V13.ACCOUNT_SERVICE);

// Initialize the sandbox and retrieve a list of 5 client accounts in
sandbox.
String[] clients = accountService.getClientAccounts();

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 9, 3:12 pm, AdWords API Advisor 
wrote:
> Hi Craig,
>
> You could use the Java client library 
> fromhttp://code.google.com/p/google-api-adwords-java
> instead, you can find all the java code examples here. As for the
> snippet you need, it will look something like this when using the Java
> client library.
>
> AdWordsUser user = new AdWordsUser();
>
> // Get AccountService.
> AccountInterface accountService =
> user.getService(AdWordsService.V13.ACCOUNT_SERVICE);
> // Displays the account's name, timezone, language, and currency.
> String[] clients = accountService.getClientAccounts();
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Feb 9, 11:16 am, Craig Smith  wrote:
>
>
>
>
>
>
>
> > I noticed on the forum (http://groups.google.com/group/adwords-api/
> > browse_thread/thread/1840738dc7b82e3a/d41bb4480db257f0) that when the
> > sandbox is refreshed the accounts are also lost and need to be
> > reestablished. This requires a call to
> > AccountService.getClientAccounts(). I went to the documentation and
> > followed the link to the Java source code example 
> > athttp://code.google.com/p/adwords-api-java-samples/source/browse/trunk...
> > but I get a 403 error. I tried a couple of accounts without success.
>
> > Can you post the sample here or fix the security issue?
>
> > Craig

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AccountService usage

2011-02-09 Thread AdWords API Advisor
Hi Craig,

You could use the Java client library from 
http://code.google.com/p/google-api-adwords-java
instead, you can find all the java code examples here. As for the
snippet you need, it will look something like this when using the Java
client library.

AdWordsUser user = new AdWordsUser();

// Get AccountService.
AccountInterface accountService =
user.getService(AdWordsService.V13.ACCOUNT_SERVICE);
// Displays the account's name, timezone, language, and currency.
String[] clients = accountService.getClientAccounts();

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 9, 11:16 am, Craig Smith  wrote:
> I noticed on the forum (http://groups.google.com/group/adwords-api/
> browse_thread/thread/1840738dc7b82e3a/d41bb4480db257f0) that when the
> sandbox is refreshed the accounts are also lost and need to be
> reestablished. This requires a call to
> AccountService.getClientAccounts(). I went to the documentation and
> followed the link to the Java source code example 
> athttp://code.google.com/p/adwords-api-java-samples/source/browse/trunk...
> but I get a 403 error. I tried a couple of accounts without success.
>
> Can you post the sample here or fix the security issue?
>
> Craig

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Abnormal latency after updating urls via api

2011-02-09 Thread AdWords API Advisor
Hi Daniel,

Could you post the report id (or its request id) as well? That would
be most helpful in troubleshooting the issue.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 8, 8:26 pm, daniel  wrote:
> Just to ensure coverage...
>
> I experienced similar lag today while revising budgets at the Campaign
> level.  Specifically, using "mutate" via API has taken well over 5
> hours without appearing in the UI, despite logging out, using
> different browser, etc. However, within minutes of making the change,
> using the API to download a report (which itself was defined via the
> API) shows all intended changes were actually made.
>
> API v201008 Request ID was 4199e723c4f1d3a6430d0af4401b068d on
> 2011-02-08 at 11:42:35 AM Pacific time (US).  Report confirming
> changes was downloaded at 11:44 AM.
>
> Thanks for addressing this issue!
> -Daniel
>
> On Jan 24, 8:20 am, AdWords API Advisor 
> wrote:
>
>
>
>
>
>
>
> > Hi All,
>
> > Thank you for the additional information, which I've passed on to the
> > core engineering team.  I believe they have located the source of the
> > problem, but I'm not sure when the fix will be ready.
>
> > Best,
> > - Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: DefinedReportJob Geographic , what am I doing wrong?

2011-02-09 Thread AdWords API Advisor
Hi Ward,

The code snippet works fine for me, what error does the server throw
when you do a validateReportJob? Could you post a sanitized request
and response xml here?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 7, 10:27 am, "w...@nextanalytics.com" 
wrote:
> In a reply to another user, Eric Koleda posted a snippet of code like
> this:
>
> DefinedReportJob myJob = new DefinedReportJob();
> myJob.name = "Geographic Report";
> myJob.selectedReportType = "Geographic";
> myJob.aggregationTypes = new string[] { "AdGroup", "Daily" };
> myJob.endDay = DateTime.Today;
> myJob.startDay = new DateTime(2010, 3, 1);
> myJob.selectedColumns = new String[] {"Campaign",
>        "AdGroup","AdNetworkType" , "Impressions", "Clicks" ,"Cost",
>         "Country" ,"Region" ,"Conversions" };
>
> I pasted it in my CS function and service.validateReportJob( myJob)
> throws an error.
>
> My app can do called to "Keyword" and "Structure" without any
> difficulty, just not this.
>
> thanks -- hopefully we get back a response fairly quickly.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Can not find how to access API from MCC

2011-02-09 Thread AdWords API Advisor
Hi Johan,

Make sure you are logged into your MCC account and not your AdWords
account. An MCC account should have a "My Client Center" tab in it.

Once you are within your MCC account, navigate to My Account->AdWords
API Center and follow the instructions on that page to get your
AdWords API tokens.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 9, 6:14 am, Johan Myrberger  wrote:
> I do have an MCC entry point, but am unable to find any traces on how to
> access the API. According 
> tohttps://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&;...
> I should find something under "My Account", but no luck...
>
> Any ideas?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Mutate Call Failed

2011-02-09 Thread AdWords API Advisor
Hi Nick,

The most likely reason for this error is that you are hitting the
ClientLogin endpoint very frequently. AuthTokens have long expiration
periods, so the ClientLogin isn't designed to be hit very frequently.
If you do, then the server will eventually throw you a Captcha error,
and you have to either unlock the captcha or wait for a while for the
error to go away. The workaround is to cache the authTokens at your
end and reuse them as far as possible.

See this blog post for more details around the best practices for
handling authTokens: 
http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 8, 6:34 am, Nick Hibberd  wrote:
> Sorry, the above error was caused by an error in my code, but the
> following error I get frequently and seems to be down to my login
> details, which are correct and which work again when I run the code
> again a few minutes later.
>
> Any ideas?
>
> Cheers
>
> Nick
>
> AdWords::Error::AuthError: Login failed for email
> ni...@yourgolftravel.com: Forbidden (code 403)
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r/
> authtoken.rb:71:in `get_token'
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r/
> credentials.rb:300:in `generate_auth_token'
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r/
> credentials.rb:274:in `auth_token'
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r/
> credentials.rb:53:in `on_simple_outbound'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/header/
> simplehandler.rb:32:in `on_outbound'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/header/handler.rb:
> 41:in `on_outbound_headeritem'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/header/
> handlerset.rb:43:in `on_outbound'
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r.rb:285:in
> `collect'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/xsd/namedelements.rb:
> 58:in `each'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/xsd/namedelements.rb:
> 57:in `each'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/header/
> handlerset.rb:42:in `collect'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/header/
> handlerset.rb:42:in `on_outbound'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/rpc/proxy.rb:240:in
> `create_request_header'
>         from /var/lib/gems/1.8/gems/adwords4r-19.2.1/lib/adwords4r/
> soap4rpatches.rb:108:in `call'
>         from /var/lib/gems/1.8/gems/soap4r-1.5.8/lib/soap/rpc/driver.rb:
> 181:in `call'
>         from (eval):6:in `mutate'
>
> On Feb 7, 5:34 pm, Nick Hibberd  wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > When running a bulk update on a number of adgroups I frequently come
> > across the following error, which will prevent me from running the
> > update for a minute or two, after which I can run it again without
> > changing anything
>
> > AdWords::Error::GoogleInternalError: mutate Call Failed:
> > #
>
> > Am I doing something wrong, or is there a way to avoid this?
>
> > Cheers
>
> > Nick

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: How to get CurrencyCode in v201008

2011-02-09 Thread AdWords API Advisor
Hi,

This feature is not yet available in v201008 AccountService, so you
might want to wait until this feature is available in the new AdWords
API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 8, 2:00 pm, "einter...@gmail.com"  wrote:
> Question: we are planing to migrate AccountService from v13 to V201008. In
> V13, by calling getAccountInfo, we can get CurrencyCode for this typical
> account. But I could not find any way of doing tat in V201008.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: My adword api request got rejected by google

2011-02-09 Thread AdWords API Advisor
Hi Ankur,

We check the website as part of the review process, so to ensure that
your tokens get reviewed properly, add your original site and make
sure it is up and running during the review process. Once you migrate
your site to the new servers, update your developer information, and
then respond to the rejection mail you received from Google. One of us
can follow up with you over that mail and get the review done.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 9, 1:25 pm, Ankur Sharma  wrote:
> I am software developer and i want to create one software which require
> google adword api. I applied, attached my credit card to my adword account.
> But my application got rejected, primary reason was i was moving my site to
> new server and when google employees checked , my site was unavailable. I
> reapplied for account, this time i have put another website which is content
> site, but right now i am not using any adsense or any other advertizement
> there. Its just pure content right now.
>
> I want to ask if google is very strict in giving api access? How can i get
> api?
>
> Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: automating reports?

2011-02-09 Thread AdWords API Advisor
Hi Diep,

This is possible, though the approach needs to be slightly different.
I'm providing links to the relevant code examples from the PHP client
library (http://code.google.com/p/google-api-adwords-php)

- Use the AdWords API to create a report definition:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/AddKeywordsPerformanceReportDefinition.php
- Download the report:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/DownloadReport.php
- Customize the report, email it to your customers.

See http://code.google.com/apis/adwords/docs/appendix/reports.html for
the list of supported reports, and
http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html
for an introduction on the report definition service.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 7, 8:01 am, diep  wrote:
> Hi,
> not sure if this is the right place to ask but we have the following
> problem. We'd like to send customized reports of campaigns to our
> customers. I know you can schedule reports in adwords but this
> requires giving access to a specific address which is a lot of work if
> you have many customers and does'nt allow the customizing we need.
> So what i want to do in PHP is a script that does something like this:
> - Adwords sends report to our email address
> - Grab the report
> - Do some customising
> - Send customised report as attachment to customer
>
> Is this possbile whithout using the API?
> And is it even possible using the API? :)
>
> thanks in advance!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: 'API Center' in MCC documentation out of date. How to get developer token?

2011-02-09 Thread Mike MacCana
Yes, per the link in my previous post I'm aware of the workaround you
mentioned and have used it.

On Wednesday, February 9, 2011, AdWords API Advisor
 wrote:
> Hi Mike,
>
> Since MCC is a different account than your existing AdWords account,
> you need a second email address to create an MCC. If you have a gmail
> account that you don't use with AdWords, you could use that email
> address in the wizard. If you don't have a second gmail address and
> you are okay creating one, then create a gmail account and then use
> that to create your MCC account. If you don't want to create a second
> gmail address and have an email from another provider, say, Yahoo!,
> then follow the wizard, select "I do not use these services" and
> provide the new email address in the signup wizard.
>
> Several users have mentioned on the forum before that they want to use
> a single email for AdWords account and API MCC account, but
> unfortunately AdWords doesn't support that case.
>
> As for the workaround article you mentioned, you still end up
> requiring two email addresses. If you don't mind changing your AdWords
> account's login, then here's a cleaner way (e.g. no need to delete
> your account as the article mentions) to do things than the one
> mentioned in the article.
>
> - Create a second email address.
> - Use this FAQ to change the login of your AdWords account to the new
> email address. 
> http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=27686
> - Use your original email address to create an MCC.
> - Signup for AdWords API in that MCC.
> - Link your AdWords account under the new MCC.
> - Use the mcc to manage your AdWords account.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Feb 7, 8:47 am, Mike MacCana  wrote:
>> Apparently many AdWords customers have this problem - there's a very long
>> thread here that AdWords customer support has not resolved but still closed
>> to new replies:
>>
>> http://www.google.com/support/forum/p/AdWords/thread?tid=03a1e0aafa87...
>>
>> There's some unofficial help here that customers are using in lieu of a
>> working fix from Google:
>>
>> http://www.graphicseo.org/how-to-upgrade-your-adwords-account-to-a-mc...
>>
>> Mike
>>
>>
>>
>>
>>
>>
>>
>> On Sun, Feb 6, 2011 at 3:11 PM, Mike MacCana  wrote:
>> > Hi Anash,
>>
>> > I've tried the link you've proided in your answer below and unfortunately
>> > it doesn't work. From the link:
>> >  *
>> > * *How do I get a My Client Center account?
>> > **It's easier than ever to sign up for a My Client Center account. Just
>> > visitwww.google.com/adwords/MyClientCenter,
>> > click "Sign up now," and follow the step-by-step instructions.*
>>
>> > Following that link to sign up for an 'MCC' account gives:
>>
>> > *The login f...@bar.com is already an AdWords account. *
>>
>> > Ie, if you're already an AdWords account, the web page will not let you be
>> > an MCC account.
>>
>> > Is there a way for people who have AdWords accounts to have MCC accounts?
>> > Could you please let us know what it is?
>>
>> > Thanks,
>>
>> > Mike
>>
>> > On Fri, Jan 28, 2011 at 5:42 AM, AdWords API Advisor <
>> > adwordsapiadvi...@google.com> wrote:
>>
>> >> Hi Mike, vit,
>>
>> >> If you don't see the AdWords API Center link, you are logged into an
>> >> AdWords account, not an MCC account. Another way to confirm this is to
>> >> check if the account you logged into has a "My Client Center" tab.
>> >> Only MCCs will have this tab.
>>
>> >> If you don't have an MCC account, you can follow the instructions at
>> >>http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=22531
>> >> to create an MCC account.
>>
>> >> Cheers,
>> >> Anash P. Oommen,
>> >> AdWords API Advisor.
>>
>> >> On Jan 27, 7:31 pm, vit  wrote:
>> >> > That's exactly what's happening to me:
>> >>http://code.google.com/apis/adwords/forum.html?place=msg%2Fadwords-ap...
>>
>> >> > So is there a way get AdWords api access ?
>>
>> >> --
>> >> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> >> Also find us on our blog and discussion group:
>> >>http://adwordsapi.blogspot.com
>> >>http://groups.google.com/group/adwords-api
>> >> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> >> 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-api@googlegroups.com
>> >> To unsubscribe from this group, send email to
>> >> adwords-api+unsubscr...@googlegroups.com
>> >> For more options, visit this group at
>> >>http://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send em

Re: How can I sign up for Google Adwords API, I get an "access denied" message.

2011-02-09 Thread Mike MacCana
Hi Eric,

I already am very much aware of the differences between non MCC and
MCC accounts. The inability to change a non MCC account to an MCC
account is the issue here, please see the post you're replying to or
any of the other similar threads.

Mike

On Tuesday, February 8, 2011, AdWords API Advisor
 wrote:
> Hi Mike,
>
> To be clear, the behavior around accounts is expected and is not a
> bug.  There are two types of AdWords accounts: regular and MCC.  MCC
> accounts are used to organize and manage groups of accounts, and can't
> have campaigns of their own.  A Google login can only be associated
> with one AdWords account, either regular or MCC.  You must use an MCC
> account to register for a developer token.
>
> Best,
> - Eric
>
> On Feb 7, 5:16 pm, Mike MacCana  wrote:
>> Hey all,
>>
>> If 'API Access' is missing in the UI, and the words 'My Client Center' do
>> not appear in the top right of your green AdWords page, you're using AdWords
>> with a Google Account, rather than a My Client Center account.
>>
>> You can sign up for an MCC account here, but as we've been discussing
>> recently, this will complain if you've  already been using a regular Google
>> account.
>>
>> http://www.google.com/intl/en/adwords/myclientcenter/
>>
>> We've been discussing this recently - there doesn't seem any way to
>> 'upgrade' from a regular Google account to an MCC one. There have been many
>> posts on this issue (see the other threads) and there doesn't seem to be a
>> fix yet, just various workarounds.
>>
>> Mike
>>
>> 2011/2/5 Łukasz Ligocki 
>>
>>
>>
>>
>>
>>
>>
>> > Hello. I've got a similar problem. I'd like to begin using an AdWords
>> > API and obtain a developer token as it's required. But following
>> > instructions contained in a help
>> > center (https://adwords.google.com/support/aw/adwordsapi/bin/
>> > answer.py?
>> > hl=en&answer=15104) i've been trying to sign up throug my account tab,
>> > and API center link. But in my personal account settings, i couldn't
>> > find such tab. And furthermore, attempting to access through the
>> >https://adwords.google.com/select/ApiCenterurl, returned information
>> > about too less level of permissions for my account and prompt to
>> > contact with administrator ("Access denied") .
>>
>> > It's all kind of weird because this is my only one address  using to
>> > the commonly authorization in services like: gmail, adwords, analytics
>> > etc. I have no idea what is the reason of such issue.  I'll be a
>> > grateful for any kind of useful sugestions to fix and solve this
>> > problem.
>>
>> > Best regards.
>>
>> > Lukas Ligocki
>> > it-freelancing.pl
>>
>> > On 25 Sty, 19:54, AdWords API Advisor 
>> > wrote:
>> > > Hi Rahul,
>>
>> > > Please follow the directions here:
>>
>> > >  https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer.
>> > ..
>>
>> > > If you are still experiencing issues then please include more
>> > > technical details about the problem.
>>
>> > > Best,
>> > > - Eric Koleda, AdWords API Team
>>
>> > > On Jan 21, 5:27 am, Rahul Gairola  wrote:
>>
>> > > > When I try to access it from my Google ad-words account, please help.
>>
>> > --
>> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> > Also find us on our blog and discussion group:
>> >http://adwordsapi.blogspot.com
>> >http://groups.google.com/group/adwords-api
>> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> > 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-api@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > adwords-api+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> >http://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Which Access Level I need to use the API?

2011-02-09 Thread AdWords API Advisor
Hi Dymytry,

AdWords API follows the access rights in the web UI, so with a
ReadOnly access, you should be able to do get() calls, but mutate()
calls should fail. I believe a Standard access should be enough for
covering all features of AdWords API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 7, 1:04 pm, Dymytry  wrote:
> Hello Gentlemen!
>
> I am trying to set my first Adwords API app and have a worry about
> some security issues. At the moment I have a read-only access to my
> company account in Adwords. I even cannot see the developer token,
> though it was emailed to me.
>
> A question is: which access level should be assigned to my Google
> Account to use the Adwords API?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ReportDefinitionService(v201008)

2011-02-09 Thread AdWords API Advisor
Hi Hiro,

1. The new reporting API gives you all the records, so you don't need
a includeZeroImpression field. You can control what is being returned
by the report using Predicates. See
http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.Predicate.html
and 
http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.Selector.html#predicates
for details.

2. You can perform aggregation on reports by including aggregation
columns in the ReportDefinition. See 
http://code.google.com/apis/adwords/docs/reportguide.html
for details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 7, 5:56 am, hiro  wrote:
> Hi!
>
> I would like to update from the v13  to v201008(java).
> I have a question about the report.
> (http://code.google.com/intl/en/apis/adwords/docs/reference/latest/
> ReportDefinitionService.html)
>
> 1: Is the field 'includeZeroImpression' of DefinedReportJob(v13)
> available in v201008?
> 2: Is the field 'aggregationTypes ' of DefinedReportJob(v13) available
> in v201008?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: How can I sign up for Google Adwords API, I get an "access denied" message.

2011-02-09 Thread AdWords API Advisor
Hi Mike,

You might also want to check these threads, just adding them here
since you are in one of these threads as well:

https://groups.google.com/group/adwords-api/browse_thread/thread/cccb0c9a4f6faa19?pli=1
https://groups.google.com/group/adwords-api/browse_thread/thread/9c105deee23440c7?pli=1

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 8, 5:30 pm, AdWords API Advisor 
wrote:
> Hi Mike,
>
> To be clear, the behavior around accounts is expected and is not a
> bug.  There are two types of AdWords accounts: regular and MCC.  MCC
> accounts are used to organize and manage groups of accounts, and can't
> have campaigns of their own.  A Google login can only be associated
> with one AdWords account, either regular or MCC.  You must use an MCC
> account to register for a developer token.
>
> Best,
> - Eric
>
> On Feb 7, 5:16 pm, Mike MacCana  wrote:
>
>
>
>
>
>
>
> > Hey all,
>
> > If 'API Access' is missing in the UI, and the words 'My Client Center' do
> > not appear in the top right of your green AdWords page, you're using AdWords
> > with a Google Account, rather than a My Client Center account.
>
> > You can sign up for an MCC account here, but as we've been discussing
> > recently, this will complain if you've  already been using a regular Google
> > account.
>
> >http://www.google.com/intl/en/adwords/myclientcenter/
>
> > We've been discussing this recently - there doesn't seem any way to
> > 'upgrade' from a regular Google account to an MCC one. There have been many
> > posts on this issue (see the other threads) and there doesn't seem to be a
> > fix yet, just various workarounds.
>
> > Mike
>
> > 2011/2/5 Łukasz Ligocki 
>
> > > Hello. I've got a similar problem. I'd like to begin using an AdWords
> > > API and obtain a developer token as it's required. But following
> > > instructions contained in a help
> > > center (https://adwords.google.com/support/aw/adwordsapi/bin/
> > > answer.py?
> > > hl=en&answer=15104) i've been trying to sign up throug my account tab,
> > > and API center link. But in my personal account settings, i couldn't
> > > find such tab. And furthermore, attempting to access through the
> > >https://adwords.google.com/select/ApiCenterurl, returned information
> > > about too less level of permissions for my account and prompt to
> > > contact with administrator ("Access denied") .
>
> > > It's all kind of weird because this is my only one address  using to
> > > the commonly authorization in services like: gmail, adwords, analytics
> > > etc. I have no idea what is the reason of such issue.  I'll be a
> > > grateful for any kind of useful sugestions to fix and solve this
> > > problem.
>
> > > Best regards.
>
> > > Lukas Ligocki
> > > it-freelancing.pl
>
> > > On 25 Sty, 19:54, AdWords API Advisor 
> > > wrote:
> > > > Hi Rahul,
>
> > > > Please follow the directions here:
>
> > > >  https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer.
> > > ..
>
> > > > If you are still experiencing issues then please include more
> > > > technical details about the problem.
>
> > > > Best,
> > > > - Eric Koleda, AdWords API Team
>
> > > > On Jan 21, 5:27 am, Rahul Gairola  wrote:
>
> > > > > When I try to access it from my Google ad-words account, please help.
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Also find us on our blog and discussion group:
> > >http://adwordsapi.blogspot.com
> > >http://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > 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-api@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > adwords-api+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: C# program like https://adwords.google.com/select/KeywordToolExternal

2011-02-09 Thread AdWords API Advisor
Hi,

Your code example is just fine, but you need to send your request to
the production server (https://adwords.google.com) instead of sending
it to the sandbox (https://adwords-sandbox.google.com). The
TargetingIdeaService will only give you test results in the sandbox.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 8, 2:06 am, myry2000  wrote:
> file soap_xml.log :
>
> -BEGIN API CALL-
>
> Request
> ---
>
> POST /api/adwords/o/v201008/TargetingIdeaService
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
> Protocol 2.0.50727.4927)
> VsDebuggerCausalityData: uIDPo16wY+899mVHn0m3fnCJ/
> hEAap46HNEzWkmv7iABZyo1Z9CHmpP2QsFAmwhrXCzSjgAACQAA
> Content-Type: text/xml; charset=utf-8
> SOAPAction: ""
> Host: adwords-sandbox.google.com
> Content-Length: 1637
> Connection: Keep-Alive
> TimeStamp: Mon, 07 Feb 2011 22:30:51 GMT
>
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/
> XMLSchema"> xmlns="https://adwords.google.com/api/adwords/cm/v201008";>** applicationToken>https://adwords.google.com/api/
> adwords/cm/v201008">**client_1+mym...@onet.eu clientEmail>https://adwords.google.com/api/
> adwords/cm/v201008">**AwApi-DotNet-11.2.0|C# Demo
> Application xmlns="https://adwords.google.com/api/adwords/o/
> v201008"> xsi:type="RelatedToKeywordSearchParameter"> xmlns="https://adwords.google.com/api/adwords/cm/v201008";>space
> cruisehttps://adwords.google.com/api/adwords/
> cm/v201008">EXACT searchParameters>KEYWORDIDEAS requestType>https://adwords.google.com/api/
> adwords/cm/v201008">010 paging>
>
> Response
> 
>
> SOAPAction: ""
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Transfer-Encoding: chunked
> Cache-Control: private, max-age=0
> Content-Type: text/xml; charset=UTF-8
> Date: Mon, 07 Feb 2011 21:30:50 GMT
> Expires: Mon, 07 Feb 2011 21:30:50 GMT
> Server: GSE
> TimeStamp: Mon, 07 Feb 2011 22:30:51 GMT
>
> http://schemas.xmlsoap.org/soap/
> envelope/">3a522604b58943f4958e405efa2d2113 ns2:requestId>10 ns2:operations>20410 ns2:units> xmlns="https://adwords.google.com/api/adwords/o/v201008";
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> v201008">300 totalNumEntries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>sample keyword 1425346868 0 ns2:text>EXACT data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>sample keyword 1425346868 0 ns2:text>PHRASE data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>sample keyword 1425346868 0 ns2:text>BROAD data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>Red Herring 1 ns2:text>EXACT data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>Red Herring 1 ns2:text>PHRASE data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>Red Herring 1 ns2:text>BROAD data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>sample keyword 1425346868 2 ns2:text>EXACT data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries>KEYWORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="KeywordAttribute">KeywordAttribute Attribute.Type>Keyword ns2:Criterion.Type>sample keyword 1425346868 2 ns2:text>PHRASE data>IDEA_TYPEhttp://www.w3.org/
> 2001/XMLSchema-instance"
> xsi:type="IdeaTypeAttribute">IdeaTypeAttribute Attribute.Type>KEYWORD entries

Re: 'API Center' in MCC documentation out of date. How to get developer token?

2011-02-09 Thread AdWords API Advisor
Hi Mike,

Since MCC is a different account than your existing AdWords account,
you need a second email address to create an MCC. If you have a gmail
account that you don't use with AdWords, you could use that email
address in the wizard. If you don't have a second gmail address and
you are okay creating one, then create a gmail account and then use
that to create your MCC account. If you don't want to create a second
gmail address and have an email from another provider, say, Yahoo!,
then follow the wizard, select "I do not use these services" and
provide the new email address in the signup wizard.

Several users have mentioned on the forum before that they want to use
a single email for AdWords account and API MCC account, but
unfortunately AdWords doesn't support that case.

As for the workaround article you mentioned, you still end up
requiring two email addresses. If you don't mind changing your AdWords
account's login, then here's a cleaner way (e.g. no need to delete
your account as the article mentions) to do things than the one
mentioned in the article.

- Create a second email address.
- Use this FAQ to change the login of your AdWords account to the new
email address. 
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=27686
- Use your original email address to create an MCC.
- Signup for AdWords API in that MCC.
- Link your AdWords account under the new MCC.
- Use the mcc to manage your AdWords account.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Feb 7, 8:47 am, Mike MacCana  wrote:
> Apparently many AdWords customers have this problem - there's a very long
> thread here that AdWords customer support has not resolved but still closed
> to new replies:
>
> http://www.google.com/support/forum/p/AdWords/thread?tid=03a1e0aafa87...
>
> There's some unofficial help here that customers are using in lieu of a
> working fix from Google:
>
> http://www.graphicseo.org/how-to-upgrade-your-adwords-account-to-a-mc...
>
> Mike
>
>
>
>
>
>
>
> On Sun, Feb 6, 2011 at 3:11 PM, Mike MacCana  wrote:
> > Hi Anash,
>
> > I've tried the link you've proided in your answer below and unfortunately
> > it doesn't work. From the link:
> >  *
> > * *How do I get a My Client Center account?
> > **It's easier than ever to sign up for a My Client Center account. Just
> > visitwww.google.com/adwords/MyClientCenter,
> > click "Sign up now," and follow the step-by-step instructions.*
>
> > Following that link to sign up for an 'MCC' account gives:
>
> > *The login f...@bar.com is already an AdWords account. *
>
> > Ie, if you're already an AdWords account, the web page will not let you be
> > an MCC account.
>
> > Is there a way for people who have AdWords accounts to have MCC accounts?
> > Could you please let us know what it is?
>
> > Thanks,
>
> > Mike
>
> > On Fri, Jan 28, 2011 at 5:42 AM, AdWords API Advisor <
> > adwordsapiadvi...@google.com> wrote:
>
> >> Hi Mike, vit,
>
> >> If you don't see the AdWords API Center link, you are logged into an
> >> AdWords account, not an MCC account. Another way to confirm this is to
> >> check if the account you logged into has a "My Client Center" tab.
> >> Only MCCs will have this tab.
>
> >> If you don't have an MCC account, you can follow the instructions at
> >>http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=22531
> >> to create an MCC account.
>
> >> Cheers,
> >> Anash P. Oommen,
> >> AdWords API Advisor.
>
> >> On Jan 27, 7:31 pm, vit  wrote:
> >> > That's exactly what's happening to me:
> >>http://code.google.com/apis/adwords/forum.html?place=msg%2Fadwords-ap...
>
> >> > So is there a way get AdWords api access ?
>
> >> --
> >> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> >> Also find us on our blog and discussion group:
> >>http://adwordsapi.blogspot.com
> >>http://groups.google.com/group/adwords-api
> >> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> >> 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-api@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> adwords-api+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >>http://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: reporting within MCC account via API v201008

2011-02-09 Thread AdWords API Advisor
Hi Daniel,

Python isn't my personal favourite language, but here's a code example
that I put together in C# using the AdWords API .NET library. You
should be able to figure out the equivalent python code from the code
snippet below:

// Get the service.
ReportService service =
(ReportService) user.GetService(AdWordsService.v13.ReportService);
// make sure we are not using  clientEmailValue when running cross
client
// reports.
service.clientEmailValue = null;

// Create the report job.
DefinedReportJob reportJob = new DefinedReportJob();
reportJob.name = "Campaign Report";
reportJob.selectedReportType = "Campaign";
reportJob.aggregationTypes = new string[] { "Daily" };
reportJob.endDay = DateTime.Today;
reportJob.startDay = new DateTime(2009, 1, 1);
reportJob.selectedColumns = new string[] {
"Campaign", "CampaignId", "DailyBudget", "Cost"};
reportJob.crossClient = true;

// Uncomment the following lines in case you want to restrict your
report
// for specific accounts only.
//reportJob.clientEmails = new string[] { "CLIENT_1_EMAIL_HERE",
"CLIENT_2_EMAIL_HERE"};

// Validate the report job.
try {
  service.validateReportJob(reportJob);

  // Submit the request for the report.
  long jobId = service.scheduleReportJob(reportJob);

  // Wait until the report has been generated.
  ReportJobStatus status = service.getReportJobStatus(jobId);

  while (status != ReportJobStatus.Completed && status !=
ReportJobStatus.Failed) {
Thread.Sleep(3);
status = service.getReportJobStatus(jobId);
Console.WriteLine("Report job status is " + status);
  }

  if (status == ReportJobStatus.Failed) {
Console.WriteLine("Job failed!");
  } else {
// Report is ready.
Console.WriteLine("The report is ready!");

// Download the report.
string url = service.getGzipReportDownloadUrl(jobId);
byte[] gzipReport = MediaUtilities.GetAssetDataFromUrl(url);
byte[] expandedReport =
MediaUtilities.DeflateGZipData(gzipReport);
string fileName = "INSERT_FILENAME_HERE";
using (FileStream fs = File.OpenWrite(fileName)) {
  fs.Write(expandedReport, 0, expandedReport.Length);
}
Console.WriteLine("Report downloaded to " + fileName);
  }
} catch (SoapException e) {
  Console.WriteLine("Report job is invalid. Exception: {0}",
e.Message);
}

As for the other pieces,
- Get all accounts under an MCC, plus figuring out if they are MCC or
client accounts:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.3/examples/csharp/v201008/GetAccountHierarchy.cs
- Get all campaigns under a single account:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.3/examples/csharp/v201008/GetAllCampaigns.cs
- Modify a campaign:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.3/examples/csharp/v201008/UpdateCampaign.cs

These code examples are present in the python library too, in case you
want use python instead of C#.

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor

On Feb 8, 10:50 pm, daniel  wrote:
> Our Google account rep's tech contact also recommends avoiding cross-
> client reports and instead running once per account contained within
> the MCC umbrella.
>
> I'm currently requiring the human to download a report via the UI to
> fetch a list of accounts, from which I generate a configuration file.
> Fortunately, this list of accounts changes infrequently enough that
> this may work for now.
>
> But as of v201008, there is apparently no fix or work-around for cross-
> client functionality-- even using older API versions-- or no one has
> revealed anything to the contrary.
>
> On Feb 4, 10:11 am, daniel  wrote:
>
>
>
>
>
>
>
> > Thanks for the sample code.
>
> > Unfortunately, the example Python code crashes well before that point
> > due to the 'entries' field not being present following the call to
> > GetCampaignService(), regardless of supplying IDs to the selector or
> > not, modifying the early part of the example based upon what I've
> > found to work with other sample code, etc.
>
> > I'll keep digging...
>
> > But I must vent a little: I was expecting more thorough examples, more
> > robust failure messages (e.g., "not implemented" rather than the
> > misleading errors noted earlier in this thread), etc., for an API
> > labeled v13.  To that end, when I do get this working, I'll post
> > whatever I can to help others in future.
>
> > On Feb 3, 10:05 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi Daniel,
>
> > > We don't have a LISP library, all the libraries that we maintain are
> > > listed athttp://code.google.com/apis/adwords/docs/clientlibraries.html
> > > and kept upto date with the latest version of AdWords API. So you can
> > > use the Python library if that suits you.
>
> > > As for your issue,
>
> > > - CampaignService.get can retrieve only the campaigns of one account
> > > at a time. So if you don't specify a clientEmail header, it will
> > > r

My adword api request got rejected by google

2011-02-09 Thread Ankur Sharma
I am software developer and i want to create one software which require 
google adword api. I applied, attached my credit card to my adword account. 
But my application got rejected, primary reason was i was moving my site to 
new server and when google employees checked , my site was unavailable. I 
reapplied for account, this time i have put another website which is content 
site, but right now i am not using any adsense or any other advertizement 
there. Its just pure content right now.


I want to ask if google is very strict in giving api access? How can i get 
api?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Automatic Placements Performance Report

2011-02-09 Thread skam...@cstonecanada.com
Hi Eric,

I am facing the same issue. The "Other domains" stats is missing from
the AUTOMATIC_PLACEMENTS report.
Is there a way to retrieve it?

Thanks!
Sai


On Feb 4, 10:33 am, AdWords API Advisor 
wrote:
> Hi Dan,
>
> I'm not sure if that information is available.  Are those stats
> missing from the AUTOMATIC_PLACEMENTS report?
>
> Best,
> - Eric
>
> On Feb 2, 3:18 pm, Dan  wrote:> Hi Eric,
>
> > Thank you for the update.
> > I rerun a report for one of my clients, and it seems to match UI
> > report, but I will get deeper into that tomorrow in order to confirm
> > that.
> > I've got just one additionnal question :
> > Is there a way to retrieve "Other domains" stats?
>
> > Thanks,
> > Dan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Url Performance Report distinguish between Automatic and Targeted Placements?

2011-02-09 Thread Joel
Within the Url Performance Report it doesn't seem as if there's a way
to distinguish between Automatic and Targeted Placements for Content
traffic. I tried using the CriteriaParameters column, but that always
returns keywordPlacement='Content' for both traffic types. Can you
please either alter the return value to distinguish between the
placement types, or add a separate column to accomplish this?
Thank you,

Joel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


No subdomains in the Automatic Placements Performance Report?

2011-02-09 Thread Joel
It appears as if the recently-fixed Automatic Placements Performance
Report doesn't include the subdomain portion of the domain in the
domain column (except for Google domains). I'm trying to match these
values with the dynamic url insertion parameter {placement} which does
include subdomains. If I have the same level of detail for both of
these then I can much more accurately use it to target domains. Would
it be possible to include the subdomain in this report?

Thanks,

Joel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Targeting Idea Selector

2011-02-09 Thread PixelUlu
I re-uploaded the API library on to my server and that seems to have
eliminated the problem. Thanks anyway!

On Feb 8, 5:27 pm, AdWords API Advisor 
wrote:
> Hi,
>
> What parameters are you including with your selector?  Perhaps if you
> post the sanitized SOAP XML request and response the problem will
> become evident.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Feb 4, 11:35 am, PixelUlu  wrote:
>
>
>
>
>
>
>
> > Sorry, "TargetingIdeaService", not "TargetingIdeaSelector".

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


AccountService usage

2011-02-09 Thread Craig Smith
I noticed on the forum (http://groups.google.com/group/adwords-api/
browse_thread/thread/1840738dc7b82e3a/d41bb4480db257f0) that when the
sandbox is refreshed the accounts are also lost and need to be
reestablished. This requires a call to
AccountService.getClientAccounts(). I went to the documentation and
followed the link to the Java source code example at
http://code.google.com/p/adwords-api-java-samples/source/browse/trunk/src/GetAccountInfo.java
but I get a 403 error. I tried a couple of accounts without success.

Can you post the sample here or fix the security issue?

Craig

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Adwords ReportService not recognizing clientCustomerId header

2011-02-09 Thread abhinay
Hi Eric,

Thank you for your reply. It helped me track down the bug.

The adwords4r gem creates an empty 'clientEmail' entry in the
credentials hash whether you want it or not.
When I delete that entry from credentials when using
'clientCustomerId' everything works fine.

So this is what I do to fix the issue:

adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(
  {
"developerToken"   => "*",
"applicationToken" => "*",
"useragent"=> "*",
"password" => "*",
"email"=> "*",
"clientCustomerId" => "1234567890"
  }))

report_service = adwords.get_service('ReportDefinition',
AdWords::Service.latest_version)
report_service.api.credentials.credentials.delete("clientEmail")

And it all works as expected.

Thank you.

Regards,
Abhinay Mehta


On Feb 8, 6:56 pm, AdWords API Advisor 
wrote:
> Hi,
>
> This error is coming from the report download service, which doesn't
> use the SOAP headers you showed.  The code that sets the
> clientCustomerId header for report download is here:
>
>  http://code.google.com/p/google-api-adwords-ruby/source/browse/trunk/...
>
> Can you ensure that you aren't setting an empty clientEmail value in
> your credentials?  If you can't see any obvious problems with your
> configuration or this code then open a bug on the client library's
> issue tracker:
>
>  http://code.google.com/p/google-api-adwords-ruby/issues/list
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Feb 4, 5:13 am, abhinay  wrote:
>
> > We're trying to generate a report for one of our non-mcc accounts
> > using the ruby gem adwords4r (version 19.4.0).
>
> > Here is the code:
>
> > adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(
> >  {
> >    "developerToken"   => "",
> >    "applicationToken" => "",
> >    "password"         => "",
> >    "email"            => "",
> >    "clientEmail"      => someth...@whatever.com
> >  }))
>
> > This works perfectly and we are able to download the report.
> > But when we try and use the 'clientCustomerId' header in exchange of
> > the 'clientEmail' like this:
>
> > adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(
> >  {
> >    "developerToken"   => "",
> >    "applicationToken" => "",
> >    "password"         => "",
> >    "email"            => "",
> >    "clientCustomerId" => "12345678"
> >  }))
>
> > The XML request looks like:
>
> > 
> >        https://adwords.google.com/api/
> > adwords/cm/v201008"
> >            env:mustUnderstand="0">
>
> > *
> >          adwords4r: 
> >          *
> >          *
> >          12345678
> >        
> >  
>
> > (Obviously I've posted a fake ID here)
>
> > We get the following error in the report we download:
>
> > !!!1|||15589384|||
> > AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED???
>
> > These are the steps we took to ensure that we are using the correct
> > clientCustomerId:
>
> >  - Checked the adwords web console
> >  - Using the Account Service in adwords API V13 to get the
> > 'customerId' for this account
>
> > It's important that we get this working with clientCustomerId because
> > the email addresses change so often.
>
> > Any help would be appreciated.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Rate Sheet Unclear

2011-02-09 Thread Michael
Hi,

I have been looking through the documentation on using the Google
AdWords API to retrieve the 'exact monthly search volumes' for bulk
keyword lists, although the costs on the rates sheet is very unclear
since there is a cost 'per connection' and a cost 'per request' (ie
keyword).

I require clarification so I can estimate the costs involved.

Can you please provide clearer information for the breakdown of how
the costs are calculated for say a list of 10,000 keywords.

Regards.
Michael

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Getting Cost Report

2011-02-09 Thread earth
Hello,

I am a newbie to google adwords API.
I need to get Cost Report using the API.
Please let me know how can i use the API to get the Cost Report.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: customerId = 0 on fresh Sandbox clients

2011-02-09 Thread ABO.MCC
Seems pretty transient, yes. Back to normal now.

Should I be prepared for things like this to happen after each DB reset?

Thanks for your reply,
 Alex, now having 4 AdWords accounts.  ;o)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Performance issues when creating ads and keywords after many hours

2011-02-09 Thread Alvin
I'm having issues with slow performance when creating ads and keywords.
I'm creating arround 3600 ad groups, 15000 text ads (AdGroupAdService) and 
65000 keywords (AdGroupCriterionService) using the AdWords API DotNet Client 
Library with v201008.

I the beginning it takes arround 1-2 seconds in average to create a text ad 
or keyword. 
After many hours (20) it starts taking longer time to create some of the ads 
and keywords. 

Some still takes 1-2 but others take 10 seconds, 30 seconds minutes and in 
extreme cases 2 minutes.

Such as:

2011-02-09 09:15:54,798 [1] DEBUG AdWordsManager - Creating text ad
2011-02-09 09:18:13,798 [1] DEBUG AdWordsManager - Creating text ad


Why this behaviour of slower performance after running for many hours?


Regards

Alvin






-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Can not find how to access API from MCC

2011-02-09 Thread Johan Myrberger
I do have an MCC entry point, but am unable to find any traces on how to 
access the API. According to 
https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104
 
I should find something under "My Account", but no luck...

Any ideas?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Strangely low search volumes for local exact match keywords

2011-02-09 Thread Martin
I've found out some more about the low values for exact keyword match
on local search volumes.

Update:

The search volumes in STATS requests differ from the search volumes in
IDEAS requests. This explains why we experience different values in
the keyword tools. Is this an old issue that has resurfaced? A fix for
clients would be to exploit STATS requests, which is how it had to be
done quite some time ago. However, to ensure values for all keywords
there is an overhead in API-units.

Are you looking into this discrepancy between the two data sources?

Best regards
--
Martin

On Feb 8, 10:44 am, Martin  wrote:
> We have noticed a a huge drop in local (sv_SE) exact match targeting
> for most (or all) keywords we are interested in.
>
> The search volumes in the API also differ largely from the values in
> the Keyword Tool.
>
> Is there being work done to correct this issue?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en