Logging with the AdWords API

2011-06-27 Thread Amitay
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.

RichMediaAd and impressionBeaconUrl

2011-06-27 Thread Jason
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

CustomerSyncService: returning Ad IDs for Ads that cannot be retrieved

2011-06-27 Thread bgraves
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

Re: Avg CPC: API vs Web UI Result

2011-06-27 Thread PJ
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

Re: change keyword status

2011-06-27 Thread kush
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

Re: How to find low bidding keywords using Adwords keyword tool

2011-06-27 Thread Kevin Winter
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

Re: Get BiddableAdGroupCriterion

2011-06-27 Thread Kevin Winter
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

Re: Location Ad Extension

2011-06-27 Thread Kevin Winter
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

Re: WANT TO UPDATE CAMPAIGN ADSCHEDULING TARGET LIST

2011-06-27 Thread Kevin Winter
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

Re: Keyword Stats, Clicks, Costs etc. ?

2011-06-27 Thread jstedman
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 -- =~=~=~=~

Re: Keyword Stats, Clicks, Costs etc. ?

2011-06-27 Thread jstedman
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

Re: change keyword status

2011-06-27 Thread jstedman
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

Re: Google Search Bar (For Ad Words) & Filtering Ads

2011-06-27 Thread jstedman
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 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

R: Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-06-27 Thread Claudio Pomo
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

R: Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-06-27 Thread Claudio Pomo
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

RE: URGENT: Issue with traffic estimator

2011-06-27 Thread Rahimzadegan, Ashkan
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

intenal api error

2011-06-27 Thread Claudio Pomo
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

Re: Web UI Sandbox a Must

2011-06-27 Thread Michael Roth
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

Re: Keyword Stats, Clicks, Costs etc. ?

2011-06-27 Thread Doug
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

Re: Date error

2011-06-27 Thread Doug
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

Re: How to delete a Campaign?

2011-06-27 Thread Doug
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

Re: Awaiting developer token approval

2011-06-27 Thread Doug
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 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Migraring V13 Structure Reports to v201101

2011-06-27 Thread David Torres
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

Re: UseOAuth in the Example of PHP SDK

2011-06-27 Thread David Torres
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

Re: v201101: Need ApprovalStatus field for keyword report

2011-06-27 Thread David Torres
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

Concurrent operation error - on a report request?

2011-06-27 Thread Reed
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 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Awaiting developer token approval

2011-06-27 Thread David Torres
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

Re: Date error

2011-06-27 Thread Eric Koleda
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

Keyword Stats, Clicks, Costs etc. ?

2011-06-27 Thread Fikret
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.

Re: Regarding the report defination id

2011-06-27 Thread Sanju
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

TargetingIdeaService paging problems

2011-06-27 Thread Paul
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

Regarding the cross client report

2011-06-27 Thread munna
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

Re: AccountService status post V13?

2011-06-27 Thread Rob
>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 =~=~=~=~=~=~

Regarding the report defination id

2011-06-27 Thread munna
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 =~=~=~=~=~

Regarding the report defination id

2011-06-27 Thread mr.uttammoha...@gmail.com
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

Syncronous report found, use DownloadReport()

2011-06-27 Thread mr.uttammoha...@gmail.com
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

Google Search Bar (For Ad Words) & Filtering Ads

2011-06-27 Thread Erin Singh
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

Re: Tr.lời: Re: How to get all clientID in adwords acount.

2011-06-27 Thread Rob
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

Re: Audience Targeting and Reports

2011-06-27 Thread Rob
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

AD Headline

2011-06-27 Thread Reeta Malik
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