Re: An error has occurred: { error : invalid_grant }

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
vrijdag 23 augustus 2013 07:05:23 UTC+2 schreef Takeshi Hagikura (AdWords API Team): Hi Jur, I got it. I click accept and get : Please copy this code, switch to your application and paste it there: In that step, when you get is an authorization code (kind of one time password) that can

Re: Stats for keyword are reproduced and shwon for wrong ads

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
be to match KeywordId and AdId, but I didn't find a way to do this. Hope you understand it better right now. Am Freitag, 23. August 2013 06:34:40 UTC+2 schrieb Takeshi Hagikura (AdWords API Team): Hi, Do you have SOAP request/response logs? It's better than source code

Re: Test Account

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
(AdWords API Team) написал: Hi, Can you please share the example xml request that fails (please remove sensitive info such as developer token, auth token)? Best, - Takeshi On Saturday, August 17, 2013 12:28:14 AM UTC+9, Павел Силенко wrote: There is a test account, ID client: 374-873-6083

Re: Adwords api authorization help

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, What do you mean by USER_ID? in ad.properties, how can i get api.adwords.clientCustomerId= It should be the client account you want to make an API call against. api.adwords.userAgent= You can put any strings as you want. It is used for logging purpose. api.adwords.developerToken= It

Re: OAuth2TokenGenerator - OAuth2 api setup error

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, In the api console, what did you fill in as redirect URLs? It should include the URL of the Web application you specified as the redirect URL. Best, - Takeshi, AdWords API Team On Saturday, August 24, 2013 12:32:49 AM UTC+9, Kevin T wrote: I am trying to use this program

Re: How is the report API performance in google-api-ads-java as compared to the AdWords API?

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, google-api-ads-java uses the AdWords API. google-api-ads-java is a wrapper to make using AdWords API easier. Best, - Takeshi, On Monday, August 26, 2013 4:08:22 PM UTC+9, lagu2653 wrote: How is the report API performance in google-api-ads-java as compared to the AdWords API? Right

Re: Call Extension dump

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Using, CampaignFeedServicehttps://developers.google.com/adwords/api/docs/reference/v201306/CampaignFeedService, it's possible. Please see the guidehttps://developers.google.com/adwords/api/docs/guides/feed-servicesfor feed services on how feeds work. Best, - Takeshi, AdWords API Team

Re: google adwords api oauth2 test environment

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can use a test account. Please see the guidehttps://developers.google.com/adwords/api/docs/test-accounts . You can authenticate it with your MCC account, and that credential should work against your test account (that is the child account of your MCC account). Best, - Takeshi,

Re: can't get the OAuth2 token (or credential, have bugs in Eclipse)

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I think it's because of the issue on a different layer from the AdWords API like in this questionhttp://stackoverflow.com/questions/9619030/resolving-javax-net-ssl-sslhandshakeexception-sun-security-validator-validatore . Does that solve your situation? Best, - Takeshi, AdWords API Team

Re: can't get the OAuth2 token (or credential, bugs in Eclipse)

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another threadhttps://groups.google.com/d/msg/adwords-api/8eX6bnRHbC8/5p9Yflq1hlIJ . Best, - Takeshi, On Friday, August 23, 2013 12:10:25 AM UTC+9, yf...@fxcm.com wrote: Hi guys, I wanted to working with the java code in Google Adwords API rather than the User Interface.

Re: How can i get Keywordless Query Report

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Beta feature is a invite-only program. Please contact your account manager or CSR for more details. Best, - Takeshi, On Thursday, August 22, 2013 6:13:42 PM UTC+9, suchtreffer-...@suchtreffer.de wrote: hello, i need a Keywordless Query Report for DSA, this report is only available

Re: Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, In the ApiError entity, you can get fieldpath that contains like this kind of String operations[0].operand.id. From that, you can know what operations failed. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 6:19:19 PM UTC+9, Cap'n of d'Ship wrote: when I call

