Hi Eric,
the Account is in GMT +1 Zone.
Regards,
Daniel
On 18 Feb., 00:29, AdWords API Advisor
wrote:
> Hi Daniel,
>
> I'm able to set the end date to 20371230 successfully. What time zone
> is this account in?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Feb 16, 12:39 pm, Daniel wrote:
In PHP... I tried everything. The ID is there and there are no quotes.
I am able to create an adgroup text ad, but I cannot set the status to
PAUSE or DISABLED. Any direction would be helpful.
Error:
SoapFault Object ( [message:protected] => [EntityNotFound.INVALID_ID @
operations[0].operand.ad.i
In the documentation about the 200909 Stats type (http://
code.google.com/apis/adwords/v2009/docs/reference/
AdGroupAdService.Stats.html) it is documented that the field
averageCpc is the average cost per conversion. As I have always
associated Cpc with cost-per-click, I was wondering if this was
c
Hi,
I am integrating the new version of google adwords v2009.
here remove campaign is not working it's giving error
SoapFault Object ( [message:protected] =>
[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0],
RequiredError.REQUIRED @ operations[0].operator]
code is like this
// Get the
Thank you Eric for your reply.
Is there a possibility to create reports, which display changes (like
activated/deactivated, cpc) and fetch the reports using the API, or
push a csv- or json file to a fileserver (any protocol)?
regards,
NI
On Feb 18, 12:05 am, AdWords API Advisor
wrote:
> Hi,
Hi Eric,
When this issue is fixed, we want to know that infomation.
How can we know that?
The following issues list?
http://code.google.com/p/google-api-adwords-java/issues/list
On 2月18日, 午前3:13, AdWords API Advisor
wrote:
> Hi Almas,
>
> This is a known issue, that the AdGroupAdService doesn't
"The value of the property 'type' cannot be parsed. The error is:
Could not load type 'com.google.api.adwords.lib.TraceExtension' from
assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'."
I'm using v7 of the .net lib, but also got this yesterday with
OK so able to finally solve one of my own problems. If you what to
you .net lib and just want the code in App_Code rather than compiling
a .dll you have to change a the app.config or the web.config which
ever you use. You have to take away the overall assembly name and
replace it with app_code so i
This is tricky. If you change anything in your code you need to take
out the code, build and I think run your
app, so VS creates the partial classes and then you can put it back
in. Something to do with the way VS and the framework creates
classes.
On Feb 18, 1:36 pm, David wrote:
> OK so able
I'm new to the AdWords API and would like to be pointed in the right
direction.
I'm using the PHP client library v2009.
I need to retrieve all the keywords for a particular campaign check
their maxcpc and adjust it.
What is the best way to do that? Are their any scripts already written
that woul
Hi AdWords-Team and Forum-Readers,
there are some issues i'm encountering with the consistence between
data i'm getting from embedded Google-AdWords Tools and the data
i'm retrieving from Google's recent API for Keyword-Research.
I'm using a Java/AXIS2-Environment to send and receive SOAP message
Hi
I have unsubscribed from API Google group forum but still i am getting
the following exception :
faultDetail:
{https://adwords.google.com/api/adwords/v13}fault:
1
The request did not contain a header named 'email'.
I am making request as follows :
private static final Str
Hi Daniel,
we are experiencing same problems. We can not update any keyword
status.
Would be great if anybody of the API-Team would give us some advice or
fix the problem.
Regards
Marcel
On Feb 17, 1:31 pm, Daniel wrote:
> Hi there!
>
> I can't update the MatchType for my Keywords.
>
> For
I have unsubscribed from API Google group forum but still i am getting
the following exception :
faultDetail:
{https://adwords.google.com/api/adwords/v13}fault:
1
The request did not contain a header named 'email'.
I am making request as follows :
private static final String
Hi,
How to book placement categories like 'category::Business' using
v200909 api ?
Radosław Pociecha
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from th
In python client, how can I get responseTime and requestId from
response headers? There seems to be no method that would return it
(there is GetOpertions and GetUnits though... )
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to th
Hi Eric,
I am using the following class
import com.google.api.adwords.v13.AccountInterface;
import com.google.api.adwords.v13.AccountServiceLocator;
import org.apache.axis.client.Stub;
/**
* This code sample retrieves the login email address for each account
managed
* by the effective user.
v2009 seems a pain for error handling as well as the reasons
Can we have some sample code on how this is done?
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe
Hi Eric and all. I've set up soap logging but nothing goes into the
log as the error occurs before the campaignTargetService.get method is
called. http log and soap log is both empty. I've isolated campaign
negative keywords into a test page but can confirm logging works as
stuff is being logged fr
Hi Andreas,
Do you have the SOAP XML logs from this request? There are some cases
where IDs are not serialized correctly in the PHP client library.
Ensure that when you set the ID you case the value to a float, as this
can work around the problem.
Best,
- Eric Koleda, AdWords API Team
On Feb 17
Hi All,
It isn't possible to change the match type of a keyword, and this was
true in the v13 API as well. In the v200909 API a keyword criterion
has two parts: a BiddableAdGroupCriterion (extends dGroupCriterion)
and a Keyword (extends Criterion):
http://code.google.com/apis/adwords/v2009/do
Hi,
How are you setting your authentication headers? Are you using the
same clientEmail that you are using when you log into the AdWords web
interface to schedule the report?
Best,
- Eric Koleda, AdWords API Team
On Feb 17, 6:58 am, Jasmine Diana wrote:
> Hello,
> I read the AdWord API docume
Hi,
Your code looks fine, and it's strange that SoapClient is only using
some of the values in the array. Perhaps it is throwing out values
where the types don't match exactly? For example, aggregationTypes is
a string[], not a string. In our sample code we just sent in XML
directly:
http:/
Hi David,
Although you created a CampaignCriterionIdFilter[] of size 1, you
never actually created a CampaignCriterionIdFilter object to put in
that array.
// You had this.
CampaignCriterionIdFilter[] ccIDfilters = new
CampaignCriterionIdFilter[1];
// Now add this.
ccIDfilters[0] = new CampaignC
Hi Tam,
Removing a destination URL shouldn't correct a keyword criterion. Can
you do a get() request for this example criterion and then post the
SOAP XML response?
Best,
- Eric
On Feb 17, 12:09 pm, Tam wrote:
> Hi Eric
>
> I've sort of got an answer to my issue, but (as is often the case) it
Hi Tim,
If you aren't attempting to transition the bidding strategy then you
should set the biddingTransition field of the operation to null. This
will exclude that element from the SOAP XML request and no transition
will be attempted.
Best,
- Eric Koleda, AdWords API Team
On Feb 17, 12:50 pm,
Hi,
There are limits on the size of requests, but we can't provide the
exact numbers. Please also keep in mind that these limits are subject
to change over time.
Best,
- Eric Koleda, AdWords API Team
On Feb 17, 2:15 pm, majco wrote:
> Hi,
>
> when I inserting 5000 keywords I get
> "SizeLimitEr
Hi Hans,
The CPA_REFERRAL network target is a legacy value, and the associated
feature has been sunset from the AdWords web interface.
Best,
- Eric Koleda, AdWords API Team
On Feb 17, 2:31 pm, HK wrote:
> Does anyone from Google have any input on this question?
>
> Thanks
> Hans
>
> On Jan 31,
Hi,
You need to retrieve the value the same way you are setting it. In
this case your code should be:
$newstatus = $adGroup->bids->keywordMaxCpc;
Best,
- Eric Koleda, AdWords API Team
On Feb 17, 5:52 pm, "michaelyanda+...@gmail.com" wrote:
> Hi, updating an adgroup CPC is completed smoothly
Hi Sidd,
Are you using the .NET client library? Do you know if this error is
being generated during the request to the ClientLogin API (to get the
authToken) or to the AdWords API? How large are the requests you are
making? Are there any policies on your network that close long
running connecti
Hi,
If you already have an MCC account then you need to log in with the
credentials of that MCC account. If you log in with an AdWords
account then it will attempt to create and link a new MCC account,
which will fail if you already have an MCC account linked to that
AdWords account.
Best,
- Eri
Thanks Eric, got it working now. It was a sneaky one so I won't beat
myself up over it too much .
cheers.
Migration to v2009 complete. Hopefully we get 6 month sunset on
reports service etc.
On Feb 18, 3:14 pm, AdWords API Advisor
wrote:
> Hi David,
>
> Although you created a CampaignCriterionI
Hi James,
Paused campaigns do not count towards the maximum, and I don't believe
ended ones do either. I wasn't able to replicate your error though,
as I was able to successfully add more paused campaigns after I
reached the active campaign limit.
Best,
- Eric Koleda, AdWords API Team
On Feb 18
Hi Mike,
Do you have the SOAP XML logs for this request? I've seen some cases
where a correct ID gets truncated when it is serialized to XML.
Best,
- Eric Koleda, AdWords API Team
On Feb 18, 4:44 am, Mike-Indiana wrote:
> In PHP... I tried everything. The ID is there and there are no quotes.
>
Is there an efficient way to count the number of criteria and/or ads
in an ad group, other than doing a get? Right now I'm using the code
from the get_all_active_ad_group_criteria, and return the number of
entries. This seems a little expensive just to find out whether or not
I've populated my ad g
Hi Ales,
Thanks for sending along the logs. I talked with my colleagues, and
it appears that these extra characters are actually part of the
chunked transfer encoding spec:
http://en.wikipedia.org/wiki/Chunked_encoding
The "fef" characters are actually the number of bytes in the next
chunk, a
Hi Daniel,
I wasn't able to replicate the issue, even using that timezone. Do
you have the SOAP XML logs from these requests?
Best,
- Eric
On Feb 18, 4:20 am, Daniel wrote:
> Hi Eric,
>
> the Account is in GMT +1 Zone.
>
> Regards,
> Daniel
>
> On 18 Feb., 00:29, AdWords API Advisor
> wrote:
Hi NI,
There is no report that will just return changed data, or even tell
you when the objects were last changed. The only solution currently
is to fetch all of the data in the account.
Best,
- Eric
On Feb 18, 6:28 am, netimpact wrote:
> Thank you Eric for your reply.
>
> Is there a possibili
Hi,
The issue list you pointed to is for the Java client library, and is
not meant to track generic API issues. Unfortunately there is no
central place to get this information, and your best option is to ping
this thread and I can check on the progress.
Best,
- Eric
On Feb 18, 7:03 am, ryo wro
Hi,
How in v2009 do I get the criterias for all the criterionIds that are
associated with the specified ad group?
In v13, we had getCriteria method which will accept an array of
criterionIds and an adgroupid.
but now in v2009,AdGroupCriterionFilter seem to accept only one
criterionId at a time.
Is
Hi David,
I'm glad to hear you have it working. When the v13 ReportService is
eventually deprecated it will be given our standard 4-6 month sunset
clock.
Best,
- Eric
On Feb 18, 11:10 am, David wrote:
> Thanks Eric, got it working now. It was a sneaky one so I won't beat
> myself up over it to
A Gentoo dev is trying to put together ebuilds for google-api-adwords-
perl and its dependencies, but he's getting:
>>> Unpacking source...
>>> Unpacking google-api-adwords-perl-1.3.0.tar.gz to
>>> /var/tmp/portage/dev-perl/google-api-adwords-perl-1.3.0/work
>>> Source unpacked in
>>> /var/tmp/p
I am using the .NET client library and I think the issue was in using
the AdWordsUser constructor with the dictionary. So I'm not seeing
any authentication exceptions. I'm seeing different issues now.
I think it's probably due to the initial request size. The first
request I make that generates
I am using the .NET client library and I think the issue was in using
the AdWordsUser constructor with the dictionary. So I'm not seeing
any authentication exceptions. I'm seeing different issues now.
I think it's probably due to the initial request size. The first
request I make that generates
Ok. I got it. Thanks as always.
James
http://www.myclapperboard.com
On Feb 16, 3:05 pm, AdWords API Advisor
wrote:
> HiJames,
>
> The ManualCPCAdGroupCriterionBids object contains a bidSource field
> that indicates if the bid came from the ad group or the criterion:
>
Is it possible to trigger a policy violation in the sandbox, and then
reply with an exemption request in the sandbox?
This is my biggest roadblock in using the API right now, and in lieu
of finding examples it would be nice to test via the sandbox.
Thanks in advance,
Mike
--
You received this m
Hi Eric,
Apologies for jumping on this thread but I have a relevant (I think)
question.
The thread referred to above touches on the subject; are there any
plans to substitute values for conversion metrics with null strings or
similar (in the report), for accounts which have not opted in to the
co
I see a slot for conversionrate in the stats array returned from
AdGroupCriterionSelector but they are all empty. Looking at the web
interface of adwords I can see that they aren't empty.
Do I have to do something to get all of the stats data populated in
that request?
I'm using the "GetAllActive
create a TextAd with url='http://www.google.com' that should trigger a
policy violation .
On Feb 18, 2:23 pm, "mike-adwo...@pubget.com" wrote:
> Is it possible to trigger a policy violation in the sandbox, and then
> reply with an exemption request in the sandbox?
>
> This is my biggest roadblock
Hi John,
A fix for this issue has now been pushed, and my tests are showing a
status code of 500 for SOAP faults. Let me know if you run into any
other problems.
Best,
- Eric
On Feb 17, 6:19 pm, AdWords API Advisor
wrote:
> Hi John,
>
> Unfortunately I can't narrow down the timeline for this f
Hello Eric,
yes, I use Fiddler to track the communication between our application
and AdWords that works like a proxy and moreover it uses its own
certificate to get behind the SSL security, otherwise it is impossible
to see the communication. I noticed now that there is a button for
decoding the S
One more note:
I see in another thread named "Http status code for soap fault" where
you write that errors changed to fault HTTP 500 instead of OK 200.
That most probably explains why we run into the problems just
recently, because the limitation in .NET is related just to fault
headers.
On Feb 18
Hi,
Great work debugging this problem! The recent change to using the 500
HTTP status for faults just went into effect recently and would
explain the appearance of this issue. We'll do some more testing on
our end and then push a new version of the client library that
includes the maximumErrorRe
If you have code structured like the following,
ServiceAccountantManager leaks memory due to retaining the Service in
its serviceUsers map:
AdWordsUser user = getUser();
AdGroupCriterionServiceInterface criterionSvc =
user.getService(AdWordsService.V200909.ADGROUP_CRITERION_SERVICE);
criterionSvc.
Is there a way to check the validity of Auth token.
this would be important, as when an expired token is used the
operation will fail and then we should request a new token.
-Shriny
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post
Hi,
This appears to be a mistake in our documentation, thanks for pointing
it out! I'll pass this on to the documentation team for correction.
The averageCpc is the average cost per *click*, as you thought.
Best,
- Eric Koleda, AdWords API Team
On Feb 18, 5:53 am, Jaap wrote:
> In the document
I've been using v13 CriterionService for a long time with no
problems. Now, I'm working on switching over to v200909
AdGroupCriterionService. My problem is that, when I want to fetch all
Keywords in an AdGroup and build an AdGroupCriterionSelector that
looks like this:
{{IDFILTERS={[{ADGROUPID={
Did city codes change from V13 to V2009?
This SOAP request fails:
POST /api/adwords/cm/v200909/CampaignTargetService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control
I've found the problem. When I was building my operation streams I
was limiting the operation counts, but then I was inadvertently
creating a new operation stream for every 10K operations. Thus, my
bulk mutate requests had too many operations as a result.
Thanks ..
--
You received this message
I've found the problem. When I was building my operation streams I
was limiting the operation counts, but then I was inadvertently
creating a new operation stream for every 10K operations. Thus, my
bulk mutate requests had too many operations as a result.
Thanks ..
--
You received this message
60 matches
Mail list logo