Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-14 Thread si...@hubbardmedia.com
Same problem here.  Can't believe the number of people posting the
same problem and not one response from google.  Shame on you google.
You really need to hit us all with an update on what is obviously a
widespread problem that is effecting production systems.

On Sep 14, 2:30 pm, rayden  wrote:
> Here to...
>
> Code: 129
> Message: User information rejected.
> Trigger: N/A
>
> What is happening? There is still no cross client 2011 lib, and
> now this is not working.
>
> Can anyone from google please respond?
>
> best,
>
> On Sep 13, 9:43 pm, Herm_admin  wrote:
>
>
>
>
>
>
>
> > We have a client account and a main MCC account.   We use the MCC account
> > and token purely for our internal stats, for our own webpage.  
>
> > We have had the accounts for about 5 years!  That is how long our token was
> > working fine.  To give you an idea, over that time we have used about
> > 230,000 credits, due to our spend, we have over 75 million unused API
> > credits, so I doubt the issue is related to any policy or account linking
> > changes.  We don't do anything but pull stats for our singular client
> > account (which is our only company's Adwords account).
>
> > It really seems like there has been a mess up of some sort.  Or a script got
> > let loose to hit certain accounts that overreached its intended targets.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Application for Developer token was rejected

2011-09-14 Thread si...@hubbardmedia.com
Same problem here.  Can't believe the number of people posting the
same problem and not one response from google.  Shame on you google.
You really need to hit us all with an update on what is obviously a
widespread problem that is effecting production systems.

On Sep 14, 2:40 pm, rayden  wrote:
> Today mine was also rejected with no email. What is happening Eric?
>
> Best regards,
> Luka
>
> On Aug 19, 5:13 pm, Eric Koleda  wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > You should have received an email explaining the reason for rejection.  It
> > would have went to the email address you listed as your contact email in the
> > developer token application.
>
> > Best,
> > - Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


MONTHLY_BUDGET_REACHED

2011-07-29 Thread si...@hubbardmedia.com
HI.  I reached my set budget  and as expected the api calls started to
fail.  I've updated my max monthly budget but the API calls are still
failing with the same error (QuotaCheckError.MONTHLY_BUDGET_REACHED).
How long before by new budget setting takes effect and I can start
using the API again?  Please advise soonest.  Thanks, Simon

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Unit Cost?

2010-05-28 Thread si...@hubbardmedia.com
Please... I could really do with some help here from google support.
Yesterday I used the below script to research LSV on 50,000 keywords.
This translated to 285,168 billable quota units or £49.49?  How can
this be?  As far as I can work out, I should only have been charged 50
API units (50,000 quota units), which is $12.50 (around £8.50).

I eagerly await your reply.

Regards, Simon

On May 28, 3:19 am, "si...@hubbardmedia.com" 
wrote:
> Hi Guys,
>
> I seem to be chewing up 4 or more API units per invocation of my below
> script.  I'm confused because I'm only doing one get request to the
> targetingIdeaService, which  according to the published rate sheet
> should only cost me 1 API unit.
>
> Here's an excerpt of the code:
>
> $targetingIdeaService = $user->GetTargetingIdeaService('v200909');
>
>                 $lang = new LanguageTarget();
>                 $lang->languageCode = "en";
>                 $langs = array($lang);
>                 $languageTargetSearchParameter = new
>                 LanguageTargetSearchParameter($langs);
>
>                 $country = new CountryTarget();
>                 $country->countryCode = 'GB';
>                 $countries = array($country);
>                 $countryTargetSearchParameter = new
>                 CountryTargetSearchParameter($countries);
>
>                 // Create seed keyword.
>                 $input_keyword = "sleeping bags";
>                 $num_results_per_page = "1";
>                 $keyword = new Keyword();
>                 $keyword->text = $input_keyword;
>                 $keyword->matchType = 'EXACT';
>
>                 // Create selector.
>                 $selector = new TargetingIdeaSelector();
>                 $selector->requestType = 'STATS';
>                 $selector->ideaType = 'KEYWORD';
>                 $selector->requestedAttributeTypes =
> array('KEYWORD','TARGETED_MONTHLY_SEARCHES');
>
>                 // Set selector paging (required for targeting idea service).
>                 $paging = new Paging();
>                 $paging->startIndex = 0;
>                 $paging->numberResults = $num_results_per_page;
>                 $selector->paging = $paging;
>
>                 // Create related to keyword search parameter.
>                 $relatedToKeywordSearchParameter = new
> RelatedToKeywordSearchParameter();
>                 $relatedToKeywordSearchParameter->keywords = array($keyword);
>                 $selector->searchParameters = 
> array($relatedToKeywordSearchParameter,
> $countryTargetSearchParameter,$languageTargetSearchParameter);
>
>                 $page = $targetingIdeaService->get($selector);
>
>                 if (isset($page->entries)) {
>                   foreach ($page->entries as $targetingIdea) {
>                     $keyword = $targetingIdea->data[1]->value->value;
>                     $lsv = $targetingIdea->data[0]->value->value[0]->count;
>                     $month=$targetingIdea->data[0]->value->value[0]->month;
>                     $year=$targetingIdea->data[0]->value->value[0]->year;
>                     if (!is_numeric($lsv)) $lsv="NULL";
>                     else $lsv=$lsv."|".$month."|".$year;
>                   }
>                 } else $lsv="NULL";
>             } catch (Exception $e) {}
>
> Why is this operating costing me 4 or more API units ever time I run
> this script?
>
> The only thing that I can think is that I'm being charged for the
> other methods that ther must be a cost associated with using the other
> methods (LanguageTarget, CountryTarget etc.) that I'm using to narrow
> the search results?
>
> Also, is there a way to get accurate reporting on the API cost of each
> request?
>
> Please advise.
>
> Many thanks!
> Simon

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


