> I'm running .NET 3.5, VS 2008, on Vista
exactly the same
> i don't know about reference.cs?
It is in a subtree of your ReportAPI Web Reference
(possibly you need to click on the "Show all files" button at the top
of the Solution explorer)
Reference.cs is the autogenerated .cs code by the Rep
Yeah, actually something like that ;)
- Jan
On 13 Nov., 16:09, timprepscius <[EMAIL PROTECTED]> wrote:
> If I am not mistaken Jan actually meant to say:
>
> No, there is no bulk upload mechanism.
>
> Yes you could do it, but via 20,000 or more api calls- for which
> google charges exorbitant r
There is not match data in my report, current time listing is only for
one campaign.
When i generate same report in adwords client panel its take only 3 -
5 sec.
Exists method to make my report faster or may be exists better way
(not using report function) get Budget, Clicks, CTR, CPC, Cost for
c
Hi Daniel,
try to initialize your AdWords-user with an explicit String that indicates the
API-version:
e.g.
public static final String API_VERSION = "v13";
adWordsUser = new AdWordsUser(
adWordsAccountSettings.getRootLogin(),
Just to amend something in my previous post: I forgot that we already
impose a server-side restriction on addCriteria() calls that requires
all new criteria in a single call be associated with the same ad
group. So passing in new criteria for multiple ad groups in a single
call isn't an option.
C
Hello Jeff,
Right...we've implemented the semaphore suggestion as a Java thread
pool with a maximum of 5 threads. However, it is unclear to me from
the Report Center documentation as to whether the referenced account
is an MCC account or client account. We've made the assumption it has
been the
Could someone provide a working example in PHP with rudimentary
functionality, Sandbox is ok!
All i need to do is upload a new adgroup/text ad to an existing
adword's users campaign.
I see the snippets and functions..but i would greatly appreciate a
"working" PHP program which i can build upon.
Hello Eric,
Great, using a thread pool to limit the total number of pending
reports sounds like the right approach. If you previously didn't have
a limit on the total number of pending reports then I'm inclined to
think that was the root cause of the behavior you saw. Once a newly
scheduled repo
Hello Georg,
Have you tried the APIlity client library? I think it would fit the
bill.
http://google-apility.sourceforge.net/
There's a separate discussion forum for APIlity users if you have any
questions specific to it:
http://groups.google.com/group/adwords-api-php
Cheers,
-Jeff Posni
original question resolved/reported.
see:
http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send e
My Structure Reports are getting truncated at the 250MB limit.
Is it possible to get an exception on the limit, even if for structure
reports only?
My only alternative would be to iterate through all accounts,
campaigns, adgroups, and criterion, which is A LOT of API units and
extra traffic...
A
Hello,
(As a preface, I'm hampered when discussing this issue by the fact
that I don't have access to an account large enough for this to be an
issue, so I haven't been able to test this behavior myself.)
Are you seeing the same truncation when you download the report as a
GZip file? If so, wh
I assumed you would be able to access my MCC and CID?
I'm re-running the reports now, and will attempt to download them via
browser and post the results later today.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
13 matches
Mail list logo