Hi,
I'm using the PHP client library. I want to log get and mutate methods
separately. Is there an easy way to do it?
Thanks in advance,
Amitay.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.
Hi,
We would like to use the API to upload image or flash ads into our
account and associate an impression beacon URL for 3rd party tracking
of impressions and conversions. Is that possible using the API?
Thanks,
Jason
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blo
ot;;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/
XMLSchema">https://adwords.google.com/api/adwords/cm/v201008";>**https://adwords.google.com/api/
adwords/cm/v201008">20110623 095155 -07:00https://adwo
Still no replies on this?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscr
Ya i tried the above method in php. But, it throws
"Invalid_user_status" exception.
But, it is a valid user status according to the API document.
Please suggest if there is any alternative for this.
On Jun 27, 3:12 pm, jstedman
wrote:
> If you are using the Java libraries, you may try setting it
Hi,
You may want to try using the TrafficEstimatorService which can return
estimates on keywords and costs:
http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.KeywordEstimate.html
The client libraries have code examples demonstrating how to use this
service. For
Hi,
Requests returning stats in the sandbox environment will be populated with
random numbers to avoid returning useful data in the sandbox.
When requesting the stats, most of the fields in that object are selectable
and must be specified in the generic selector or else the states field will
Hi Parvendra,
Do you mean validation beyond what the GeoLocationService does? According
to the docs, it should return InvalidGeoLocation if the service cannot
geocode the address. If the address can be geoencoded, I would have to
assume that would mean it is valid for use in the LocationExte
Hi,
The documentation lists this as an immutable object:
http://code.google.com/apis/adwords/docs/reference/latest/CampaignTargetService.AdScheduleTarget.html
This indicates that you will not be able to update this object.
According to the documentation on the CampaignTargetService (
http://co
FYI, That sample code you posted is not v201101 compatible Doug, I
wish they would get rid of all the old samples that no longer work as
it can cause confusion.
In v201101 you would have to use a generic selector like this:
http://code.google.com/apis/adwords/docs/selectorguide.html
--
=~=~=~=~
Pretty much the way this works is:
An AdGroupCriterion can either be Biddable or Negative.
A BiddableAdGroupCriterion has stats and bids associated with it.
The stats fields that you can get for a biddable criterion are listed
on this page with "Selectable" under their name:
http://code.google.c
If you are using the Java libraries, you may try setting it using the
enum in the UserStatus class, something like:
biddableAdGroupCriterion.setUserStatus(UserStatus.DELETED);
If that doesn't work, setting a keywords status to deleted may not be
supported as it could have unintended results, lik
This might be what you are looking for :
http://www.google.com/sitesearch/
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
I've same problem...
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed
I've some problem
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed
Including the AdWords API team.
-Original Message-
From: Rahimzadegan, Ashkan
Sent: Mon 6/27/2011 2:28 PM
To: netsol-adwo...@google.com
Subject: URGENT: Issue with traffic estimator
Hi AdWords support team,
We are in the process of upgrading to the latest traffic estimator service
sin
Sorry, but this problem is already instead to one week!! Have you a
solution?
[Jun 23 2011 16:02:30.00 - INFO] POST /api/adwords/cm/v201101/
CampaignTargetService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.6, gzip
Accept-Encoding: gzip, deflate
Conte
But it does not,
when it comes to issues like Setting conent network, unless the tool is 100%
like the visual experience of Adwords and functions like adwords production
then its not verbatim. It would be nice to just have a Web UI to figure out
how the stuff actually works without 1) costing m
Hi Fikret,
I am beginning to do the same thing as you, a friendly suggestion:
Take a look at this:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetAllAdGroupCriteria.php
The criteria includes keywords.
I have used this to get keywords in an adgroup.
Cl
Eric,
Yes indeed it would be, but with all due respect, I think that the example
scripts should work with minimal system configuration. In a related note,
using the pecl oauth.so extension is a nightmare as it is. Installation on
Mac OS X is close to impossible, I spent about a full day on it
Excellent thank you for the response
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you
Thank you David,
I have actually been approved already,
Best regards,
Doug
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi,
Cross-client reports are not yet fully supported in v201101 on neither
report type.
Best,
-David Torres - AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwor
Hi Doug,
You should comment out:
- email and password since your are using OAuth
- authToken is specific to ClientLogin which is another way to authenticate
so it is either this or OAuth.
- applicationToken is not longer required by the API
- clientId you need to use if you authorized your MC
Hi,
Your request is taking in consideration but it might take some more time to
have it available in the report.
Best,
-David
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adword
I've received concurrent operation errors before on adding/creating
ads, bids, etc. But this morning I got one on the V201101 API when I
tried to define a report. Any hints as to what would cause this?
Request ID was 52d0be784f6356d7aecd75ea884f8dba
thanks
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Doug,
If your token has not been reviewed yet, please send me an email directly
(davi...@google.com) with your MCC account id and I'll try to expedite its
review.
Best,
-David Torres - AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discus
Hi Doug,
Wouldn't the php.ini be a better place to set your timezone, since it works
across all your scripts?
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-ap
Hello, i am newbie at adwords api. I use php libraries and i want to
retrieve keyword statistics (clicks, costs etc.) without report
definiton. Can you help me ? Thanks..
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.
When U generate a report in adwords in v2011, a Id called " report
definition Id " is generated in adwords so that no need to create
always performance report ,If u get that Id from search engine so by
passing this id to url:
https://adwords.google.com/api/adwords/reportdownload?__rd="your id
here
Hi,
I'm trying to use the TargetingIdeaService to get keyword ideas for
the keyword "lighting" via the .NET client library. On my first call i
specify a startIndex of 0 and I ask for 800 results, this returns 800
results. On my next call I specify a startIndex of 800 and again ask
for 800 results
i used v201101 for download report from AddCrossClientReportDefinition
i got the $reportDefinitionId.
Then i run cross client report it gave me error to run download report
instead.
Then I run the download report i got the message is "Asyncronous
report found, use RunAsyncReport() instead.".
Plea
>From testing, it returns a single account with an ID of -1. I've had to go
back to V13 for non-MCC accounts.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~
Hi All,
I am using v201101 while using the download report ,can any one tell
me what the report definition id is?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~
Hi All,
i am using the v13 but need to upgrade t0 v201101.
While running the download report can any one tell what the report
desination id is?
thank you
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups
Hi All,
When I run the download cross client report ,I am getting the error:
Syncronous report found, use DownloadReport() instead.
Any suggestion will be help ful.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
ht
Dear Developers,
I am not sure if this is the right forum to discuss this, but I have
some suggestions on how the Google Adsense program can be improved to
help affiliate marketers and online shoppers.
The Google Search Bar which can be seen on the Home Page of affiliate
marketer websites, re-dir
Hi,
Take a look at the ServicedClientService - it's all in there:
http://code.google.com/apis/adwords/docs/reference/latest/ServicedAccountService.html
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups
Hi,
You can get this data from the AdPerformance report, split out by AdGroupId
and KeywordId. You can then use those IDs to find the criterion type and
name in the AdGroupCriterionService.
It's not pretty, but I've had this working for the past few days now. As
far as I can tell, this metho
Hi,
I am using v201101 to add textad to an adgroup.
Ad headline is i4phoenix™ (Official Site).
But when try to add it getting error like AdError.LINE_TOO_WIDE @
operations[0].operand.ad.headline.
How can I add it?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blo
40 matches
Mail list logo