I verified that it is working for me now.
Thanks
On Dec 18, 4:17 pm, AdWords API Advisor
wrote:
> Hello David,
>
> Checking this Google Group is the best way to stay up to date about
> what's going on with the Sandbox. We've put some more automated
> Sandbox monitoring in place and we'll post
Hi Jeff,
yes, I created the AdUser Class, it's identical to AdWordsUser with
one exception: It's an ASP.NET Application so I don't have an
App.Config file. That's why my AdUser Class is reading from the
Web.Config file via
System.Web.Configuration.WebConfigurationManager.GetSection
("adwordsHeade
Hello David,
Checking this Google Group is the best way to stay up to date about
what's going on with the Sandbox. We've put some more automated
Sandbox monitoring in place and we'll post about any Sandbox-wide
issues here when they occur, but in reality chances are an affected
developer will ha
It works for me too. Thank you so much. Just curious, it there a way we
can setup our account to notify for events like this?
D
On Thu, Dec 18, 2008 at 10:55 AM, Des wrote:
>
> It is now working for me, I ran a quick test with apility library.
>
> Thank you
>
> On Dec 18, 11:53 am, AdWords
It is now working for me, I ran a quick test with apility library.
Thank you
On Dec 18, 11:53 am, AdWords API Advisor
wrote:
> Okay, everything's been pushed out now and I've tested it successfully
> against the live Sandbox.
>
> Can folks give it a try and confirm that the Sandbox is functioni
Okay, everything's been pushed out now and I've tested it successfully
against the live Sandbox.
Can folks give it a try and confirm that the Sandbox is functioning as
expected?
And just as a heads-up from another thread, the Sandbox database is
going to be refreshed tomorrow, Friday Dec. 19:
It's been pushed to the staging environment and I'm still waiting to
hear when it will be live. Apologies, but hold tight for updates.
Cheers,
-Jeff Posnick, AdWords API Team
On Dec 18, 12:44 pm, xparrot wrote:
> I would like an ETA on this as well. I hadn't expected this to be
> down for a w
I would like an ETA on this as well. I hadn't expected this to be
down for a week. Can't you just back off whatever change broke the
system?
On Dec 17, 1:45 pm, AdWords API Advisor
wrote:
> Hello,
>
> The servers have not yet been restarted--because it's outside of the
> normal release cycle
I think this is a known issue that google is working on. See this
thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/d550e39cab88fe0
On Dec 18, 10:20 am, Rob wrote:
> Hi, I have an api implemenatation for the last few months and have
> been using the sandbox. Sometime in
Hello,
Sure, pre-fetching data and storing it in a local database is a
reasonable approach. Just note that data in the AdWords system isn't
updated in real time, and performing an hourly data retrieval is
probably overkill--it's best to wait until the following day before
retrieving data related
Hello,
I'm afraid I don't understand. Are you using the code provided in
the .NET client library? There's no mention of an AdUser class there,
so I'm not sure what you mean when you say it's identical to
AdWordsUser. Is this a custom class you've created?
Cheers,
-Jeff Posnick, AdWords API Team
Hello,
Well, it's a very general question and just might have to do with the
fact that you're requesting a lot of data. If you're finding that your
calls to getCampaignStats() are taking too long to complete, you can
either request data for fewer campaigns at once, or request data for a
smaller
Hello Peeyush,
Unfortunately, there's no way to apply those types of filters to the
keyword variations returned via the AdWords API.
If there are specific terms you want to filter out, you can pass them
in as SeedKeywords and mark them as negative:
http://code.google.com/intl/ja/apis/adword
Please see
http://groups.google.com/group/adwords-api/browse_thread/thread/0d550e39cab88fe0
Cheers,
-Jeff Posnick, AdWords API Team
On Dec 17, 9:31 pm, jing wrote:
> i am not able to access sandbox since yesterday afternoon, I got below
> error.
>
> AxisFault
> faultCode: {http://schemas.
Hello Ken,
Yes, the reports you run via the AdWords API go against the same data
source as reports you run from the web interface. The numbers are not
going to be as accurate as a full-day report that you request the
following day.
Cheers,
-Jeff Posnick, AdWords API Team
On Dec 17, 6:30 pm, A
Hi, I have an api implemenatation for the last few months and have
been using the sandbox. Sometime in the last week (i was out of
town). I have been having authentication problems:
I get the following xml response
Ouch! I am not proud to announce the following AdWords API Exception:
Message:
Ok, my boss simulated moving like you said.
So i just need to load the "deleted" keywords but i don't get them
with the following code:
//
$user = new APIlityUser();
$ac = $user->getAllCampaigns();
foreach($ac as $c)
{
$ag = $c->getAllAdGroups();
foreach($ag as $g
Hi
I have written a simple page which displays the campaign details, but
it is very very slow.
To avoid this problem can i do this:
Write a cron job and exceute it every one hour , all the campaign
details of the users are stored to a local database.
Finally we can have the data retrieved fro
Hi
I have written a simple page which displays the campaign details, but
it is very very slow.
To avoid this problem can i do this:
Write a cron job and exceute it every one hour , all the campaign
details of the users are stored to a local database.
Finally we can have the data retrieved fro
Hello Jeff,
yes. AdUser and AdWordsUser is in fact identical. I just had to change
the header retrival to
---
// Reads headers from App.config file
this.headers = (Hashtable)
System.Web.Configuration.WebConfigurationManager.GetSection
("adwordsHeaders");
---
As ASP.NET is using a web.co
Since Friday 19. Dec. I am not able to access the AdWords sandbox API.
I got the same error message as quoted several times in the post.
Please provide some information about
the date when we will have access to the sandbox.
Thanks
--~--~-~--~~~---~--~~
You receive
21 matches
Mail list logo