Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-12 Thread Anash P. Oommen
Hi, We had some issue with the sandbox last week where new accounts were being created with customerid 0. This issue is fixed now, you can use a fresh sandbox login to call GetAccountHierarchy. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 9 March 2012 03:50:36 UTC+5:30, Slava wrote

Re: AdWords API v201109 Performance vs. AdWords Editor

2012-03-12 Thread Anash P. Oommen
Hi, Yes, an application using AdWords API can get the same or higher performance than AdWords Editor depending on how you write it. As Ewan mentioned, you could use reports if you are interested only in stats. get() calls can be slower, but then you could try using multiple threads, requesting

Re: adword API without Cliect Lib how to get getkeywords(PHP)?

2012-03-12 Thread Anash P. Oommen
Hi, You could refer to the NoClientLibrary instructions at http://code.google.com/p/google-api-adwords-php/wiki/NoClientLibrary to achieve this. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 12 March 2012 13:29:15 UTC+5:30, ThamIok wrote: > > Hi All > How to get getkeywords in with

Re: OAuth2 -- exchange access_token for authToken?

2012-03-12 Thread Anash P. Oommen
Hi, AdWords API doesn't support OAuth2, it does OAuth1.0a instead. See http://adwordsapi.blogspot.in/2011/10/adwords-api-now-fully-supports-oauth.html for details. Other than that, calling AdWords API with OAuth would be exactly like how you would use OAuth elsewhere - include the OAuth heade

Re: Re-initializing a sandbox account

2012-03-12 Thread Anash P. Oommen
Hi everyone, The sandbox should behave fine now. Let me know if you are still seeing 0 for customer ids for a fresh sandbox account. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 13 March 2012 02:08:49 UTC+5:30, Slava wrote: > > I created several more new sandboxes and some of them

Re: Report Downloader

2012-03-12 Thread Anash P. Oommen
Hi Paulo, You could use ServicedAccountService.get() to retrieve the list of accounts you manage. A PHP code example is here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/AccountManagement/GetAccountHierarchy.php Cheers, Anash P. Oommen, AdWords API Ad

Adwords API pending approval, Can I use my developer Token?

2012-03-12 Thread Aby17
Hello, I need help concerning the adwords API, I applied late 2011, got rejected but I still don't know why (no explanation provided with the rejection)? so I searched online and on this forum and I was made aware of the fact that Google was rejecting new and even existing API's for no reason

Report Downloader

