Hi Everyone,
A fix was developed for this problem and deployed to the servers. My
testing has shown that the bulk mutate rate limit errors are no longer
triggered by non-bulk mutate operations. Be aware though that there
are other rate limits in the system that you may run in to when making
exce
I have a related follow-up question to this thread. In v13, you could
change the status of a disabled ad back to let's say active. However,
in v200909, it seems that this is no longer allowed. Can someone
confirm this please as it unfortunately will require a lot of changes
in our software which wa
Hi Alex,
The documentation has been updated and there is now more information
available about these values:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.Ad.ApprovalStatus.html
If you have any specific questions let me know.
Best,
- Eric
On Oct 23, 10:11 am, AdWo
Hi All,
I apologize for the late update, but a fix has been deployed for this
issue and my tests indicate the problem is resolved. Let me know if
you run into any issues.
Best,
- Eric
On Oct 29, 12:28 pm, AdWords API Advisor
wrote:
> Hi Henri,
>
> Thank you for your patience on this issue. Th
Yes, Eric and I can tell more, I have used all accounts which I have
for Adwords, and I get the same result. Even with account which have
real adwords account. And yes none of my account didn't used sandbox
before.
Can be problem in tab chars, which are sending before password and
developerToken. B
Eric,
We are also experiencing the same problem but when we switch to using
a sub-MCC. So our structure looks like
Main MCC
Sub MCC #1
Account #1
...
MobileAd
Account #2
Account #3
...
MobileAd
Sub MCC #2
...
When we submit the report request usin
Hi Egor,
Can you double check your password again? Did this account use to
work in the sandbox, or is the first time you are using it in the
sandbox?
Best,
- Eric
On Dec 18, 10:47 am, poor_yorik wrote:
> Ihave restored my email, but still have the same problems((
>
> Host: sandbox.google.com
>
Hi Rainer,
Thanks for reporting this error. The cause was that the campaign was
previously set up with a monthly budget, a beta feature that has been
sunset. When you were setting the budget you didn't specify the
budget period as DAILY, so it was trying to set a monthly budget,
leading to an er
Ihave restored my email, but still have the same problems((
Host: sandbox.google.com
User-Agent: NuSOAP/0.7.3 (1.114)
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Length: 807
contextured.sand...@googlemail.com
password
contextured.sand...@googlemail.co
Hi Eric,
I am also facing the same issue. While i try to catch the ApiException
in case of any AuthenticationError.GOOGLE_COOKIE_INVALID exception, it
throws a SoapException instead of an ApiException. Why is this so?
Also the ApiException class is not available on adding reference to
the v200909
Hi,
There are a bit more steps that you need to set.
Here's code snippet for C#, but I think that is "pretty" similar for
Python.
// Make user
AdWordsUser user = new AdWordsUser();
// Standard filter
AdGroupCriterionIdFilter criterionFilter = new
AdGroupCriterion
Thanks, Eric, but how would you do this in Python?
David.
On Dec 17, 10:47 am, AdWords API Advisor
wrote:
> Hi David,
>
> The selector for AdGroupCriteria works a little differently than other
> selectors, and doesn't have an adGroupId field:
>
> http://code.google.com/apis/adwords/v2009/docs/r
Hi API-Team !
We're using the Java-Client-API's v200909 CampaignService.mutate()
method, and we were trying to update the budgetAmount of a previously
exported Campaign. The previous Campaign hat a DAILY budgetAmount of
0.01$, which was way too low naturally. Long story short:
Using this request
Hi Eric
The problem is that many data if my connection fails my database is
compromised.
Thanks
P.W
On 17 dez, 13:57, AdWords API Advisor
wrote:
> Hi P.W.,
>
> The new AdWords API PHP client library currently doesn't support
> returning data as raw XML, only as objects. Could you use the objec
Hi,
We have made component (in .NET) that can download all Account (all
campaigns, adgroups, keywords, ...). When we download all account
(around 50 000 keywords) it takes under 5 minutes...
I don't work with apility but I don't think that Google's AdWords
system needs so much time.
Regards,
--
Hi,
That sample code is old. They have changed Exception handling.
ApiException is no Exception. AdWordsApiException is.
Here's some code snippet that you need to use:
try
{
// service call
adGroupCriterionService.mutate(operations.ToArray
16 matches
Mail list logo