API Unit Cost?

2010-05-28 Thread si...@hubbardmedia.com
Hi Guys,

I seem to be chewing up 4 or more API units per invocation of my below
script.  I'm confused because I'm only doing one get request to the
targetingIdeaService, which  according to the published rate sheet
should only cost me 1 API unit.

Here's an excerpt of the code:

$targetingIdeaService = $user->GetTargetingIdeaService('v200909');

$lang = new LanguageTarget();
$lang->languageCode = "en";
$langs = array($lang);
$languageTargetSearchParameter = new
LanguageTargetSearchParameter($langs);

$country = new CountryTarget();
$country->countryCode = 'GB';
$countries = array($country);
$countryTargetSearchParameter = new
CountryTargetSearchParameter($countries);

// Create seed keyword.
$input_keyword = "sleeping bags";
$num_results_per_page = "1";
$keyword = new Keyword();
$keyword->text = $input_keyword;
$keyword->matchType = 'EXACT';

// Create selector.
$selector = new TargetingIdeaSelector();
$selector->requestType = 'STATS';
$selector->ideaType = 'KEYWORD';
$selector->requestedAttributeTypes =
array('KEYWORD','TARGETED_MONTHLY_SEARCHES');


// Set selector paging (required for targeting idea service).
$paging = new Paging();
$paging->startIndex = 0;
$paging->numberResults = $num_results_per_page;
$selector->paging = $paging;

// Create related to keyword search parameter.
$relatedToKeywordSearchParameter = new
RelatedToKeywordSearchParameter();
$relatedToKeywordSearchParameter->keywords = array($keyword);
$selector->searchParameters = 
array($relatedToKeywordSearchParameter,
$countryTargetSearchParameter,$languageTargetSearchParameter);

$page = $targetingIdeaService->get($selector);

if (isset($page->entries)) {
  foreach ($page->entries as $targetingIdea) {
$keyword = $targetingIdea->data[1]->value->value;
$lsv = $targetingIdea->data[0]->value->value[0]->count;
$month=$targetingIdea->data[0]->value->value[0]->month;
$year=$targetingIdea->data[0]->value->value[0]->year;
if (!is_numeric($lsv)) $lsv="NULL";
else $lsv=$lsv."|".$month."|".$year;
  }
} else $lsv="NULL";
} catch (Exception $e) {}

Why is this operating costing me 4 or more API units ever time I run
this script?

The only thing that I can think is that I'm being charged for the
other methods that ther must be a cost associated with using the other
methods (LanguageTarget, CountryTarget etc.) that I'm using to narrow
the search results?

Also, is there a way to get accurate reporting on the API cost of each
request?

Please advise.

Many thanks!
Simon

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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