2012-03-12 Thread Paulo Fernandes
Hi I have 30 customers in my own database. I select the customer ID to start the download report using the download report ad-hoc (http://adwordsapi.blogspot.com/2011/11/discover-v201109-adhoc-reports.html) It works very well if the customer still in my MCC account, but if it was removed I got

Re: Trouble getting an API token

2012-03-12 Thread current
Answered previously: https://groups.google.com/forum/#!topic/adwords-api/nBBd7uI0QMc/discussion On Monday, March 12, 2012 4:51:06 PM UTC-5, currently wrote: > > Hi, I'm trying to obtain a developer token for the AdWords API. The > 'getting started' docs advise me to set up a My Client Center ac

Re: Not able to get delivery method using CampaignService

2012-03-12 Thread Eric Koleda
Hi Lloyd, Thank you for the examples, I see what you mean now. It looks like the DeliveryMethod field is dependent on other fields to work ("Amount" also triggers this behavior). I'll open an issue with the core engineering team, but for the mean time it seems like you have a workaround. Bes

Re: Missing Keyword Data

2012-03-12 Thread Eric Koleda
Hi Manuel, I don't have any updates, but I'm glad to know the problem is no longer affecting you. Best, - Eric On Monday, March 12, 2012 7:28:39 AM UTC-4, Manuel wrote: > > Hi Eric, > do you have an update ? When I tested a couple of days ago, the delay > seemed to be gone, but I'd like to hav

Trouble getting an API token

2012-03-12 Thread currently
Hi, I'm trying to obtain a developer token for the AdWords API. The 'getting started' docs advise me to set up a My Client Center account. When I do this, I get an error saying that my login is already an adwords account. It doesn't appear that I have any ability from within AdWords to add the

Re: Need authToken?

2012-03-12 Thread Rodrigo Berlinck
I did as you said however when testing samples of the library he gets a blank page. need to register my email somewhere besides being the analitycs email? thank you very much Em domingo, 11 de março de 2012 09h30min44s UTC-3, Ewan Heming escreveu: > > You can't use the clientEmail to login any

Re: URGENT: What should I enter to clientId?

2012-03-12 Thread hakin
Wow it worked now. Thanks On Monday, March 12, 2012 5:28:13 PM UTC+2, hakin wrote: > > Hi Eric. Thanks for the reply. > > Do you mean https://adwords-sandbox.google.com ? > I am using WAMP and I tried to access above url using Chrome. it redirects > me to www.google.com. > > > BTW I tried it ag

Re: Re-initializing a sandbox account

2012-03-12 Thread Slivka
I created several more new sandboxes and some of them came up ok, with customer ids set correctly. On Friday, March 9, 2012 12:03:24 AM UTC-8, Name Surname wrote: > > I have exactly the same problem when using the php client library in the > sandbox enviroment...has anyone found a solution/worka

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-12 Thread Eric Koleda
Hi Hugh, The field name for the ad group ID is "AdGroupId". The full list of fields available is listed here: http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupAdService Best, - Eric Koleda, AdWords API Team On Friday, March 9, 2012 4:48:33 AM UTC-5, HughAJW

Re: v201109 ReportDefinition log4j Categories

2012-03-12 Thread jstedman
Pete, I found this log4j.properties file in the adwords-api-8.5.0-loner.tar.gz file in the /adwords-api-8.5.0/ directory. It seems the HTTPSender logging is commented out in the file by default. Enabling it by uncommenting these lines and adding axis logging to your log4j category list might so

Re: CampaignCriterion

2012-03-12 Thread Eric Koleda
Hi Paul, Unfortunately the Java example for adding targeting criteria isn't available yet, but here is the PHP example which shows you the basics: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Targeting/AddCampaignTargetingCriteria.php You need to referenc

Re: Clicks for Title, Phone Number, and Directions

2012-03-12 Thread Eric Koleda
Hi, If you include the field "ClickType" in your report you'll be able to segment the data by the types of clicks: http://code.google.com/apis/adwords/docs/appendix/reports.html#ad Be aware that segmenting by click type alters the meaning of the Impressions field, see the Notes column on the C

Re: INVALID_USER_INTEREST

2012-03-12 Thread Eric Koleda
Hi Pete, This error appears to be consistent with the AdWords UI, which doesn't offer "Health" as an available interest to target. I'm working with the core engineers to determine the exact cause, but my guess is that we are pruning certain values from the list of verticals for topics that we

RE: phone cost is missing in new Account Performance Report

2012-03-12 Thread Brian Graves
Thanks for the update Eric. Since v13 (and all other versions of the API) have been sunset, do you have any timeframe for when the call metric (phone cost) information will be available in the only version of the API (v201109) we have available to work with? From: adwords-api@googlegroups.com

Re: ServicedAccountService or InfoService

2012-03-12 Thread Ewan Heming
Hi Danial, OK, I'll just use the InfoService. However, it was a bit confusing because if I logged into the API using a non-mcc account that was linked to an mcc, then the ServicedAccountService worked fine; however, if the non-mcc account wasn't linked to any mcc at all, the result would be a s

OAuth2 -- exchange access_token for authToken?

2012-03-12 Thread H
I'm trying to get to grips with Adwords API with OAuth2 authorisation. I can authorise an account to get an authorisation code. I can exchange this code for an OAuth2 access_token/refresh_token. But what next ...? The SOAP request headers require authToken, developerToken, and userAgent (with

Re: CAMPAIGN_PERFORMANCE_REPORT

2012-03-12 Thread Erkan Ceran
Hi Kevin, Ok but we are choose different date ranges but result is some. I try it also from march1 to march 12 its return impression value but empty return for impShare. Why ? 05 Mart 2012 Pazartesi 19:25:50 UTC+2 tarihinde Kevin Winter yazdı: > > Hi, > Impression Share data is available

Re: URGENT: What should I enter to clientId?

2012-03-12 Thread hakin
Hi Eric. Thanks for the reply. Do you mean https://adwords-sandbox.google.com ? I am using WAMP and I tried to access above url using Chrome. it redirects me to www.google.com. BTW I tried it again with my MCC account and here is the error I got. Fatal error: Uncaught SoapFault exception: [

Re: Update existing campaigns bidding strategy to conversion optimizer with target CPA

2012-03-12 Thread Eric Koleda
Hi Eliya, The field conversionOptimizerBidType is read only on the ConversionOptimizerAdGroupBids object: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.ConversionOptimizerAdGroupBids.html#conversionOptimizerBidType Instead you need to set this field on the Conversio

Re: URGENT: What should I enter to clientId?

2012-03-12 Thread Eric Koleda
Hi, Can you ensure that the URL is accessible from your server? Perhaps there is a firewall in your network preventing the traffic. Best, - Eric On Tuesday, March 6, 2012 3:44:09 PM UTC-5, hakin wrote: > > That's not the problem :( I am still getting the same error. Here is the > code. > >

Re: Not able to get delivery method using CampaignService

2012-03-12 Thread Lloyd Pick
Request ID: 0004bb0cc2160fb00a3461ca2c64 This is not requesting RejectionReasons in the fields. Request ID: 0004bb0cf06745000a34b3c76cdc This is requesting RejectionReasons in the fields. On Monday, March 12, 2012 2:11:07 PM UTC, Eric Koleda wrote: > > Hi All, > > I'm not able to replic

Re: [AuthorizationError.USER_PERMISSION_DENIED @] in sandbox

2012-03-12 Thread Eric Koleda
Hi, Please ensure you are adding the campaign to a client account and not the MCC account. There have been some permission issues with the sandbox recently, so you may want to try creating a new sandbox account with a fresh login. Best, - Eric Koleda, AdWords API Team On Wednesday, March 7,

Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2012-03-12 Thread Eric Koleda
Hi bhavin, I believe this fix was rolled out correctly. You can numeric offsets like "-08:00" or POSIX timezone strings like "America/New_York". Best, - Eric Koleda, AdWords API Team On Tuesday, March 6, 2012 11:15:18 PM UTC-5, bhavin wrote: > > Hello Eric, > > Can you please post if there are

Re: Definitive way to identify Remarketing data in creiteria perf report

2012-03-12 Thread Eric Koleda
Hi Reed, To be clear a given campaign can contain a mixture of remarketing targets (user lists) and other target (keywords, placements, etc). It may be convention that a customer separates our their remarketing targets into dedicated campaigns, but there is no technical flag indicating that a

Re: Request to get global monthly searches for 2 keywords but only get 1 back

2012-03-12 Thread Eric Koleda
Hi Kevin, I think that the service ignores the broad match modifier and is dedupping the list of keywords. Normally the service will return one entry for each input keyword, but in this case you may want to ensure that you don't pass in keywords with broad match modifiers. Best, - Eric Koleda

Re: google-api-adwords-perl: $client->get_last_soap_request

2012-03-12 Thread David Torres
Hi Grant, Short answer, use Google::Ads::AdWords::Logging::enable_all_logging(); which will then enable to the library to log all SOAP traffic in ~/logs/soap_xml.log The library uses log4perl to handle all logging. The default configuration lives in the L

Re: phone cost is missing in new Account Performance Report

2012-03-12 Thread Eric Koleda
Hi Brian, Unfortunately the call metric fields aren't properly exposed in the v201109 reports yet. We are working with the core engineering team to get this information exposed. Best, - Eric Koleda, AdWords API Team On Thursday, March 1, 2012 6:54:48 PM UTC-5, bgraves wrote: > > In v13 of Rep

Re: NullReferenceException on DownloadReportToStream when downloading ad report

2012-03-12 Thread Anash P. Oommen
Hi Joanna, Could you email your app.config (or the line number at which the code fails) to anash.p.oom...@google.com? The code looks perfectly fine, so I suspect it has something to do with the configuration settings. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 1 March 2012 22:0

Re: AdHoc Reports and v13 reports different ContentNetwork results?

2012-03-12 Thread Eric Koleda
Hi, The Display Network data in the KEYWORDS report isn't outdated, but in v201109 it is limited to only Display Network traffic originating from keywords. Display Network traffic originating from placements, verticals, audiences, etc is not included in that report, but will be included in ro

Re: Not able to get delivery method using CampaignService

2012-03-12 Thread Eric Koleda
Hi All, I'm not able to replicate this issue. Are you still seeing this behavior? If so, can you provide a more recent request ID? Best, - Eric Koleda, AdWords API Team On Tuesday, February 28, 2012 5:13:06 AM UTC-5, Lloyd Pick wrote: > > I'm also experiencing the same issue, and the proposed

Re: System Codes for CriterionUserInterest?

2012-03-12 Thread Eric Koleda
Hi Pete, I apologize for the late reply. The user interest IDs are the same as the vertical IDs you linked to. Best, - Eric Koleda, AdWords API Team On Monday, February 27, 2012 4:59:37 PM UTC-5, Pete Lavetsky (AdWords API Guru) wrote: > > Any help on this? > > On Monday, February 27, 2012 9:

Re: reportType for percent fields

2012-03-12 Thread Eric Koleda
Hi Chris, You're correct that the reported fieldType doesn't quite match the output, and we're working with the core engineering team to address this. In the mean time you can look to the Notes field on our report types page for this information: http://code.google.com/apis/adwords/docs/appen

Re: Exclusion Lists and IP Address Exclusions

2012-03-12 Thread Danial Klimkin
Hello Mike, Yes, please see the NegativeCampaignCriterion documentation: http://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.NegativeCampaignCriterion.html You can not target or exclude based on the IP address in the AdWords. -Danial, AdWords API Team. On F

Re: Getting the list of people who subscribed or sign up from A particular Country or region

2012-03-12 Thread Danial Klimkin
Hello Ihsan, I am not sure what you mean by 'people subscribed for google adwords'. The AdWords API allows you to manage your own AdWords campaigns only. You can find more details here: http://code.google.com/apis/adwords/docs/ -Danial, AdWords API Team. On Friday, March 9, 2012 12:20:57

Re: Using Adwords and DoubleClick in a single project.

2012-03-12 Thread Anash P. Oommen
Hi Vishal, 1. Download http://code.google.com/p/google-api-adwords-dotnet/downloads/detail?name=awapi_dotnet_lib_v14.0.0.zip 2. Download http://code.google.com/p/google-api-dfa-dotnet/downloads/detail?name=dfaapi_dotnet_lib_v3.1.0.zip 3. Add reference to Google.Ads.Common.dll, Google.Dfa.d

Re: ServicedAccountService or InfoService

2012-03-12 Thread Danial Klimkin
Hello Ewan, For ServicedAccountService the account needs to be a part of the hierarchy you authorized in, and you can retrieve the full list of accounts with all IDs. InfoService will return ID for an unlinked account but only for the specified email(s). -Danial, AdWords API Team. On Frid

Re: Why doesn't this bring back any results?

2012-03-12 Thread Danial Klimkin
Hello Tom, I believe this is the problem: $user->SetClientId(null); You need to specify the correct account clientCustomerId in form of 123-456-7890. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: API v13 whitelist

2012-03-12 Thread Danial Klimkin
Hello John, The v13 API has been sunset and we do not white list any accounts to access it. -Danial, AdWords API Team. On Wednesday, March 7, 2012 3:04:15 AM UTC+4, Ring John wrote: > > Hi, > > We're busy migrating our application to the new API which should be > completed by the end of th

Re: API 201109: Problem on login

2012-03-12 Thread Danial Klimkin
Hello Aere, You need to specify the correct clientId as the error message states. It is always a number in form of 123-456-7890. The IDs are different for Sandbox and Production. In order to get the correct ID you can use the ServicedAccountService to retrieve the account hierarchy. -Danial

Re: Where is BuikOpportunityService in v201109

2012-03-12 Thread Danial Klimkin
Hello Hudarsono Hu, This service had very limited usage and was deprecated. -Danial, AdWords API Team. On Wednesday, March 7, 2012 10:23:17 AM UTC+4, Hudarsono Hu wrote: > > In new version v201109, I dont see BuikOpportunityService in > documentation. Link to it results in errors. > http:/

Re: Missing Keyword Data

2012-03-12 Thread Manuel
Hi Eric, do you have an update ? When I tested a couple of days ago, the delay seemed to be gone, but I'd like to have a confirmation about this issue. Thanks in advance, best Manuel Am Montag, 27. Februar 2012 22:34:13 UTC+1 schrieb Eric Koleda: > > Hi All, > > The core engineering team has con

Migrating v200909 to v201109: campaigns missing

2012-03-12 Thread devteam
I am in the process of migrating from v200909 to v201109. I use https://www.google.com/accounts/ClientLogin with my email and password to get the authentication token. But when I try to get the list of all ad words campaigns (using CampaignService get), the list is empty (totalNumEntries = 0). A