Re: Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi naman, The report result is returned as an InputStream. It doesn't have the method that reads a stream line by line. You need to implement that part to detect a line break. Best, - Takeshi, AdWords API Team On Wednesday, December 4, 2013 11:34:52 PM UTC+9, naman jindal wrote: > > Hi Takeshi,

Re: how to get ClientCustomerID after oAuth2 authorization

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using the PHP library ? You don't have to set an access token in your request. You need to set clientId, clientSecret, refreshToken in your auth.ini

Re: Invalid FROM clause

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, If you are trying to use AWQL, the query should be sent as a post parameter, not as a SOAP call. (Please see https://developers.google.com/adwords/api/docs/guides/awql) I strongly recommend using one of the client libraries. I

Re: Invalid field to migrate v201306 to v201309

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, As of v201309, the Stats field in service calls (such as CampaignService) have been removed. Please use reports instead. (see the blog post http://googleadsdeveloper.blogspot.jp/2013/10/adwords-api-how-to-migrate-from-stats.html) Best, - Takeshi, AdWords API Team On Thursday, November 28

Re: AuthorizationError.USER_PERMISSION_DENIED

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, My first guess is that the account you are making the API call against (xxx-xxx-xxx) is not linked to the account you used as the OAuth2 authentication. Please make sure the account (xxx-xxx-xxx) is linked to the MCC account you used as the authentication. Best, - Takeshi, AdWords API

Re: comma in field content in CSV report?

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, It'll be quoted by a double quote. (e.g. "some, comma, include strings" Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 9:10:17 PM UTC+9, Italo Armenti wrote: > > Hello, > since I am downloading the report in CSV format, I wonder if there is a > way you deal when there is a

Re: Get the Campaign name By Creative ID

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Alexis, I don't think it's possible to associate creativeID and the campaign name through the AdWords API at this time. Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 11:01:24 PM UTC+9, Alexis Gruet wrote: > > Hi everyone, > > We currently use value track and and log every i

Re: Using AdWord API for mobile campaigns

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Stella, I think part of your plan can be achieved using the AdWords API. You can upload image ads 320x50 using ImageAd (You don't have to use templateAd). But I don't think zipcode targeting is availa

Re: AuthenticationError.OAUTH_TOKEN_INVALID

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Peter, Did you update your auth.ini with your clientID, ClientSecret and the refresh token? Best, - Takeshi, AdWords API Team On Tuesday, December 3, 2013 12:58:01 AM UTC+9, Peter Woollve

Re: [PHP] AuthToken Expired no OAUTH2

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, Just to confirm, are you using the PHP library with ClientLogin (authenticate with the pair of the email and the password)? If you are using OAuth2, you can follow this step . B

Re: Problem api adword

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, What are you trying to do? I recommend refer to example code first, (e.g. PHP examples ) Best, - Takeshi, AdWords API Team On Tuesday, December 3, 2013 10:55:48 PM UTC+9, KA

Re: What WebService i use to add keywords?

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please use AdGroupCriterionService. You can refer to examples in client libraries. (e.g., Java's one ) Best, - Takeshi, On Wednesday, Dece

Re: Adwords API Script

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Kenneth, Please check the document first. Also, if you have a question on AdWords Scripts, there is another forumon that. Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 3:

Re: Does the current status of the campaign affect historical keyword download?

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Peter, It's expected. The predicate doesn't take historical statuses into account. Best, - Takeshi, AdWords API Team On Wednesday, December 4, 2013 6:33:10 AM UTC+9, Peter Kingswell wrote: > > Hi, > > I'm seeing some unexpected behaviour from the reporting API. > > Let's say it's Friday and

Re: how to get ClientCustomerID after oAuth2 authorization

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, ClientCustomerID is not something you can obtain through the AdWords API. You can obtain it through the API console . If you are using the PHP library, here is the wiki pagefor the

Re: AdParam Service and Currency codes

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's available here . Currencies shouldn't be limited to single characters currency codes. Do you have the SOAP logs that didn't work with multi byte currency codes? Best, - Takeshi, AdWords API Team On Tuesday, Decembe

Re: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] with api 201309

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Munish, As Danial says, do you have the request and response XML logs? I'd like to know the detail of the request and response, it can't be inferred from the stacktrace or the Java source. Best, - Takeshi, AdWords API Team On Tuesday, December 3, 2013 2:02:29 PM UTC+9, Munish Kumar wrote: >

Re: Error running AdWords API with Google App Engine

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
ne_python > > Thanks, > Anders > > Den fredag den 29. november 2013 07.18.25 UTC+1 skrev Takeshi Hagikura > (AdWords API Team): >> >> Hi Anders, >> >> Due to the security protection for appengine, currently SOAP calls by >> axis are not allowed. >

Re: Campaigns number limit question

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi GDZ, You can have 10,000 campaigns for each account. Best, - Takeshi, On Tuesday, December 3, 2013 5:36:29 AM UTC+9, GDZ wrote: > > Little bit confused here. Limit of total 10,000 campaigns - does it apply > to all my client accounts? I.e. if I say have 3 client accounts in my MCC > accou

Re: Getting ad groups audience bids adjustments and targeting settings via API

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Anil, You can use bidModifier field of the BiddableAdGroupCriterion to know the bid adjustments. Please see this guide for more details https://developers.google.com/adwords/api

Re: Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Naman, Reports including SEARCH_QUERY_PERFORMANCE_REPORT don't support ordering. So you need to download the report first in your local, then add sort function by some criteria (like clicks). Does this answer your question? Best, - Takeshi, AdWords API Team On Monday, December 2, 2013 12:0

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
about the account number. > > Thanks much, > Bin > > On Sunday, December 1, 2013 9:37:07 PM UTC-8, Takeshi Hagikura (AdWords > API Team) wrote: >> >> Hi Bin, >> >> Can you please share the account number and the exact same request XML >> (if possib

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
;> STATS >>> >>> I am doing STATS because I want stats for given keyword >>> >>> IDEAS will return other related similar keywords with their stats >>> >>> so the 12 months volumes you see are for some related keyword but not >>>

Re: Placement Performance Report with mobileapp performance

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
> Test Report > PLACEMENT_PERFORMANCE_REPORT > CUSTOM_DATE > XML > false > > > I was using the same filter to download these two reports(only the > "reportType" are different). > In my consider, it should be totally the same after I aggregate each other. &g

Re: HTML Error 400

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Luis, This page <https://code.google.com/p/google-api-adwords-php/> is a good start for the PHP library. Best, - Takeshi, AdWords API Team On Monday, December 2, 2013 4:29:19 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Luis, > > The 400 error code usua

Re: what the problem ???? [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] . Thanks!

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi KAMOUN, Do you have the raw XML or (requestId) for the failed operation? It helps narrow down the issue rather than the php code. Best, - Takeshi, AdWords API Team On Saturday, November 30, 2013 1:54:59 AM UTC+9, KAMOUN Ilyess wrote: > > > > my script Php > > > > > > require_once 'src/Goo

Re: HTML Error 400

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Luis, The 400 error code usually means a client error. Do you have the complete SOAP XML and HTTP headers? If so, what happens if you send it using curl? By the way, if you don't have any specific reason you want to avoid the PHP client library

Re: APP extension placeholder type

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, It should be available for app extensions as well. Do you have the requestId (or request and response XML logs) to investigate it further? Best, - Takeshi, AdWords API Team On Thursday, November 28, 2013 9:59:31 PM UTC+9, techpoi...@gmail.com wrote: > > Hi, > > While fetching feeds and fe

Re: CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignID IN

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, The syntax looks right and I'm able to run it with the exact same query you pasted. Please make sure any unneeded chars are not included. Best, - Takeshi, AdWords API Team On Thursday, November 28, 2013 8:11:23 PM UTC+9, Сергей Белов wrote: > > Hi for all! > > When i try to send follow q

Re: The problem with the connection to the test account

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like your request is not constructed as an expected form. Are you creating a request on your own or using one of the client libraries? Best, - Takeshi, AdWords API Team On Wednesday, November 27, 2013 7:45:38 PM UTC+9, Сергей Маленков wrote: > > Hello! > I'm trying to connect to the

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
but not the > actual one in request > > Thanks > > > On Friday, November 29, 2013 6:45:43 AM UTC, Takeshi Hagikura (AdWords API > Team) wrote: >> >> Hi everyone, >> >> Thanks for the report. >> Just to make sure, is it still reproducible? >&g

Re: Placement Performance Report with mobileapp performance

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Brandon, I think placements for mobile apps were represented as in the form of {app-id}.adsenseformobileapps.com a while back. Do you have the example request and response? I'd like to make sure if it's not represented as above. Best, - Takeshi, AdWords API Team On Thursday, November 28,

Re: need an example for fetching Stats in Java without executing a report to file system - due to migration to v201309

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi assaf, Let me confirm, does your refresh token look like in the form of "1/Ix" as in this guide ? If not, you are likely to use a wrong token as a refresh token and I recommend to use

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Bin, Can you please share the account number and the exact same request XML (if possible) to narrow down the issue? (If you don't want publish it, you can "reply to the author" from the top right) Also let me confirm, is it still happening currently? We had the similar issue few weeks ago,

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi everyone, Thanks for the report. Just to make sure, is it still reproducible? I tried the following request and I got the monthly values (12 values) for each keyword. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/

Re: Developer token request still pending approval...

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Andreas, First could you carefully check this page on the required processes for applying a developer token? I couldn't find the internal status you applied for it. Best, - Takeshi, AdWords API Team On Wednesday, November 27, 2013 8:

Re: Error running AdWords API with Google App Engine

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Anders, Due to the security protection for appengine, currently SOAP calls by axis are not allowed. You should be able to make a call with the jaxws modules

Re: Alert for Exceeding Daily Budget (Real Time not hourly)

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, There is another forumon AdWords Scripts. I think you can get better answer ask it there. Best, - Takeshi, AdWords API Team On Wednesday, November 27, 2013 4:45:37 AM UTC+9, John wrote: > > I would like to create a custom alert fo

Re: Google Cloud Datastore access from Javascript in Google Adwords

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, You should get better answer ask it there . This is the forum for AdWords API. Best, - Takeshi, AdWords API Team On Tuesday, November 26, 2013 8:39:00 PM UTC+9, Mario Murias wrote: > > Hi, I have a Google Cloud Datastore data and would like to acce

Re: Can we get the stats like Cost, Impressions, AveragCPC based on the ConversionCategoryName or ConversionTypeName?

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, As mentioned in the field description for "ConversionCategoryName" non-conversion stats can't be categoried by ConversionCategoryName. https://developers.google.com/adwords/api/docs/appendix/reports#keywords > Also, can we get the stats for the "offline conversions" which we have imported

Re: TemplateAd fields

2013-11-26 Thread Takeshi Hagikura (AdWords API Team)
rray(1) { > [0]=> > object(TemplateElement)#21 (2) { > ["uniqueName"]=> > string(6) "adData" > ["fields"]=> > NULL > } > } > > четверг, 14 ноября 2013 г., 11:30:59 UTC+2 поль

Re: is adwords down right now? getting 502 server error

2013-11-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, We fixed the issue and confirmed the same request succeeded that failed before the fix. If you are still seeing the issue, please post it again. Best, - Takeshi, AdWords API Team On Thursday, November 21, 2013 2:04:39 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Z

Re: Problems with OAuth 2.0 (java)

2013-11-25 Thread Takeshi Hagikura (AdWords API Team)
1%2FXMLSchema-instance&sa=D&sntz=1&usg=AFQjCNFERp6A_kcvqihMCKJ7EHX8O14vIA>" > > xsi:type="AuthenticationError"> > > <null> > AuthenticationError.OAUTH_TOKEN_INVALID > AuthenticationError > OAUTH_TOKEN_INVALID > > > > > >

Re: Auction Insights Report

2013-11-25 Thread Takeshi Hagikura (AdWords API Team)
Hi Jeremy, It's not available at this moment. Best, - Takeshi, AdWords API Team On Friday, November 22, 2013 10:42:23 PM UTC+9, Jeremy Aube wrote: > > Just wanted to see if this might be available now. > > On Monday, April 1, 2013 3:24:20 AM UTC-4, Takeshi Hagikura (AdWords A

Re: is adwords down right now? getting 502 server error

2013-11-20 Thread Takeshi Hagikura (AdWords API Team)
Also let me confirm, are your failed requests report downloads or SOAP API calls? Best, - Takeshi, AdWords API Team On Thursday, November 21, 2013 2:04:39 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Zwelzte, > > Thanks for the input. > > Can you please send

Re: is adwords down right now? getting 502 server error

2013-11-20 Thread Takeshi Hagikura (AdWords API Team)
s > the fourth attempt failed. Between the attempts the software waits 30 > seconds. > > Hope this helps. > > On Wednesday, November 20, 2013 7:43:38 AM UTC+1, Takeshi Hagikura > (AdWords API Team) wrote: >> >> Thanks everyone, >> >> I'm not able t

Re: Third Party Ads are Missing in AdGroupAd Service Queries and Missing Information on Ad Performance Report

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Tamar, Apologies for responding it late. To understand your questions better, can you please elaborate what do you mean third party ads here? (I know the general meaning of third party ads, but not sure what you mean in that context) Best, - Takeshi, AdWords API Team On Monday, October 28

Re: is adwords down right now? getting 502 server error

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
s were needed for > those...) > > Note that we run the most reports between 04:30h and 05:30h CEST, without > problems. But at 06:32h we do get problems... > > Hope this helps. > > > > On Thursday, November 14, 2013 11:40:01 AM UTC+1, Takeshi Hagikura > (AdWor

Re: Set conversion bid metric for Conversion Optimizer and Enhanced CPC

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
ch allows us > to set the type of conversion metric to either 1-per-click or > Many-per-click. > > I was wondering if this is possible through Adwords API. > > Shobha > > On Friday, November 15, 2013 11:50:44 AM UTC+5:30, Takeshi Hagikura > (AdWords API Team) wrote: >

Re: When will AttributeValues in PLACEHOLDER_FEED_ITEM_REPORT be fixed?

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
> google+, site links), but some I can't make any sense of (Placeholder > Type 105 for example, has AttributeValues that are just 3 numbers > separated by semicolons). Thank you, > > Kevin > > On Monday, September 2, 2013 3:17:32 AM UTC-7, Takeshi Hagikura (AdWords

Re: Setting up Dynamic Remarketing campaign using API

2013-11-18 Thread Takeshi Hagikura (AdWords API Team)
Hi Ritesh, > We don't see any "Network Subtype" in documentation. Please guide us on how to create this campaign through API? To be precise, it's not the network subtype, but you can target the remarketing criteria by setting CriterionUserList (please see this guide

Re: Where to use test account credential

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, I think I answered it in another thread . Please see it. Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 9:22:32 PM UTC+9, Munish Kumar wrote: > > > I started to read the docs of adwords api for the last

Re: Set conversion bid metric for Conversion Optimizer and Enhanced CPC

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi Shobha, I think even from the AdWords UI, you can't set these values. Doesn't it show the conversions count occurred in the conversion window? 1. Conversions (1-per-click) OR 2. Conversions (many-per-click) Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 8:20:46 PM UTC+9, s

Re: Setting up Dynamic Remarketing campaign using API

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi Mayank, #1 is possible with the AdWords API. #2 isn't supported yet with the AdWords API> #3 I'm assuming you are talking about Dynamic Ads mentioned in this page, it's not supported yet with the API. > Also, it it possible to change a

Re: Issues when using GZIPPED_XML and report download V201309

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, First, I'm able to download the report and decompress it with GZIPPED_XML format. (not the large file) So it's not likely the server side issue. (Unless the issue happens only with a large set of results). What error are you seeing when you decompress the donwloaded file? Also can you plea

Re: Pending API Token

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looking at the internal status, our review team contacted you regarding your API application but didn't get a reply yet. Please make sure you supplied the collect mail address in your MCC account. Best, - Takeshi, On Thursday, November 14, 2013 12:56:11 AM UTC+9, Shervin Kalinia wrote: >

Re: AdWords labels disappear

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi Maria, Thanks for the report. Do you have the exact same request XML that caused the issue? (Please remove the sensitive info before posting) And what labels did you put at that time? Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 8:42:32 PM UTC+9, Maria Biz wrote: > > H

Re: Feed attributes

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
utate(REMOVE) > but that removed the feed itself, unsurprisingly. > > Regards, > Magnus > > Den tisdagen den 12:e november 2013 kl. 08:50:40 UTC+1 skrev Takeshi > Hagikura (AdWords API Team): >> >> Hi Magnus, >> >> It should be possible. Have you

Re: Unable to get a refresh_token with GetRefreshToken.php

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you have the same issue on this thread ? Please update that thread. This thread is outdated. Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 8:00:15 PM UTC+9, my...@smallbizexpress.info wrote: > > He

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Let me confirm, are you using a test account? 436-190-1889 doesn't seem to be a test account. If you a test account, your developer token doesn't have to be approved, but if you use a production account, the token needs to be approved. The developer token corresponding to the 436-190-1889

Re: How to submit a BulkMutateJob

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Right, BulkMutateJob is not used anymore. We're fixing the document in the future. Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 9:49:51 AM UTC+9, ja...@totalcontext.com wrote: > > Looking through the Adwords API documentation for MutateJobService I can > find referen

Re: OAuth and Test Account

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Most of the cases, you don't have to use service account unless if you need a service account specific feature (i.e. impersonation). Please see here for more details about service account . Where to provide credential

Re: is adwords down right now? getting 502 server error

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm not able to reproduce it. If it's still reproducible, please share detailed steps. Best, - Takeshi, On Wednesday, November 13, 2013 11:16:55 AM UTC+9, mobile...@gmail.com wrote: > > is adwords down right now? getting 502 server error > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: TemplateAd fields

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Did you include "Urls" in your selector? You can refer to this pagefor available selector fields. Best, - Takeshi, AdWords API Team On Tuesday, November 12, 2013 10:21:51 PM UTC+9, kost...@gmai

Re: AdWords API/OAuth2 Problem

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
@Naman, > Now I checked my account and realized that the credit card information that I had provided in my billing section has now expired, is that where the problem lies? That could be a problem. Please try again after you fix that. Again, basically QuotaCheckError.INCOMPLETE_SIGNUP is due to a

Re: Validating Client ID, Client Secret of a google OAuth2 Web Application

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hello miho, You can verify if your client ID and client secret is valid by following the steps in this page ("0. Get your access token." section) If you are able to get an access token and a refresh token as in that page, your client

Re: Getting "AuthorizationError.USER_PERMISSION_DENIED" when trying to post /api/adwords/reportdownload/v201306?__fmt=GZIPPED_CSV

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the HTTP headers, specifically I'd like to know "clientCustomerId" and "Authorization" headers. (You don't have to paste the exact same access token, I'd like to know only how the header is formatted) A successful report download request should be in the form of Author

Re: Adwords Keyword planner gives different values on different dates for same keywords

2013-11-13 Thread Takeshi Hagikura (AdWords API Team)
Hi Aapy, Unfortunately, it's rather a question for general AdWords than the API. Can you please ask it to general AdWords support ? Also please refer to the before posting note . Best, -

Re: AdWords API/OAuth2 Problem

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
@ Nama, QuotaCheckError.INCOMPLETE_SIGNUP usually means your account isn't correctly set. If you use your production account, please make sure your developer token is approved and you have accepted Terms&Conditions for the AdWords API. @ John, > I put it in the auth.ini file of my PHP app Did y

Re: Interrogating SOAP Headers for API Usage?

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
day, November 12, 2013 9:44:32 PM UTC+9, cbmam...@gmail.com wrote: > > Takeshi, > Tracking API usage is exactly what we were doing with it. > > regards, > Chris Marshall > > On Tuesday, November 12, 2013 5:43:32 AM UTC-5, Takeshi Hagikura (AdWords > API Team)

Re: Interrogating SOAP Headers for API Usage?

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
s response handler can be registered. The method > registerResponseHandler is mine and not part of the library. > > > Thanks, > > Chris Marshall > > On Wednesday, November 6, 2013 10:30:03 PM UTC-5, Takeshi Hagikura > (AdWords API Team) wrote: >> >> Hi Chris,

Re: API connection issue

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi Ramakrishna, Do you have the exact same request XML you are sending without the client library? If possible, please include the HTTP level info such as HTTP headers and destination host name. (before posting, please remove the sensitive info such as your developer token and credential info)

Re: API error - RateExceededError.RATE_EXCEEDED

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi assaf, RateExceededError is not relevant to how many operations you have made in a day. It occurs when you have made large number of requests in a specific time period. Please refer to the blog post for more details. http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederro

Re: using the media service to avoid upload image for every image ad

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, This thread seems to be outdated. Can you please start the new thread? Please separate your code into two parts, uploading an image and making a image ad. Please narrow down the issue by following the image uploading example

Re: OAuth2 - Unable to retrieve Refresh Token via AdWords API (v201309) and receiving AdWordsCredentialsExpiredException when attempting to retrieve campaigns (CampaignService)

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, When you paste the URL provided by the library, what the access_type looks like? If you set the IsOffline property correctly, the URL should be like the form of this as in this page : https://accounts.google.com/o/oauth2/auth? cli

Re: Setting the Target CPA value with v201306

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please refer to ConversionOptimizerBiddingScheme. https://developers.google.com/adwords/api/docs/reference/v201309/CampaignService.ConversionOptimizerBiddingScheme Does this answer to your question? Best, - Takeshi, AdWords API Team On Thursday, November 7, 2013 1:30:00 AM UTC+9, Marc wrot

Re: ManagedCustomerServiceError.TEST_ACCOUNT_LINK_ERROR when mutating an ADD operation for new account in MCC

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, Currently you can't link your test account to your production MCC account. Please separate the test and production accounts. Best, - Takeshi, AdWords API Team On Wednesday, November 6, 2013 2:16:22 PM UTC+9, Steven Goh wrote: > > I have an MCC test and a production account. But I use the sa

Re: getting budgets for specific dates using BudgetOrderService

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi Carl, What your request xml looks like? As in the document, startDateTime should be in the form of "20361231 235959 America/Los_Angeles" (I think if you omit the timezone, the account's one is used) https://developers.google.com/adwords/api/docs/reference/v201309/BudgetOrderService.BudgetOrder

Re: Problems retrieving account details for a specific Adwords account with CustomerID 308-863-3431

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the request and response SOAP xml logs to spot the issue (please remove the sensitive info before posting)? Best, - Takeshi, AdWords API Team On Wednesday, November 6, 2013 12:12:48 PM UTC+9, Mark Ibanez wrote: > > Hi, > > We have a .Net application that uses AdWords A

Re: GetTargetingIdeaService exception ExpatError after Update

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
at nature. >> >> Also FYI, you can omit this field " 'authToken': >> credential.access_token,". >> Because authToken is for ClientLogin tokens. >> >> Best, >> - Takeshi, AdWords API Team >> >> >> On Tuesday, June 11,

Re: Feed attributes

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Magnus, It should be possible. Have you tried FeedMappingService.mutate (REMOVE)? Best, - Takeshi, AdWords API Team On Friday, November 1, 2013 12:04:05 AM UTC+9, Magnus Ljung wrote: > > Hi, > > Is there

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
be the best mechanism to implement it. > > Also please let me know what is the durability of our refresh token. Will > not ever change after we give access and generate it. > > Thanks, > Bikram. > > On Thursday, November 7, 2013 10:08:43 PM UTC-8, Takeshi Hagikura (AdWord

Re: AdWords API/OAuth2 Problem

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Naman, Sorry for the delay. If it's still reproducible, please share the detailed steps as much as possible. It helps narrow down the issue. Best, - Takeshi, AdWords API Team On Tuesday, October 29, 2013 12:49:30 AM UTC+9, naman jindal wrote: > > Hi Guys, > > I am facing the same issue. Pl

Re: Keyword Performance Report - Keywords with " (double quotes) are not downloaded using API

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
download as is like with "" or []? > > We tried it downloading in google doc via google script and they get > downloaded fine. Not sure why API doesnt work? > > Thanks, > Mahesh Nerlekar > > > On Tuesday, October 15, 2013 6:33:24 AM UTC-5, Takeshi Hagikura (Ad

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
ror.UNEXPECTED_INTERNAL_API_ERROR >> >> @ >> com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]> >> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR >> &g

Re: Access Level for API

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
l they need to provide us in order for us to service them. What >> minimum user access level should our MCC account have on our client's >> account in order to have API access? >> >> >> Regards, >> Jonathan Wu >> >> >> On Wed, Oct 1

Re: OfflineConversionFeed with multiple AdWords accounts

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
> Thanks Takeshi, > > Any idea about the second question, sending the same conversion to > multiple client accounts? I'm trying to resolve the problem described above. > > On Wednesday, 6 November 2013 08:08:56 UTC, Takeshi Hagikura (AdWords API > Team) wrote: >&

Re: Scheduling Script Not Working

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
Hi David, I'm assuming your are talking about AdWords Scripts. There is another forumon Scripts. Can you please ask it there? Best, - Takeshi, AdWords API Team On Wednesday, November 6, 2013 7:15:30 AM UTC+9, David wrote: > > Hello > >

Re: FirstPageCpc & Test Account

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
Hi David, An test account returns dummy data. If you want to retrieve the data in production, you need to make an API call against a production account. Best, - Takeshi, AdWords API Team On Wednesday, November 6, 2013 7:00:42 AM UTC+9, David wrote: > > > Hello > > I have been monitoring a set

Re: v201309 Authentication question - error using ClientLogin

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
Hi Sean, Did you comment out the ClientLogin properties in your App.config? There should be following properties. Best, - Takeshi, AdWords API Team On Wednesday, November 6, 2013 4:58:37 AM UTC+9, Sean wrote: > > I understand ClientLogin is deprecated, but we have over 2

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

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
me error for production account. Can you please > help me as i already spent tree to four days to resolve this issue but i am > unsuccessful. > > On Monday, March 11, 2013 12:06:08 PM UTC+5, Takeshi Hagikura (AdWords API > Team) wrote: >> >> Hi, >> >>

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-07 Thread Takeshi Hagikura (AdWords API Team)
tand they > have to give access our account somehow, but I don't get the process > correctly and how it can be implemented in a background running program. > > If you could help me in providing some details on this, that will be > really helpful. > > Thanks, > Bikram

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
se tell me where I am making wrong? If you want I can email > my account information to your email for further investigation (if you give > me the email address). > > Thanks, > Bikram. > > On Wednesday, November 6, 2013 12:25:16 AM UTC-8, Takeshi Hagikura > (AdWords API Team)

Re: Interrogating SOAP Headers for API Usage?

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi Chris, To find if there is anything we can do, can you please let me know what class and method are you trying to do the same thing in the new Java library? Also please let me know more details what you did with the old Java library. Best, - Takeshi, AdWords API Team On Sunday, November

Re: Enable custom bids using API

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can enable custom bids by setting AdGroup.contentBidTypeCriterionGroup . Please try that. Best, - Takeshi, AdWords API Team On Tuesday, October 29, 2013 3:51:48 AM UTC+

Re: set display network bid

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another thread . Best, - Takeshi, AdWords API Team On Monday, November 4, 2013 7:49:27 PM UTC+9, t...@jooble.mygbiz.com wrote: > > I would like to know is it possible to change Display Network Max. CPC > inst

Re: change bid to display Network

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please use contentBid for max cpc for content. Best, - Takeshi, AdWords API Team On Friday, November 1, 2013 9:42:18 PM UTC+9, t...@jooble.mygbiz.com wrote: > > I know how to chan

Re: Report adwords and Analytics conversion

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm afraid it's out of scope of the AdWords API. You can get a better answer ask it to general AdWords support. Best, - Takeshi, AdWords API Team On Wednesday, October 30, 2013 4:03:58 AM UTC+9, lokhi wrote: > > Hello, > > We were wondering something about conversions withing reporting cha

Re: Not getting destionation url for my keyword performace report

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, Destination URL for keywords is nullable. I don't think it's an issue. Best, - Takeshi, AdWords API Team On Wednesday, October 30, 2013 7:45:36 AM UTC+9, CP Yeh wrote: > > > For some accounts, the destination url column is empty. But for others, it > works fine. > > =

Re: API Access by Authentication token

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you mean what a developer token is used for? That is used to identify who makes an API call. If you need to make an API call against the production environment, your developer token needs to be approved as in this page. https://developers.google.com/adwords/api/docs/signingup Best, -

<    1   2   3   4   5   6   >