Re: getting exception while fetching campaigns.

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using a test account or production account? Either way, please make sure you have accepted the termsconditions for AdWords API. If it's production account, please make sure you have filled in the billing information. Best, - Takeshi, AdWords API Team On Thursday, August 22,

Re: Tell me please, can I link new account and our BD..

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Sorry I'm not 100% sure what do you mean by link. Can you please elaborate more on that? Best, - Takeshi, On Thursday, August 22, 2013 9:55:42 PM UTC+9, Blizko wrote: Hello! Tell me please, can I link ID (companies, groups, banners)between the old account and the new account, subject

Re: google API PHP - trubles connecting QAUTH2

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please see another threadhttps://groups.google.com/d/msg/adwords-api/aucqEmo0m5w/G1VqAo1NiMkJ ? If it doesn't solve it, please let me know again. Best, - Takeshi, AdWords API Team On Wednesday, August 21, 2013 9:39:48 PM UTC+9, Shay Yosef Guri wrote: I’ve downloaded the PHP

Re: bid adjustments

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Greg, It's not supported via the API, but unfortunately not supported yet. It's on the roadmap, but for now we can't tell when that will be available. We'll let you know through our normal announcement paths like blog posts. Please stay tuned for updates. Best, - Takeshi, AdWords API

Re: ManagedCustomerService and $user-SetClientId($acct-customerId); no longer works in v201306

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the xml request/response logs with which you can't get the campaigns? (Please remove the sensitive info before posting it) Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 5:58:49 AM UTC+9, Larry Williamson wrote: I am migrating some code from v201209

Re: Unable to get a refresh_token with GetRefreshToken.php

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Maybe it's the same issue for this threadhttps://groups.google.com/d/msg/adwords-api/aucqEmo0m5w/G1VqAo1NiMkJ . If it doesn't help the situation, please let me know again. Best, - Takeshi On Thursday, August 22, 2013 6:11:57 AM UTC+9, Mark wrote: Having used the adwords API for some

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] - is it because I'm using installed application credentials on a web application?

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using a test account or a production account? Either way, please make sure you have accepted the termsconditions for AdWords API. If you use a production account, please make sure you have filled in the billing information. Best, - Takeshi, On Wednesday, August 21, 2013 3:59:52

Re: Getting an exception - An API exception has occurred. See ApiException and InnerException fields for more details.

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another threadhttps://groups.google.com/d/msg/adwords-api/WOlH5z4-yDs/US4ZY-4QhlwJ . I believe it's because of the same reason. Best, - Takeshi, On Thursday, August 22, 2013 2:21:38 AM UTC+9, Sharath Pk wrote: Customer ID- *821-491-0728* I am getting an exception An API

Re: Getting exception while fetching campaigns- An API exception has occurred. See ApiException and InnerException fields for more details.

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I have answered in another thread. Closing this. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 1:59:35 AM UTC+9, CML Dev wrote: Hi , *Customer ID- 821-491-0728* I am getting an exception - An API exception has occurred. See ApiException and InnerException

Re: API to get list of Pending Invitations

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi VijayRaj, It's not supported via the API. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 7:34:45 PM UTC+9, VijayRaj Chauhan wrote: Hi Anash, In adwords account there is an option to invite other users as well. Is there is an api to get the Account Access Level for the

Re: Dynamic Search Ads missing in Ad Performance Report

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Kevin, Are your account already enabled as a beta? Best, - Takeshi, On Friday, August 23, 2013 2:17:19 AM UTC+9, kevin wrote: I am not seeing Dynamic Search Ad data in v201302 Ad Performance Reports.. do I need to use a more recent version of the API? Is there some other report type

Re: gender and age reports

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
of the stats for gender and age even if no gender or age criterion were created. (see attached photo) i wonder if it is possible to get it also using the api ? thanks! On Friday, August 23, 2013 8:25:26 AM UTC+3, Takeshi Hagikura (AdWords API Team) wrote: Hi, If no gender/age criterion

Re: Stats for keyword are reproduced and shwon for wrong ads

