Re: GG API V13 questions

2010-10-19 Thread ice blue
Hi Eric

Thanks

On Oct 19, 5:04 am, AdWords API Advisor 
wrote:
> Hi,
>
> When startDay and endDay are the same data will only be returned for
> that day.  Since data cannot be aggregated any finer than Daily,
> aggregation is effectively ignored for this date range.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Oct 14, 10:57 pm, ice blue  wrote:
>
> > In the section of API Reference->ReportService ->DefinedReportJob,
>
> > 1,
> > If I set selectedReportType=Structure, aggregationTypes=”AdGroup”,
> > startDay = endDay='2007-12-31', although the startDay = endDay, but
> > the  aggregationTypes will not be ignored, because it is not the
> > performance reports, right?
> > 2,
> > What kind of data will be returned? Does "AdGroup" data will be
> > returned? Will it return all the data or just return the data after
> > ‘2007-12-31’?
>
> > 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


Questions when i transfer from API V13 to V201003

2010-10-19 Thread ice blue
Hi,

In V13, we have the appregation type as Daily, Monthly, Weekly,
In V201003, in order to active the appregation type, we should add
"date" field correspond to "Daily", "Week" field correspond to
"Weekly", so What is the field in V201003 correspond to "Summary" in
V13?

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


API Sandbox - 500 error - CampaignService

2010-10-19 Thread Brett Hale
Hello and thanks in advance.

I can't seem to figure out what I'm doing wrong. Im using the v201008
library & php. Logging doesn't seem to be working unless I
misunderstand where I'm supposed to look. I followed the directions
regarding the settings and authentication ini files but have had no
luck. I don't have direct command line access with my host but I did
run a cron to see if that turned up anything, see below
I/O warning : failed to load external
entity 
"https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService?wsdl";

Can I provide anymore info to help diagnose this? Any ideas?

Thanks again,

Brett

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Reports taking unusually long

2010-10-19 Thread kwall...@gmail.com
we are still seeing this issue as well, reports have been stuck in
Pending all day

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


Ads parameters without default value?

2010-10-19 Thread RamonPV
I am trying to set parameters in my Ads without using the default
value; searching an answer in this forum I found this thread:

http://groups.google.com/group/adwords-api/browse_thread/thread/2e01192c7c53fec4/2976a623c7327975

but it is not clear enough for me if it is or not possible to use
parameters without a default value. I tried to follow this
instructions from Erik:

I think that specifying the colon after the param, but without a
default value, is leading to the problem.  The colon should only be
used if you have a default value, otherwise the param name is enough:
{param1}.  That said, we recommend using default values where it
makes
sense.

