Re: How to get AdWrods users in Account Access

2013-03-25 Thread kaihatsu_itokuro
David and AdWords API Team Thanks for your answer. 2013年3月21日木曜日 3時35分33秒 UTC+9 David Torres: Hi, There is no service in the API that allows you get that information. Best, - David Torres - AdWords API Team On Friday, March 15, 2013 3:58:14 AM UTC-4, kaihatsu...@infoseek.jp wrote:

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-03-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's most likely you are missing some dependent jars. Are you using Maven? Either way, please read this quick start guidehttps://code.google.com/p/google-api-ads-java/wiki/QuickStart to setup the development environment. Best, - Takeshi On Saturday, March 23, 2013 5:59:19 AM UTC+9, F.Per

Re: .NET Client library example of paging?

2013-03-25 Thread Takeshi Hagikura (AdWords API Team)
Hi Reed, You can refer many examples using Paging in the dotnet client library examples. For example, this GetCampaignshttps://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/CSharp/v201302/BasicOperations/GetCampaigns.csexample is using Paging. Best, -

Re: Enhanced campaigns - getting summary of campaign targetting usage

2013-03-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, As for locations targeting, you can use Campaign Negative Location Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-locations . As for time targeting, there is no reports to retrieve that information at this moment. You should use

Re: Migrating from my local server in my computer to a remote server

2013-03-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm assuming you are using Client Loginhttps://developers.google.com/adwords/api/docs/authenticationto authenticate. The AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID appears when the cookie becomes invalid usually an expiration two weeks after you acquire it. The solution is to catch

Re: Improved Sitelink Extensions no longer return via CampaignAdExtensionService

2013-03-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's intended. Upgraded extensions are using FeedServiceshttps://developers.google.com/adwords/api/docs/guides/feed-services . As of v201302, CampaignAdExtensionService can be used for legacy (non enhanced campaigns) sitelink extensions. Best, - Takeshi On Friday, March 22, 2013 3:02:33

Regarding enhanced campaigns and Device preferred field

2013-03-25 Thread ShayBarChen
Hi. In the new Adwords API V201302 reports - Ad performance report i'm able to select device preferred field, but i'm getting an empty data (--) in all fields values. I would like to know if its a bug or whether it is in your development road map. Thanks in advance , Shay.B -- --

Re: refreshing the oauth2 token

2013-03-25 Thread Paul Matthews (AdWords API Team)
Hi Hagay, Firstly, have you tried using the OAuth2 examplehttps://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201302/misc/use_oauth2.rbas a reference for the authorization flow? You should store the hash from the response from the

Re: Regarding enhanced campaigns and Device preferred field

2013-03-25 Thread Ewan Heming
Hi Shay, Have you set a device preference for any of your ads yet? I created a test ad with the mobile checkbox activated, then downloaded an ad performance report: the DevicePreference field in the report contained the id 30001, which shows a preference for the mobile

Perform campaign targeting on creation?

2013-03-25 Thread Chris
Hi Guys, This is the current flow of my application: Create Campaing SetCampaignDevices setLocationTargettingInfo setCampaignLanguageTargeting So, after the first step the campaign is in existence with non of the targeting that we require e.g. at this point it is targeting All Locations. This

java oauth2 refreshToken handling

2013-03-25 Thread Wilson MacGyver
Hi, I was under the impression refreshToken is automatically handed by the java api library. Is that incorrect? For example, if I create a new GoogleCredential, set the parameters, including both accessToken and refreshToken when I use this to access the resources, if the token is still valid.

Re: Waiting to hear about your test account?

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi all, In general, the accounts will be marked as test accounts before you receive an email. The quickest way to test is to make a request against the test account. If you use an unapproved developer token and the request succeeds, the account has been made a test account. Approved

Re: Remarketing and DSA c sharp code example

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi, Dynamic Search Ads are still in the beta program - you'll need to be a member to create or report on this type of Ad. Several new reports were added, including some for DSA: https://developers.google.com/adwords/api/docs/appendix/reports#keywordless-query - Kevin Winter AdWords API Team

Re: Java Client Library 'Old' Deprecated - details?

2013-03-25 Thread Kevin Winter (AdWords API Team)
To clarify, we WILL add support for any API versions released in 2013 - i.e. v201306 and v201309 would be eligible for support in the old library (if such versions were released) - see the blog post: http://googleadsdeveloper.blogspot.com/2013/03/deprecation-of-old-java-library-for.html -

Re: [5-5936000000608] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2013-03-25 Thread Kevin Winter (AdWords API Team)
945-772-2971 is a test account - make sure you target it by setting the clientCustomerId header to this CID - otherwise the request will target the account being authenticated with, which won't work for an unapproved token. - Kevin Winter AdWords API Team On Tuesday, March 19, 2013 12:38:07 PM

General API question re: account access using MCC account and Oauth2...

2013-03-25 Thread ken . kwasnicki
I'm new to the Adwords API and haven't started using it yet. When I get access to the Adwords API having set up an MCC account will I only be able to query Adwords accounts that are managed by the MCC account? Or can I then query any Adwords account so long as that account owner authorizes

Re: General API question re: account access using MCC account and Oauth2...

2013-03-25 Thread Ewan Heming
Hi Ken, You can use an approved developer token with any account you have authorization to access; you don't need to link the account to your MCC. Regards, Ewan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: [8-5218000000566] Enhanced Campaigns; Retrieving bid adjustment data

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi Reed, I think one of the main reasons to use a enum for the minutes is that we only accept a limited subset of values. It's intuitive from the field name what range of values we expect for the hour, but not for minutes. By using the enum, we make it clear to the developer that we only

Re: CustomerSyncService and newly introduced Feed objects

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi Gintaras, We don't currently have a way to synchronize changes to feeds in v201302, but we hope to add such support in a future release. - Kevin Winter AdWords API Team On Thursday, March 21, 2013 11:50:12 AM UTC-4, Gintaras Strazdas wrote: Hi, with v201302 API changes new Feed

Re: Getting a blank Adwordss API Center Screen?

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi, We recently pushed a fix for this bug - can you please confirm if this is still happening for you? If so, I'd appreciate if you could reply to me and attach a screenshot that includes your Customer ID. - Kevin Winter AdWords API team On Friday, March 15, 2013 11:02:49 PM UTC-4, D Ray

Campaign Performance Report not returning any data

2013-03-25 Thread Jonathan Sosa
Hi I'm trying to write a webpage that displays the campaign performance report for our users. Among the required fields are ClickType, Network and Device. According to: https://developers.google.com/adwords/api/docs/requirements But when I add these to the Selector fields the report returns no