2013-08-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you have SOAP request/response logs? It's better than source code for troubleshooting. Sorry I'm not 100% sure what's the problem you are facing, let me think with the soap logs. Best, - Takeshi, On Monday, August 19, 2013 3:40:13 PM UTC+9, David Morawitzky wrote: Hey, in my

Re: Getting AuthenticationError.OAUTH_TOKEN_REVOKED

2013-08-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, I think it's because someone explicitly revoke the access. Can you please make sure anyone isn't doing so? I believe it's not relevant with the AdWords API version difference. Best, - Takeshi, AdWords API Team On Monday, August 19, 2013 11:53:10 PM UTC+9, Gunnar Radzom wrote: We have a

Re: Getting AuthenticationError.OAUTH_TOKEN_REVOKED Exception

2013-08-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another threadhttps://groups.google.com/d/msg/adwords-api/IrYpQbm1Yn8/BcQ7zmaMav4J . Best, - Takeshi, On Monday, August 19, 2013 9:36:35 PM UTC+9, Gunnar Radzom wrote: We have a tool that is downloading data (campaigns, adgroups, adgroupads and adgroupcriterions) from the

Re: Forbidden Display URLs

2013-08-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately we don't have a that kind of list. Best, - Takeshi, AdWords API Team On Wednesday, August 21, 2013 7:43:01 PM UTC+9, Abbas Abidi wrote: Hello Google Adwords Team, Is there a list of forbidden URLs that Google rejects with PolicyVoilationError? For example, when using

Re: gender and age reports

2013-08-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, If no gender/age criterion is created, it's not possible. Sorry if I misunderstood your question, but in the first place, I'm not sure what kind of report you want because there are no gender/age criteria? Best, - Takeshi, On Wednesday, August 21, 2013 8:09:58 PM UTC+9, u...@taykey.com

Re: Retrieving Adhoc Reports using OAuth

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, When you use OAuth2, the header should be like this in *HTTP* header not in the SOAP header like when you use ClientLogin. Authorization: Bearer Your access token Please see this guidehttps://developers.google.com/adwords/api/docs/authentication#oauth2 . If you are using our client

Re: Adding sitelinks to AdGroups via API

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, As we announced herehttp://googleadsdeveloper.blogspot.jp/2013/05/adwords-api-upgrading-your-ad-extensions.html, now we have upgraded extensions. Those can be managed via Feed Services (please see this guidehttps://developers.google.com/adwords/api/docs/guides/upgrading-ad-extensions ).

Re: Getting AdError.AD_FORMAT_NOT_SPECIFIED trying to add a TemplateAd

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Thanks for the report. Do you happen to have the full request and response soap logs that failed? And if it's possible do you also have the pair of request and response that succeeded? (Please remove the sensitive info such as developer token, auth token. ) Best, - Takeshi, AdWords API

Re: Adding sitelink to AdGroup via API returns error

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another threadhttps://groups.google.com/d/msg/adwords-api/8kmQ8TfjEb4/yJWDtcT59GIJ . Best, - Takeshi On Friday, August 16, 2013 10:03:16 PM UTC+9, Heidi Schuster wrote: Hi there, I have managed to add a sitelink to a campaign using the following code: Sitelink[]

Re: Test Account

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the example xml request that fails (please remove sensitive info such as developer token, auth token)? Best, - Takeshi On Saturday, August 17, 2013 12:28:14 AM UTC+9, Павел Силенко wrote: There is a test account, ID client: 374-873-6083, for any given query error:

Re: MutateLink Invite Multiple customers

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can include multiple LinkOperation in your mutateLink request. https://developers.google.com/adwords/api/docs/reference/v201306/ManagedCustomerService Hope it helps. Best, - Takeshi, On Saturday, August 17, 2013 8:48:38 PM UTC+9, m...@adwordize.de wrote: Currently I can invite one

Re: Value of 'Status' column in report not as expected?

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Oliver, Thanks for the report. You can assume it's corresponding to ACTIVE, but I think it's a issue. The enum values from ReportDefinitionService are also returned as Status(Status) := [ACTIVE, DELETED, UNKNOWN, ] I filed a issue regarding that. Best, - Takeshi, On Monday, August 19,

