Re: Keyword ideas sorting (v201309)

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately it's not supported currently. Best, - Takeshi, AdWords API Team On Saturday, October 12, 2013 12:09:08 AM UTC+9, GDZ wrote: Hi! Possible to have just say top 10 keyword ideas sorted my SEARCH_VOLUME? I'm using: - - - - - - - - - - - - - - - - offset=0 PAGE_SIZE=100

Re: Getting Started Guides?

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can know what is the AdWords API through this video. https://developers.google.com/adwords/api/ As for the PHP specific thing, I recommend to use our PHP client library. https://code.google.com/p/google-api-adwords-php/ Best, - Takeshi, On Saturday, October 12, 2013 8:50:20 PM UTC+9,

Re: Fail To Connect Error

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, First are you able to run any of the examples using OAuth2? Please follow this stephttps://code.google.com/p/google-api-adwords-php/wiki/OAuth2first, and let us know where you failed. Best, - Takeshi, AdWords API Team On Saturday, October 12, 2013 11:59:10 PM UTC+9, Devin Dixon wrote:

Re: What should I set into dveloperToken(v201302~09)

2013-10-16 Thread Jooble
Have you fill billing info in test account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Issues with ORDER BY clause and Average CPC calculations.

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, As for the AWQL, do you have the exact same string literal you used? (In your example, it contains still some PHP variables) As for the second, I'm not sure why you added up the Average Cpc (2013-10-13 11-45-37.png). Looks like the data is segmented by some other columns please check

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, First please check the before posting rule to the forum https://groups.google.com/d/msg/adwords-api/lUQpWowB44k/4SLfkHbk4ZgJ Looks like your developer token is not approved yet. Best, - Takeshi, On Sunday, October 13, 2013 6:27:35 PM UTC+9, Paolo Galetti wrote: I'm a developer and would

Re: Get a single Click count value from AdGroup data.

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can just include fields you need to retrieve. (e.g. Id, Clicks in Ad Group Performance Report) Please see this guidehttps://developers.google.com/adwords/api/docs/appendix/reportsfor available reports and fields. Best, - Takeshi, AdWords API Team On Monday, October 14, 2013 11:31:27

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread frans
Hi Danial, Thank you for your reply. It would have been nice to know this change was coming. Did we perhaps miss an announcement that it was to be removed? Kind regards, Jaap-Jan Op dinsdag 15 oktober 2013 15:18:04 UTC+2 schreef Danial Klimkin: Hello Jaap-Jan Frans,

Re: unauthorized_client

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, First please go through this stephttps://code.google.com/p/google-api-adwords-php/wiki/OAuth2 whether you can get refresh token, if you can using that refresh token please call any of the examples. If it fails, please share the request and response xml logs. Best, - Takeshi, On

Re: Problems with linking up multiple applications under one MCC

2013-10-16 Thread developer
I don't mean to hijack this thread, but the whole point of my question stems from the Test Accounts section of the API docs: https://developers.google.com/adwords/api/docs/test-accounts Under Getting Started it states that you need to use a *production* mcc account Developer Token when making

CampaignService get operation can't retrieve setting field of campaign.

