Hi we have a problem we recieve:
This Campaign already has the maximum number of active AdGroups
permitted.
is this a error because we try to upload about 3000 adgroups or is
there a limit for a campaign general?
thanks
--~--~-~--~~~---~--~~
You received this mes
Is there a v2009 Java client lib? I don't see anything on the 2009
page. If so, is it still using axis1 (with convenient setting of login
headers) or the new axis2 (where login info is passed with each method
call)? Or is an axis2 version wrapped in convenience classes to be as
easy as axis1?
Tha
Hello Alexander,
Yep, exactly.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 14, 12:50 pm, Alexander Furman wrote:
> Thank you for clarification.
> So the proper way to update destinationUrl is to delete old Ad and
> create new one? And by "deleting" of the particular Ad we mean setting
> "
I found this URL:
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders
that say to put login_id++currency_code on the developerToken when we
access though sandbox..
Now my application v13 works fine too!
thanks!
On Jul 14, 3:51 pm, tsmthiago wrote:
> Hi,
Hi, Jeff!
Thanks for reply!
I filled the clientEmail and the code worked!
Now I have two another problems..
I got access the v13 on production, but when I try to access on
sandbox, I receive the following error: The developer token is
invalid.
-> There are different token's for sandbox/produc
Hi,
Any comment on this issue? I couldn't access any service in the
sandbox environment.
Many thanks.
On Jul 9, 9:40 am, knguyen wrote:
> I got the following error when trying to get a list of campaigns from
> a client account:
> Exception in thread "main" AxisFault
> faultCode: {http://schem
Thanks, Jeff.
By the way, in comparing the Java interface generated by axis1
(apparently the default in Eclipse) and axis2, I noticed that some of
the structure of the data itself differs beyond how the security info
is handled: In these snippets, the commented-out version is axis2:
Camp
Thank you for clarification.
So the proper way to update destinationUrl is to delete old Ad and
create new one? And by "deleting" of the particular Ad we mean setting
"Disabled" status to this Ad?
On Jul 14, 7:20 pm, AdWords API Advisor
wrote:
> Hello Alexander,
>
> As you say, the only proper
Hello Alexander,
As you say, the only property of an ad that is updatable is the
status:
http://code.google.com/apis/adwords/docs/developer/AdService.html#updateAds
This applies to both v13 and v2009.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 14, 7:09 am, Alexander Furman wrote:
>
Hello Bill,
You're just looking at some sample Java code, which is only one
approach for accessing the AdWords API. We also have a Java client
library available, which takes care of most of the details of using
the SOAP service for you:
http://code.google.com/p/google-api-adwords-java/
I be
Hello,
There's no AdWords API method that will give you back a true or false
value depending on whether a keyword already exists in an ad group.
You'd have to get a list of keywords that already exist in an ad group
(either via a report or via CriterionService.getAllCriteria()) and
then compare
Hello,
I'm not exactly sure what kind of information you're hoping to
retrieve, but I'm not aware of any plans to add any features to the
v2009 API other than what we've publicly talked about in our blog
posts.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 14, 10:01 am, jellegaa wrote:
> I
Hello,
My educated guess is that it's about the credit card related to the
owner of the Developer Token, because that's what's incurring a charge
as a result of the AdWords API call.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 14, 3:58 am, Zweitze wrote:
> Apparently it was a one-time onl
This is an adWords question, not an API one, but here is the info:
The published limit on campaigns is 25 per account. If you call your
Google Rep is can be bumped to 100 on a case by case basis
I believe that the limit on adGroups is 2500 per campaign.
Not as sure about the keyword limit, but I
I'm wondering is any way I can programmatically update destinationUrl?
The closest function I found is AdService.updateAds but unfortunately
it could be used only to update Ad status.
Is it possible to change destinationUrl using Adwords API v13 or maybe
new v2009 version?
Any help will be appreci
Hi..
Can any one let us know the maximum campaigns we can create in an
account.
Similarly maximum adgroups in a campaing. Maximum ads in an adgroup
and maximum keywords in an ad.
Thank you..
--~--~-~--~~~---~--~~
You received this message because you are subscri
It looks like adWords started as axis1 based on this example:
http://code.google.com/p/adwords-api-java-samples/source/browse/trunk/src/GetAllCampaigns.java
import org.apache.axis.client.Stub;
...
// Define SOAP headers.
((Stub) service).setHeader(namespace, "email", email);
vs.
We'd like to know if it's possible to make a call to the API to
determine whether or not a keyword already exists in a particular
adgroup.
On Jul 13, 4:16 pm, AdWords API Advisor
wrote:
> Hello,
>
> The recommended solution would be to keep track of which keywords are
> currently in a given ad
I do see that accessing the underlying information of a gclid-tag is
still not on the list.
That seems pretty important to me. What are your thoughts on including
such a feature?
~Jesper
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
Apparently it was a one-time only error.
But could you give some more information about this error? I wonder
whether this is about the credit card of the customer, or about the
credit card of the owner of the developer token. Or both?
Please understand I cannot set up a test for this.
Thanks in
20 matches
Mail list logo