Re: OAuth2 still asking for email password values

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
Hi Alan, What script are you running when you see a validation error? Please see this guidehttps://code.google.com/p/google-api-adwords-php/wiki/OAuth2 on OAuth2 introduction with PHP. If you have further questions, please let us know. Best, - Takeshi, AdWords API Team On Monday, August 19,

Re: OAuth2 still asking for email password values

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
why I'm still be ing asked for the email and password pair. Also, I am correct in thinking that Client Login has been deprecated in v201306? Many thanks On Tuesday, August 20, 2013 10:12:19 AM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi Alan, What script are you running when

Re: An error has occurred: { error : invalid_grant }

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
-getMessage()); } Op maandag 19 augustus 2013 10:30:24 UTC+2 schreef Takeshi Hagikura (AdWords API Team): Hi Jur, What clientId and clientSecret are you passing to the script when you run the GetRefreshToken.php script? And can you please share the request xml when you run the GetCampaign

Re: Dynamic Ads Reporting

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
Hi, There are only beta features available for Dynamic Search Ads, Keywordless category reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywordless-categoryand Keywordless query reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywordless-query .

Re: An error has occurred: { error : invalid_grant }

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Jur, What clientId and clientSecret are you passing to the script when you run the GetRefreshToken.php script? And can you please share the request xml when you run the GetCampaign (except for the sensitive info)? Best, - Takeshi, AdWords API Team On Friday, August 9, 2013 1:15:48 AM

Re: Where to find info on AD_FORMAT_NOT_SPECIFIED error?

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Sam, Can you please share the full request and response xmls to see if it's expected? (Please remove the sensitive info). Maybe we should publish that error AdError type. Best, - Takeshi, On Tuesday, August 13, 2013 2:02:14 PM UTC+9, Sam wrote: Hi, I'm suddenly getting an

Re: Get the used device for report

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, There is a Device field that segments the stats by Device in Ad Performance Rerpot https://developers.google.com/adwords/api/docs/appendix/reports#ad. Please refer this guide on how to use adhoc reportshttps://developers.google.com/adwords/api/docs/guides/reporting or the example

Re: DotNet Library v16 - How to set returnMoneyInMicros to false?

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see DownloadClientReport methods in ReportUtilities.cshttps://code.google.com/p/google-api-adwords-dotnet/source/browse/src/AdWords/Util/Reports/ReportUtilities.cs . There are arguments that correspond to returnMoneyInMicros. Best, - Takeshi, On Thursday, August 15, 2013 10:32:26

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you login to AdWords web interface with the pair of email and password? Best, - Takeshi, AdWords API Team On Friday, August 16, 2013 8:47:33 PM UTC+9, Pramod Patil wrote: Hi, I am using Google.Ads.Common.dll , Google.AdWords.dll with File Version 1.8.0.0. Would you please help

Re: MutateJobService returns CampaignError.DUPLICATE_CAMPAIGN_NAME errors when Campaigns were actually created successfully

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, When was the first MutateJobService call made? Based on our record, the campaign whose name is AU - Concerts - Laura Pausini was created at Thursday, August 15, 2013 3:47:26 PM GMT Is there a possibility that those campaigns were already created before the MutateJobService call? Best, -

Re: MutateJobService returns CampaignError.DUPLICATE_CAMPAIGN_NAME errors when Campaigns were actually created successfully

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, Also is it still reproducible? Our log says the first MutateJobService call was made at August 16, 2013. So it's most likely those campaigns were already there. Best, - Takeshi, On Monday, August 19, 2013 7:15:32 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: Hi, When

Re: .Net adwords Client Library v16 returnMoneyInMicros

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this threadhttps://groups.google.com/d/msg/adwords-api/ACkbiIf0LJY/_CrqWZqBUHkJ . Best, - takeshi, On Thursday, August 15, 2013 11:27:35 PM UTC+9, Sai wrote: How can we set the value of returnMoneyInMicros to false in the soap headers? I am using .Net adwords Client