2013-10-16 Thread 照沼領
I tried campaign service get operation and specified field Settings. It operation occur soap error. This is reponse, What a wrong ? soap:Body soap:Fault faultcodesoap:Server/faultcode faultstringCannot construct an instance of

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-16 Thread Julius Markūnas
Hello Danial, The problem is that I need to access adwords-api (TrafficEstimatorServicehttps://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService precisely), and I don't want to ask for user permissions or credentials, since some of our users might not have

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

2013-10-16 Thread Himanshu Bansal
Hi, I am getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup for some particular adgroups. I am making a ADD request. Also I am able to associate for other adgroups. Please help me in understanding the reason for this. Thanks Himanshu

getCriterionBidLandscape Paging Problem

2013-10-16 Thread gabriel . klestorny
Hi, I am trying to paginate the results of the getCriterionBidLandscape operation of the Data Service, however the totalNumEntries returned by the CriterionBidLandscapePage is not correct. I am using the .net client library and the version v201306 of the API. Bellow I paste part of my code.

Re: Problems with linking up multiple applications under one MCC

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, AuthorizationError:USER_PERMISSION_DENIED doesn't have nothing to do with what developer token you are using. What credential you used matters (production MCC account, or test MCC account). If you authenticated with your production MCC account, and your requests was made against the

Re: Problems with linking up multiple applications under one MCC

2013-10-16 Thread Jeremy Aube
I would also like to use the structure that Nate describes, but can't due to the fact that the interface does not allow me to nest the Test MCC under the main production MCC. Is there anything in the works to resolve this or should we assume that we'll need to maintain two sets of credentials

Re: After authentication No Refresh Token

2013-10-16 Thread Paul Matthews (AdWords API Team)
Hi Yuhao, It looks to me like either you've (partially?) configured your client to use Service Accounts or you are using a Service Account that requires a slightly different setup. You can find information on Service Accounts in the

Re: Alert Service required MCC account.

2013-10-16 Thread Paul Matthews (AdWords API Team)
Hi Chirag, The AlertQuery used with the AlertServicehttps://developers.google.com/adwords/api/docs/reference/latest/AlertServiceallows you to specify: AlertQuery.*clientSpec*https://developers.google.com/adwords/api/docs/reference/v201309/AlertService.AlertQuery#clientSpec= *ID_LIST*

Conversions Many Per Click total

2013-10-16 Thread John Ryder
Hi, I am running an Adwords script in the scripting console which posts data to a spreadsheet. I would like to obtain a total for conversions many per click, but the metric seems to be unavailable in the Stats class, which I am currently obtaining my totals from by iterating through the

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Danial Klimkin
Hello Alan, This is a server-side setup, unfortunately I can not provide any more details as it completely depends on the platform / OS you are using. -Danial, AdWords API Team. On Wednesday, October 16, 2013 12:58:52 AM UTC+4, Alan Coleman wrote: Hi Danial, As always, thanks for

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread Danial Klimkin
Hello Jaap-Jan, This property was only available as part of ForwardCompatibilityMap. This is the part of the API that provides certain functionality temporarily and can be updated in between releases. The change was announced in the migration guide:

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-16 Thread Danial Klimkin
Hello Julius, It sounds like you can use the offline flow. You will need some AdWords account to run queries against anyway. -Danial, AdWords API Team. On Tuesday, October 15, 2013 7:00:29 PM UTC+4, Julius Markūnas wrote: Hello Danial, The problem is that I need to access adwords-api

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Alan Coleman
Thanks Danial, I'll let you know what My outcome is. All the best. On Wednesday, October 16, 2013 12:48:03 PM UTC, Danial Klimkin wrote: Hello Alan, This is a server-side setup, unfortunately I can not provide any more details as it completely depends on the platform / OS you are using.

Re: AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-16 Thread Danial Klimkin
Hello Mike, It looks like the OAuth2 credentials you use don't have access to the test MCC account. Make sure to add the login you are using to the test MCC account with Standard or Administrative rights (via the user interface). -Danial, AdWords API Team. On Thursday, October 10, 2013

Re: Budget creation failing since update to colsolidated billing

2013-10-16 Thread Danial Klimkin
Hello Allen, Please double-check the logs to see if there is an error message. There should be one if you request has reached our servers. -Danial, AdWords API Team. On Tuesday, October 15, 2013 3:43:43 AM UTC+4, Allen wrote: Anyone else having this problem? Start last week after the

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread frans
Hi Danial, Thank you for pointing this out. However, the migration guide you refer to is the guide to migrate to V201309. On our production servers we use V201306. We do not expect a feature to break in a (still supported) previous version of the API, if it's discontinuation is mentioned

Re: allready have acces to the Adwords API, and forced to apply fo acces again for test account !?

2013-10-16 Thread Danial Klimkin
Hello Charles, You don't need an approved token to use test accounts but you can use one. If you already have an approved developer token, just use it against the test MCC (no linking is required). Invalid grant error is actually an OAuth2-level error (so you are not reaching the API servers

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread Danial Klimkin
Hello Jaap-Jan Frans, Thanks, I understand your concern. This particular field was only available in FCM and for Enhanced Campaign migration only. We try hard to not to introduce changes to the older versions outside of FCM. -Danial, AdWords API Team. On Wednesday, October 16, 2013 5:04:01

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Alan Coleman
Thanks again Danial, Just to confirm. You think that my server is currently trying to connect to Google's via IPv6 and that instead I should try IPv4 ? Many thanks. On Wednesday, October 16, 2013 12:48:03 PM UTC, Danial Klimkin wrote: Hello Alan, This is a server-side setup, unfortunately

Re: CustomerService OAUTH_TOKEN_HEADER_INVALID

2013-10-16 Thread okiebug1...@gmail.com
It would be a huge help for NoClientLibrary .NET developers if you could please outlinehttp://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrarywhere to add the override to GetWebRequest method w/n the generated stub code in order to pass along the OAuth token in the HTTP header,

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

2013-10-16 Thread Mahesh Nerlekar
Thanks for your reply... I Included the KeywordMatchType and it has values of 'phrase', 'exact' and 'broad'. But still keywordtext field doesnt contain or []. Shouldnt the Keyword field download as is like with or []? We tried it downloading in google doc via google script and they get

CustomerSyncService, Product Listing , Dynamic Search Ads Criterias

2013-10-16 Thread Paul byrne gl
Hi Does CustomerSyncService returns changes to Product Listing , Dynamic Search Ads and Criteria in v201309 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Response is not well-formed XML - using .net client libarary 15.5

2013-10-16 Thread Glyph
I'm doing a mutate call on the AdGroudAd service using the .net client lib v 15.5 And the response I'm getting looks like valid soap/xml when i look at it in fiddler, but i get an invalidoperationexception when reading the response saying that Response is not well-formed XML. Is there a known

Ways to obtain the internal user/account IDs?

2013-10-16 Thread Christophe Porteneuve
Hi there, I'd like to be able to build URLs to conversion tracker management pages in the online Adwords UI, from my own tool. Sure, I have the tracker ID. But the customer IDs I get throughout the API are the 10-digit ones (the one split in 3-3-4 form all over the place), and the URLs in

Re: Problem with keywords in combination with negatives

2013-10-16 Thread Ro
Hey I just encounter the same issue, is their an ETA for a solution to that? Best, Ro On Wednesday, June 19, 2013 10:19:54 AM UTC-4, David Torres (AdWords API Team) wrote: Hi Kevin, I can confirm the issue, please allow me some more time to find a solution. Best, - David On

Getting Unmarshalling Error while using Google Adwords API.

2013-10-16 Thread archit agarwal
I'm making use of OAuth2 as authentication mechanism to get the response about the add budget campaign using SOAP request. In the very beginning to send a soap request using cUrl I am facing an error given below: soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Body

Re: getCriterionBidLandscape

2013-10-16 Thread gabriel . klestorny
Hi Josh, The actual value I get is smaller than the expected value (I do not get all the bid lanscape data). I am comparing this API data to the web interface. For example, in the last run of my code the totalNumEntries of the CriterionBidLandscapePage was 1782. However, something strange is

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-16 Thread Julius Markūnas
Hi, Got it running. Thanks! Julius -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: CampaignService get operation can't retrieve setting field of campaign.

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hello, Thanks for the report. As I have stated via mail, we're fixing the issue. Once it's fixed, I'll keep you updated. Best, - Takeshi, AdWords API Team On Wednesday, October 16, 2013 12:49:25 PM UTC+9, 照沼領 wrote: I tried campaign service get operation and specified field Settings. It

Re: Access Level for API

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, We haven't changed the names for access levels. There's been Basic and Standard access levels since it was introduced. ( http://googleadsdeveloper.blogspot.jp/2013/01/new-simplified-adwords-api-pricing.html ) Currently minimum is Basic access, with that access you can make 10,000

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

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please share the request and response SOAP logs to spot the issue. (please remove the sensitive info) Best, - Takeshi, AdWords API Team On Wednesday, October 16, 2013 10:53:32 AM UTC+9, Himanshu Bansal wrote: Hi, I am getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while

Re: Getting EntityCountLimitExceeded.CAMPAIGN_LIMIT while associating sitelinks(feed items) to adgroups

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Also can you please share the request and response xml logs to spot the issue? Best, - Takeshi, AdWords API Team On Wednesday, October 16, 2013 11:00:33 AM UTC+9, Himanshu Bansal wrote: Hi, I am getting EntityCountLimitExceeded.CAMPAIGN_LIMIT while associating sitelinks(feed items)

Re: Conversions Many Per Click total

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Actually there is another forumhttps://groups.google.com/forum/#!forum/adwords-scriptson AdWords Scripts, you should get better answer there. My guess is that Stats objects are no longer available in AdWords API services (such as CampaignService, AdGroupService ,,,).