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

2013-03-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm assuming you are using Client Loginto 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 catc

Re: Enhanced campaigns - getting summary of campaign targetting usage

2013-03-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, As for locations targeting, you can use Campaign Negative Location Report . As for time targeting, there is no reports to retrieve that information at this moment. You should use CampaignCriterionS

Re: .NET Client library example of paging?

2013-03-24 Thread Takeshi Hagikura (AdWords API Team)
Hi Reed, You can refer many examples using Paging in the dotnet client library examples. For example, this GetCampaignsexample is using Paging. Best, - Takes

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

2013-03-24 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 guide to setup the development environment. Best, - Takeshi On Saturday, March 23, 2013 5:59:19 AM UTC+9, F.Per

Re: How to get AdWrods users in Account Access

2013-03-24 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

How to add dummy data to my test account

2013-03-24 Thread Jonathan Sosa
Hi I'm trying to get the Campaign Performance Report for my test account, but it returns no rows. I think the reason is adding the required segment field ClickType. (All my test campaigns have no clicks) Is there a way to add dummy data Clicks/Impressions/etc to my test campaigns? Best Jonat