Re: MutateJobService returns CampaignError.DUPLICATE_CAMPAIGN_NAME errors when Campaigns were actually created successfully

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
. Thanks! Akil On Monday, August 19, 2013 11:33:12 AM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi, Also is it still reproducible? Our log says the first MutateJobService call was made at August 16, 2013. So it's most likely those campaigns were already there. Best, - Takeshi

Re: Migrating from v201209 to v201306 with OAUTH2 but NO DATA BEING RETURNED

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Page.TypeCampaignPage/Page.Type /rval /getResponse /soap:Body /soap:Envelope Thanks Rachel On Wednesday, July 31, 2013 6:59:44 AM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi, Do you have soap request and response xml logs? Can you please share it (please remove

Re: Help needed with migration from Adsense ad hoc reports to OAuth 2.0 in .Net C#

2013-08-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Assuming you are talking about AdWords, no AdSense. Here is the guidehttps://developers.google.com/adwords/api/docs/guides/service-accountson how to use service accounts for AdWords API. The guide explains it with the Java client library, but the basic concept is the same. Please let

Re: QuotaCheckError.INCOMPLETE_SIGNUP - API v201306

2013-08-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, If you are using the developer token for the MCC (684-327-0620), the token hasn't been approved. You can't make a request to production account with an unapproved token. Please read the signup processhttps://developers.google.com/adwords/api/docs/signingup . Best, - Takeshi, AdWords API

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , error : invalid_grant

2013-08-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I guesss, it's because the account you granted access to AdWords and the account you were trying to make a request against are different (or not under the MCC you granted access). Please make sure you grant access to an MCC account or a client account. And the account you are trying to

Re: I think I found a typo in the readme for the new 4.5 PHP Client Library

2013-08-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Thanks for the report. Do you mind filing a issue on the issue trackerhttps://code.google.com/p/google-api-adwords-php/issues/list ? Best, - Takeshi, AdWords API Team On Thursday, August 1, 2013 3:34:34 PM UTC+9, tomjo...@gmail.com wrote: Hi There Just downloaded the new 4.5

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-31 Thread Takeshi Hagikura (AdWords API Team)
Hi, This Id should be long values. ns2:managerCustomerId1**-**-/ns2:managerCustomerId ns2:clientCustomerId1**-**-/ns2:clientCustomerId Can you please try it again with removing the - (dash)? Best, - Takeshi, AdWords API Team On Monday, July 29, 2013 10:42:48 PM

Re: Incorrect statistics

2013-07-30 Thread Takeshi Hagikura (AdWords API Team)
, Takeshi Hagikura (AdWords API Team) wrote: Hi, Can you please make sure you are requesting the exactly same dateRange, predicates and fields for the UI and API again? If there is still a difference, please share the request and response soap xml logs and the stats from the UI. FYI: I

Re: Migrating from v201209 to v201306 with OAUTH2 but NO DATA BEING RETURNED

2013-07-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you have soap request and response xml logs? Can you please share it (please remove sensitive info) Best, - Takeshi, On Tuesday, July 30, 2013 12:52:11 AM UTC+9, Jason Kelley wrote: So I downloaded and put in place the new adwords api php library 4.4.0 and changed my adwords

Re: update TemplateAd properties

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you mind posting the actual SOAP mutate request xml (please remove the sensitive information)? Best, - Takeshi, AdWords API Team On Thursday, July 25, 2013 3:42:01 AM UTC+9, saverio mucci wrote: Hi there, I'm tring to mutate an existing TemplateAd but i get able to send the

Re: how to rename a campaign in adwords api php

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this examplehttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateCampaign.php . Best, - Takeshi, AdWords API Team On Thursday, July 25, 2013 5:51:22 PM UTC+9, Akhilesh Ojha wrote: -- --

Re: Error in running adwords api examples in php

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, What error specifically are you facing? Can you please attach the actual SOAP request and response? Best, - Takeshi, On Thursday, July 25, 2013 7:07:06 PM UTC+9, dev3.we...@gmail.com wrote: *How to run adwords api examples using url in php* please reply to my email id.

Re: Analytics metrics e.g. visitBounceRate, AvgTimeOnSite NOT accessible via AdWords API?

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately it's not supported to pull the Analytics metrics from AdWords API and is not on the roadmap. Best, - Takeshi, AdWords API Team On Friday, July 26, 2013 8:01:58 PM UTC+9, Christian Borck wrote: I am developing a bid management application for Google AdWords. For several

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hagikura (AdWords API Team) adwordsapiad...@google.com javascript: wrote: Hi, Was there a non numerical value for Id field? If not, you can map it to Integers in a programing language. Basically the result is returned as CSV or XML as you specified when you download a report. Best

Re: API access to API usage data?

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's not supported currently. The possible way is storing the number of API calls locally. Best, - Takeshi, AdWords API Team On Wednesday, July 24, 2013 4:23:03 AM UTC+9, Jacob Elder wrote: Is there any programmatic way to get the number of API calls I've used in a given period? --

Re: Adword API in Google App Engine

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can download the dependent library like this in your pom.xml. dependency groupIdcom.google.api-ads/groupId artifactIdadwords-appengine/artifactId version1.18.0/version /dependency I think it's not documented I'm going to document it. Best, - Takeshi, AdWords

Re: Test account api-not working-Quotacheckerror[incomplete_signup]

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
-0189 my mcc number is 466-737-0663 Shall I just create a new account altogether and follow Jaisons footsteps, on the other thread?. Many Thanks, Tom. On Mon, Jul 22, 2013 at 6:38 AM, Takeshi Hagikura (AdWords API Team) adwordsapiad...@google.com javascript: wrote: Hi, Please

Re: Showing AdWordsUser and AdWordsService as Deprecated

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Assuming you are using the old Java client libraryhttps://code.google.com/p/google-api-adwords-java/ . As mentioned, that library was deprecated. Please use the new Java libraryhttps://code.google.com/p/google-api-ads-java/instead. If you face any difficulties in migrating your code,

Re: CustomerSyncService - CustomerSyncError

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's a common error for CustomerSyncService. Please see this dochttps://developers.google.com/adwords/api/docs/common-errors?hl=en#CustomerSyncErrorhow to avoid the error. Best, - Takeshi, AdWords API Team On Saturday, July 27, 2013 9:01:27 AM UTC+9, Krish wrote: Hi, I am

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please post the request xml including http headers? (Please remove the sensitive infomation such as developer token) I'm looking into that. Best, - Takeshi, AdWords API Team On Monday, July 29, 2013 1:52:36 PM UTC+9, m...@adwordize.de wrote: Still Same Error, Not Able To

Re: Adwords API sign up

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Once API costs are charged at a rate of US$0.25 per 1000 API units (please see https://developers.google.com/adwords/api/docs/ratesheet). But now it has been changed for new API pricing (please see http://googleadsdeveloper.blogspot.jp/2013/01/new-simplified-adwords-api-pricing.html ). So

Re: Getting unauthorized_client when calling CampaignService.get()

2013-07-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please try that example to retrieve refresh_token with your clientId, clientSecret? https://code.google.com/p/google-api-adwords-dotnet/source/browse/src/Common/Util/OAuth2TokenGenerator.cs If succeed, please use those clientId, clientSecret, refreshToken in OAuth2ClientId,

Re: Using sitelinks in multiple campaigns

2013-07-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, As mentioned in the CampaignAdExtensionServicehttps://developers.google.com/adwords/api/docs/reference/v201306/CampaignAdExtensionService, legacy extensions can be associated with only one campaign. An ad extension can be associated with only one campaign. As for the second question, you

Re: How to provide billing info in MCC

2013-07-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, Don't you find it in Billing tab when you log into with your MCC account? Best, - Takeshi, On Wednesday, July 24, 2013 7:24:17 AM UTC+9, Ad-Api wrote: Hi there, We wish to get API and we started from the beginning - fill info in AdWords Api Center (in MCC). I filled all required

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, Was there a non numerical value for Id field? If not, you can map it to Integers in a programing language. Basically the result is returned as CSV or XML as you specified when you download a report. Best, - Takeshi, On Wednesday, July 24, 2013 9:19:34 AM UTC+9, Devesh Parekh wrote:

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null'] error

2013-07-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please check if your credit card is still valid, not turned into delinquent? Best, - Takeshi, On Wednesday, July 24, 2013 3:15:19 PM UTC+9, Justinas Gulbinas wrote: Hello I've been using my live MCC account for several months successfully, started to get

Re: appendRow of null

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm afraid please post it to the AdWords Scripts forumhttps://groups.google.com/forum/#!forum/adwords-scripts . This forum is for AdWords API. Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 8:18:17 PM UTC+9, Ramarosoa Faneva wrote: Hi All, I was using the codes of Russ

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi Marcin, It's the intended behavior. ORDER BY is not supported by AdHoc report. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:51:13 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: Hi Marcin, Thanks for the report. I'm looking into this. I'm going to update

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you still able to retrieve the criterioin where AdGroupId = 3790202104 CriterionId = 37523985304? I queried it in our backend, but not found the criterion with that condition. Best, - Takeshi, AdWords API Team On Monday, July 22, 2013 8:13:01 PM UTC+9, Akil Burgess wrote: Hi All,

Re: OAuth2 autorization x Adwords API

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please refere this examplehttps://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/auth/GetRefreshToken.javato generate refresh_token. Best, - Takeshi, AdWords API Team On Monday, July 22, 2013 9:14:13 PM UTC+9, mcn.a...@gmail.com

Re: Downloading file for keywords with an error

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi I believe you are referring the Keyword tool in AdWords web interface. Can you please ask it to the general AdWords supporthttps://support.google.com/adwords/ .? Best, - Takeshi, On Monday, July 22, 2013 9:48:18 PM UTC+9, me wrote: I have tested new Keyword tool. When I download it is

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
, /Marcin On Wednesday, 24 July 2013 07:34:02 UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi Marcin, It's the intended behavior. ORDER BY is not supported by AdHoc report. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:51:13 PM UTC+9, Takeshi Hagikura (AdWords API Team

Re: what is diffrerence between update campaign and enhanced campaign,

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this guidehttps://developers.google.com/adwords/api/docs/guides/enhanced-campaigns . Please let me know if you have follow up questions. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 11:07:56 AM UTC+9, Akhilesh Ojha wrote: what is diiference betwwen update

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
, 24 July 2013 07:41:01 UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Even for AdHoc reports (not AWQL), ORDER BY is not supported. We're not planning to support it currently. Best, - Takeshi, On Wednesday, July 24, 2013 3:36:51 PM UTC+9, Marcin Rosinski wrote: Thanks

Re: Help migration Adwords API 201209 to 201306

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, First, are you able to run this example that uses ManagedCustomerServiceInterface? https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201306/accountmanagement/GetAccountHierarchy.java Best, - Takeshi, AdWords API Team On Monday,

Re: Login Api AdWords in PHP (Codeigniter)

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please start with this page https://developers.google.com/adwords/api/docs/signingup you need to have an approved developer token. To test how the API works, you can use a test account before your token is approved. https://developers.google.com/adwords/api/docs/test-accounts Best, -

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-24 Thread Takeshi Hagikura (AdWords API Team)
Hi Is that error still happening? Sometimes you may encounter UNEXPECTED_INTERNAL_API_ERROR due to a temporal issue. So we recommend to implement error handling and retry logic https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling Best, - Takeshi, AdWords API

Re: Performance data by language

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately it's not supported. Best, - Takeshi, On Monday, July 22, 2013 6:06:07 PM UTC+9, techpoi...@gmail.com wrote: Hi, Is it possible to get performance data by language via API? I have checked several available report types but not able to find this. Thanks, -- --

Re: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi Alex, Got your point. I'll get back to you as I get the info about that. Best, - Takeshi, On Tuesday, July 23, 2013 7:41:28 AM UTC+9, alx wrote: Hi Takeshi, I guess I was not clear enough (regarding the first question) as it's not exactly what I was asking... Basically, for

Re: In Placement Performance Report V201302 how can I identify between Automatic placements and managed?

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
has sunset yesterday (22 July 2013) we need the fix on V201302 ASAP. Help appreciated. On Thursday, June 20, 2013 1:30:39 PM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: Hi Taher, We're fixing the issue that prevents zero impression rows in placement performance report. We're

Re: Reporting error : ERROR_GETTING_RESPONSE_FROM_BACKEND Unable to read report data

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi David, We haven't seen the related backend issue. If it still persists, please let us know. Best, - Takeshi, AdWords API Team On Friday, July 19, 2013 5:31:02 PM UTC+9, david wrote: Last couple of nights we've been getting the above error when download a large keyword performance

Re: Ad cost report with only impression keyword

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Vanessa, You can include the Cost field in Keyword Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords . But an impression isn't charged (unless CPM for Display network. But I think it's not relevant to this question). So costs for a keyword only has

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Matthew, Looks like the access_token (it expires in one hour) was issued at 2013-07-19 14:56:06 -0400. So at the time you made a request, the access token seemed to expire. If you make the oauth token request in offline mode, the response should contain refresh_token (that never expires).

Re: Adding Destination URLs with ValueTrack parameters not working

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Chris, There are some validations for destination URL such as the URL should start with http or https. The text cosists of only inside the {} tags is not allowed. Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 4:22:40 AM UTC+9, Chris wrote: Hi Guys, I'm testing out

Re: Problems with starting of API

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please provide the account Customer ID for ClientCustomerId in the Web.config file. It means your request targets the clientCustomerId specified in that file. There is no setting named MCCID or Customer ID Best, - Takeshi, AdWords API Team On Thursday, July 18, 2013 3:12:45 PM UTC+9,

Re: Test account api-not working-Quotacheckerror[incomplete_signup]

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please try it again after you receive an approved email for a test account. Best, - Takeshi, AdWords API Team On Thursday, July 18, 2013 8:23:11 PM UTC+9, tomfl...@gmail.com wrote: Hi, I have followed the instructions and registered for a test account from my existing MCC account,

Re: [Python] ReportDownloader seems to be not working

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Michael, Thanks for the report. Do you mind filing a issue on the issue trackerhttps://code.google.com/p/google-api-ads-python/issues/list ? Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 11:54:54 PM UTC+9, Michael Samoylov wrote: Hi. I can't use download reports with

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this common error pagehttps://developers.google.com/adwords/api/docs/common-errors?hl=en#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH . For the clientCustomerId header, please make sure you are requesting the clientCustomerId for a client account not a MCC

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
AM UTC-4, Takeshi Hagikura (AdWords API Team) wrote: Hi Matthew, Looks like the access_token (it expires in one hour) was issued at 2013-07-19 14:56:06 -0400. So at the time you made a request, the access token seemed to expire. If you make the oauth token request in offline mode

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Marcin, Thanks for the report. I'm looking into this. I'm going to update the thread for updates. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:17:32 AM UTC+9, Marcin Rosinski wrote: Hi guys, there seems to be a bug regarding the Reporting AWQL endpoint. What steps

Re: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-21 Thread Takeshi Hagikura (AdWords API Team)
Hi alex, For the first question, As in this threadhttps://groups.google.com/d/msg/adwords-api/E3RZ0bFiTro/Lqwd8n7uoHEJ, You can reset the keyword level bid (use the bid at adgroup level) by like following code. BiddingStrategyConfiguration biddingStrategyConfiguration = new

Re: Search Funnels in Adwords API

2013-07-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, As you say we're trying to offer all features from the AdWords web interface. But currently search funnels are not supported through the API. Best, - Takeshi, AdWords API Team On Thursday, July 18, 2013 11:41:00 PM UTC+9, Alex wrote: Hi, are there any plans to implement search

<    1   2   3   4   5   6   >