Re: Reports "Pending" indefinitely

2010-06-18 Thread Navi
I am facing the same problem.
The report is just getting stuck in pending status forever.
Please help.

On Jun 18, 1:27 pm, Alex Parij  wrote:
> Had the same problems at some point , didn't get any 
> response:http://groups.google.com/group/adwords-api/browse_thread/thread/ca55a...
>
> On Jun 18, 9:31 am, "j.e.frank"  wrote:
>
> > My application runs reports periodically to refresh our internal
> > database.  There is some variability in how long the reports take to
> > run, but usually it is on the order of 5 minutes.  Starting this
> > morning, around 7 AM eastern, the reports are stuck in "pending"
> > status.  Most of my reports are either Ad reports or Keyword reports.
> > The one Placement report that I run did get completed, but the Ad and
> > Keyword reports are stuck in Pending.  I have just gone in an deleted
> > these reports, and will try running my reports again, but I just
> > wanted to raise the issue in case others are finding the same problem
>
>

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


AdWords API Range Error - Too Low

2010-02-26 Thread Navi
Hi,

I am trying to update a campaign using API v2009.
Its giving me range error - buget.amountRangeErrorTooLow.
I could not find any details on the error and dont know whats wrong.

Basically I am just changing the status of the campaign from Active to
Pause and not changing any daily budget amount.
However I am  creating a budget object and setting the amount (which
is not changed and same as existing - 300) and assigning it to the
campaign.
But if I comment out the code which assigns budget to the campaign, it
works fine and I am successfully able to change the status of the
campaign.

Please help me understand whats wrong here.

Thanks
Navi

-- 
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-...@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.



AdWords API AdGroupCriterionIdFilter

2010-02-18 Thread Navi
Hi,

How in v2009 do I get the criterias for all the criterionIds that are
associated with the specified ad group?
In v13, we had getCriteria method which will accept an array of
criterionIds and an adgroupid.
but now in v2009,AdGroupCriterionFilter seem to accept only one
criterionId at a time.
Is there any way I can do this in v2009 or do I have to call the get
method for each criterionid?

Thanks
Navi

-- 
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-...@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.



AdWords API Re: Adwords API 2009 - Stats.Network

2010-02-05 Thread Navi
Eric,

Thanks for your response.
But I am confused with your answer.
Sorry but then how do I get which network my campaign is placed on.
Literally I need to know how to get equivalent of v13 networkTypes[]
value in v2009.

Thanks again for your help.
Navi

On Feb 5, 11:49 am, AdWords API Advisor 
wrote:
> Hi Navi,
>
> The stats network value indicates the scope of the stats, and since
> this can't be controlled by the statsSelector it will always be
> returned as "ALL" for Campaign stats.  In your case these stats will
> only only include data from the search network, since that is the only
> network your campaign is a part of.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Feb 4, 3:55 pm, Navi  wrote:
>
> > Hi,
>
> > I am migrating Google API v13 to v2009.
> > I updated the getAllCampaigns method and successfully ran it for an
> > account.
> > Everything else seems to be fine but I am not sure about the network
> > type.
> > The value returned by campaign.stats.network is 'ALL' which I assume
> > means both content and search networks.
> > But if I go to adwords account on google, the same campaign is marked
> > only for Search and Content is unchecked.
> > I don't know whats wrong here.
> > Please help.
> > I can provide more details about campaign if needed.
>
> > Thanks
> > Navi
>
>

-- 
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-...@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.



AdWords API Adwords API 2009 - Stats.Network

2010-02-04 Thread Navi
Hi,

I am migrating Google API v13 to v2009.
I updated the getAllCampaigns method and successfully ran it for an
account.
Everything else seems to be fine but I am not sure about the network
type.
The value returned by campaign.stats.network is 'ALL' which I assume
means both content and search networks.
But if I go to adwords account on google, the same campaign is marked
only for Search and Content is unchecked.
I don't know whats wrong here.
Please help.
I can provide more details about campaign if needed.

Thanks
Navi

-- 
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-...@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.