But At least doing this(I mean using {param1} I am getting an
"AdError.LINE_TOO_WIDE" exception when trying to send the Ad
operations to Google. The user that started the thread was using
{param1:} (Notice the colon) and was also having the same issue.

so, here is my question: Is it possible to use Ads parameters without
a default value?

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: Reports taking unusually long

2010-10-19 Thread j.e.frank
Any word from Google on this?  I haven't successfully run a report
since 7:30 AM eastern time.

On Oct 19, 11:37 am, "kwall...@gmail.com"  wrote:
> we are seeing the same issue
>
> On Oct 19, 6:57 am, "j.e.frank"  wrote:
>
>
>
> > This morning I am experiencing very long report times.  The reports
> > that I run normally complete within 10 or 15 minutes, but I have
> > several now that have been Pending for more than 3 hours.  In
> > addition, I am getting some "Connection Reset" errors when trying to
> > just retrieve the status of a scheduled report.  I don't know if that
> > is related at all.  I just wanted to report the issue so that you guys
> > at Google are aware of it.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: I need a bare bones example to use the python adwords adspygoogle v13 for AccountService

2010-10-19 Thread Joshua J. Kugler
On Tuesday 19 October 2010, Monty808 elucidated thus:
> When I run the code I get this error.
>
> adspygoogle.common.Errors.ValidationError: The version 'v201008' is
> not compatible with 'AccountService'.

AccountService is still a v13 service.

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com - Fairbanks, AK
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Reports taking unusually long

2010-10-19 Thread kwall...@gmail.com
we are seeing the same issue

On Oct 19, 6:57 am, "j.e.frank"  wrote:
> This morning I am experiencing very long report times.  The reports
> that I run normally complete within 10 or 15 minutes, but I have
> several now that have been Pending for more than 3 hours.  In
> addition, I am getting some "Connection Reset" errors when trying to
> just retrieve the status of a scheduled report.  I don't know if that
> is related at all.  I just wanted to report the issue so that you guys
> at Google are aware of it.

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


Reports taking unusually long

2010-10-19 Thread j.e.frank
This morning I am experiencing very long report times.  The reports
that I run normally complete within 10 or 15 minutes, but I have
several now that have been Pending for more than 3 hours.  In
addition, I am getting some "Connection Reset" errors when trying to
just retrieve the status of a scheduled report.  I don't know if that
is related at all.  I just wanted to report the issue so that you guys
at Google are aware of it.

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


Ad disapproval reasons are null in v200909

2010-10-19 Thread Valentin Kulichenko
Hi,

I'm trying to get disapproval reasons for a text ad using Java API
v200909. I use the following code:

if (ad.getApprovalStatus() == AdApprovalStatus.DISAPPROVED) {
System.out.println("Ad " + ad.getId() + " disapproved:");

for (String reason : ad.getDisapprovalReasons()) {
System.out.println(reason);
}
}

And get NullPointerException because ad.getDisapprovalReasons() is
always null, even for disapproved ads.

How can I get disapproval reason? Where is my mistake?

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


account types and linkages NO ADMIN ACCOUNT?

2010-10-19 Thread hankus cahn
I am working with an account that has NO one with admin-level access
(which I've read should not be possible). I had been working well via
the API to get performance reports, then things stopped working for no
reason I know of.  Has anything changed? When I look at the account
access page of the account with the adgroups, no one has admin access
not even the owner to own account, so we can't re-invite an  api
accessor account.

I've been stumbling on this for two days - please help!!!  I just want
my api access back.

Can more than one account have API access to a given account?

Thanks
Hank

Also - Is there a single document which outlines the various account
types and relationships and how they get linked and what can be done
from one account on behalf of another with various privilege types?

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


[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2010-10-19 Thread suslik
I am trying to run a code from a php library for AdWords. I use
sandbox server.
I runed a getallcampaigns first, it worked and told me there is no
campaigns.
then I runed a addcampaign and it went with
[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]
error.

Why I don't have permission to add a campaign in sandbox?

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

2010-10-19 Thread guig
I tried this and ACCOUNT_BUDGET_ENDING, but accounts which have a zero
balance do not return alert.

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


Question about PHP retrieving of keywords in campaign

2010-10-19 Thread Peter Trobec
Hello guys and girls!

I'm a newbie at the whole API thing and I'm a bit stuck at the part
where I should retreive the keywords or adgroups for the
campaignStats.

Here is the code:

$zacDat1 = $_POST['zacDat'];
$koncDat1 = $_POST['koncDat'];

$zacDat = str_replace("/", "", $zacDat1);
$koncDat = str_replace("/", "", $koncDat1);

//echo $zacDat . " in " . $koncDat;


try {
  // Get AdWordsUser from credentials in "../auth.ini"
  // relative to the AdWordsUser.php file's directory.
  $user = new AdWordsUser();

  // Log SOAP XML request and response.
  $user->LogDefaults();

  $campaignService = $user->GetCampaignService('v200909');
  $today =  date('Y-m-d');

  $start_date = $zacDat;
  $end_date = $koncDat;



  $selector = new CampaignSelector();
  $selector->ids = array($campaignId);
  $page = $campaignService->get($selector);


  $statsSelector = new StatsSelector();
  $dateRange = new DateRange();
  $dateRange->min = $start_date;
  $dateRange->max = $end_date;
  $statsSelector->dateRange = $dateRange;
  $selector->statsSelector = $statsSelector;


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


 if (isset($page->entries)) {
foreach ($page->entries as $campaign) {
echo 'Campaign ID:' . $campaign->id . ' Campaign name:' .
$campaign->name .' Campaign startdate:"' . $campaign-
>startDate."";

echo 'Campaign Clicks:' . $campaign->stats->clicks ."";  //
this is empty at present
//echo 'Campaign Keywords:' . $campaign->stats-> .""; ???
echo 'Campaign Impressions:' . $campaign->stats-
>impressions ."";  //this is empty at present
echo 'Campaign CTR:' . (($campaign->stats-
>ctr)*100) ."%";  //this is empty at present
}
}


I get the clicks, the impressions, ctr, everything, but I don't know
how to get also the adgroups or keywords.

Hope you can point me in the right direction or give me some code
examples. ;)

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: I need a bare bones example to use the python adwords adspygoogle v13 for AccountService

2010-10-19 Thread Tim Wintle
On Tue, 2010-10-19 at 03:07 -0700, Monty808 wrote:
> Hi,
> 
> I cant seem to get adspygoogle to work.  I am migrating from aw_api.


I'm just starting with the adwords api, and I can't get adspygoogle to
work for the life of me, I'm just getting too many errors and no
response to my questions.

I've decided to go with the aw_api for now, even though it's a new
application, and migrate later when there have been more bug fixes.

Tim


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


I need a bare bones example to use the python adwords adspygoogle v13 for AccountService

2010-10-19 Thread Monty808
Hi,

I cant seem to get adspygoogle to work.  I am migrating from aw_api.

Here is what I am workig with so far

import os
import sys
from adspygoogle.adwords.AdWordsClient import AdWordsClient
from adspygoogle.adwords.AccountService import AccountService
from adspygoogle.common import Utils

google_service = 'https://adwords.google.com'
headers = {
  'email': 'xxx...@gmail.com',
  'password': xxx',
  'useragent': 'Test',
  'developerToken': 'xx',
}
client = AdWordsClient(headers=headers,path=os.path.join('.', '..',
'..', '..'))
account_service = client.GetAccountService(google_service)
client_accounts = account_service.GetClientAccounts()

When I run the code I get this error.

adspygoogle.common.Errors.ValidationError: The version 'v201008' is
not compatible with 'AccountService'.

What is the correct way to run this code from start to finish?

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


Keyword Services

2010-10-19 Thread Remya Mohan
Hi Google Adwords Team

   I am having a doubt regarding Keyword Services

   Using GetRelatedKeywords service the value of keyword
text ,match type and criterion type are getting as response.
  Is there any web service to get all the details about
keywords  such as maxcpc,budget,Global monthly searches and Local monthly
searches etc.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: TargetingIdeaService - returns no values for keywords

2010-10-19 Thread Ales Sturala
Hi Eric,
you're right, it is working fine now.

Thank you.

On 18 říj, 23:17, AdWords API Advisor 
wrote:
> Hi Ales,
>
> That is the behavior I was referencing, although that may not have
> been clear.  I believe this issue has been resolved now though, so
> please try your requests again.
>
> Best,
> - Eric
>
> On Oct 18, 7:42 am, Ales Sturala  wrote:
>
>
>
> > Hello Eric,
> > I'm not sure if my problem is connected to the problem discussed in
> > the link you posted. They are discussing discrepancies in keyword
> > statistics. In my case it is not that the statistics are lower or
> > higher than expected, but they are not given at all. In the soap
> > response the values are missing, they are not there at all.
>
> > On 15 říj, 21:20, AdWords API Advisor 
> > wrote:
>
> > > Hi Ales,
>
> > > There is an issue at the moment regarding TIS STATS requests that use
> > > language targeting.  Please see this existing thread for more
> > > information:
>
> > >  http://code.google.com/apis/adwords/forum.html?place=topic%2Fadwords-...
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Oct 12, 4:00 pm, Ales Sturala  wrote:
>
> > > > Hello,
> > > > I have a peoblem with TargetingIdeaService. When I request a keyword,
> > > > for some country/language combinations I get back 0 values in all
> > > > statstics. I checked the SOAP response and I can see that the value
> > > > for each "column" is missing, so 0 is just a default value used
> > > > instead. In given requests I look for keyword: hotel amsterdam
>
> > > > Here are 2 requests, first does not work, the other works.
>
> > > > FAILS (returns 0)
> > > > Request ID: 357e64672cb30b3b5535048b8a1d1d62
> > > > Country: Netherlands
> > > > Language: Dutch
> > > > SOAP response: ...20103...
>
> > > > WORKS
> > > > Request ID: ead1c6fef3b54484052c7990af03dabc
> > > > Country: Belgium
> > > > Language: French
> > > > SOAP response: ...201031600 > > > count>...
>
> > > > - When I ask for ideas I get the data properly for NL/dutch
> > > > combinations
> > > > - Any country in combination with dutch language fails
> > > > - I have SOAP request and response so I can send it if needed.
> > > > - I have same problems with english langauge/UK and some other
> > > > combinations

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 long does it take to get a developer token?

2010-10-19 Thread Phippsy
Thanks Eric,

That worked splendidly.

Kind regards,
Michael

On Oct 19, 7:15 am, AdWords API Advisor 
wrote:
> Hi Michael,
>
> If you edit your developer details (under AdWords API Center) it will
> cause the information to be resubmitted.  Please note that if your
> token has been previously approved in the past there is no need to
> wait for it to be re-approved.
>
> Best,
> - Eric
>
> On Oct 18, 12:21 am, Phippsy  wrote:
>
> > Thanks for your reply Eric,
>
> > It's been a number of months.  Is there anyway to reset the
> > application so I can do it again?  I don't think it's gone through.
>
> > Michael Phipps
>
> > On Oct 16, 6:04 am, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > Applications for API access are usually approved within a couple of
> > > days, but it may take up to two weeks.
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Oct 15, 2:08 am, Phippsy  wrote:
>
> > > > My developer token is still pending approval.  How long does it take
> > > > to get approved?

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