Hi Kevin,
The description of the field is incorrect, as the behavior is the
opposite. I'm working with the documentation team to correct it. In
general exemption requests only allow you to add the ad to your
account, but if it is later marked as trademarkDisapproved that cannot
be exempted.
Bes
Hi Grant,
I think the option that is the simplest to use is the {network}
ValueTrack parameter:
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=178489
You can use this parameter in your ad URLs and the value will be
either 'g' for Google Search, 's' for Search partners, or 'd'
Hi Panks,
You may want to try using the CustomerSyncService, which given a date-
time range will tell you which entities have changed:
http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html
If it doesn't report any account changes then you could skip fetching
the r
Hi,
You cannot add placements with more than a few levels of directories.
This is a general limitation of the AdWords Product and is not
possible via the web interface either.
Best,
- Eric
On Oct 30, 8:22 am, kitty21 wrote:
> hi,
>
> first thanx for replying , ok i want to 1 more thing tha
Hi,
This is a limitation of the AdWords product, that placements cannot
have more than a few levels of directories. You will see that this is
not possible using the AdWords web interface either.
Best,
- Eric Koleda, AdWords API Team
On Oct 30, 8:27 am, kitty21 wrote:
> hi all,
>
> I want to k
Hi Mike,
There is no simple function in the API to do this, but you can use the
various services that are available to copy campaigns, ad groups, etc
from one account to another. The AdWords API .NET client library
includes a utility that does some of this for the purpose of
preserving the conten
Hi John,
We are seeing this behavior right now for some keywords, when using in
a STATS request. Can you provide some sample keywords that are
exhibiting this behavior?
Best,
- Eric Koleda, AdWords API Team
On Oct 28, 1:52 pm, John Nagro wrote:
> Hello -
>
> We are seeing behavior similar to t
Hi,
If a non-credit card form of billing was used then you may need to
sign the terms and conditions manually. Email me your account
information at adwordsapiadvi...@google.com and then update this
thread so I check that inbox.
Best,
- Eric Koleda, AdWords API Team
On Oct 29, 2:13 pm, aazout w
Hi,
The sandbox doesn't use a real developer token, but instead a defined
format using the email address of the sandbox account:
http://code.google.com/apis/adwords/docs/sandbox.html
Best,
- Eric Koleda, AdWords API Team
On Oct 29, 2:12 pm, aazout wrote:
> We are getting "The developer token
Hi Calford,
It could be that some keywords didn't have much traffic on partner
sites to begin with, and the traffic on Google.com increased
organically.
Best,
- Eric
On Oct 29, 10:38 am, calford wrote:
> Hi,
>
> I noticed that some of the results went up.
> I thought that the new results on the
Hi Frederico,
Reports can only be run across one account, so there is no need to
have a predicate for the account. Additionally, the fields used in
predicates must be the field listed as belonging to the report, and
ClientId isn't one of them:
http://code.google.com/apis/adwords/docs/appendix/
Hi,
This error indicates that you are making too many simultaneous
requests to the API. For a multi-threaded system this means you need
to reduce the number of threads you are using to make requests.
Best,
- Eric Koleda, AdWords API Team
On Oct 29, 7:44 am, kitty21 wrote:
> hi all,
>
> Whil
Hi Visweswar,
Unfortunately we don't have any benchmarks on the API to provide, as
it depends a lot on the nature of the requests and how you batch
them. If you have questions about any errors you get please let us
know.
Best,
- Eric
On Oct 30, 12:38 am, Visweswara Reddy Marada
wrote:
> Normal
Hi Tom,
The $selector object must be of type CampaignSelector:
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignSelector.html
Unfortunately you cannot select on name. What you can do instead is
select all campaigns and then client side find the one with the
m
Hi All,
When certain fields are added to the report, such as date / time
fields, rows with zero impressions are not returned. Because the
sandbox environment doesn't serve ads there can't be any impressions,
so there will be no results. If you exclude the date / time fields
you should see result
Hi Patrick,
Unfortunately the name field isn't support for Image media, and I'll
work with the documentation to make that clearer. The sourceUrl field
is read-only in the API and can't be set.
Best,
- Eric Koleda, AdWords API Team
On Oct 29, 5:17 am, Patrick Berglund
wrote:
> Hi,
>
> How do I
Is there anyway that I can find the average positon for a keyword.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You rec
Hello once again !
This time I need a precision about how to use correctly clientEmail
header when calling TrafficEstimatorService . That header is required
by the service . However, using Py client lib , if I specify
clientEmail = email in headers then this error is returned back
{{{
#!python
T
Hi ,
Is there anyway that I can find the average positon for a keyword.
Thanks a lot in advance
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Eric,
Before I do, can you confirm that this is in fact a correctly formed
request so I can write out the query being the problem:
http://schemas.xmlsoap.org/soap/
encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="
Hi Eric,
Does that mean it's not exemptable? For the documentation, it says
"This field is only useful when approvalStatus is an approved
status." How can the approvalStatus is "Approved" but
"trademarkDisapproved" is true?
Thanks,
Kevin
On Oct 29, 3:34 pm, AdWords API Advisor
wrote:
> Hi Kevi
On Mon, Nov 1, 2010 at 11:02 AM, AdWords API Advisor
wrote:
> Hi Olemis,
>
:o)
> Using those search parameters I get back a count for every month
> except October (expected). Do you have the requestId of a request
> that exhibits this behavior?
>
I can provide you with one , once I try it agai
Hi Andy,
Issues related to the Python client library and not the SOAP API
itself should be posted here:
http://code.google.com/p/google-api-adwords-python-lib/issues/list
Best,
- Eric Koleda, AdWords API Team
On Oct 28, 6:04 pm, Andy wrote:
> Hi,
>
> I'm running:
>
> - Python 2.6
> - adwords
Hi Olemis,
Using those search parameters I get back a count for every month
except October (expected). Do you have the requestId of a request
that exhibits this behavior?
In regards to null values, the SOAP API will always omit a field from
the response if the value is null. When translated to
Hi Jakov,
Thank you for reporting this issue. I've been able to replicate the
problem and I'll work with the core engineering team to resolve it. A
workaround is to leave off the CountryTargetSearchParameter from the
request, as this will always return the correct value of
GLOBAL_MONTHLY_SEARCHE
Hi, since paging isn't available in the reportDefinitionService what
can we do to download all data?
@see:
http://code.google.com/apis/adwords/forum.html?place=msg%2Fadwords-api%2F0YN-lGwPKkg%2Fgn-ydjwM1VQJ
The client library used is PHP client 2.4.0.
We have customers with huge amounts of data
On Sat, Oct 30, 2010 at 12:12 AM, AdWords API Advisor
wrote:
> Hi Olemis,
>
:o)
Thnx for your reply .
> When there is no monthly search volume data the count will be returned
> as null.
AFAICS , there's a difference between a response with all `count`(s)
set to `null` and another one with no `
27 matches
Mail list logo