Re: Auth Caching on Java Client Library v201109

2012-08-15 Thread stepanian
Oliver, Thank you very much for responding to me and attaching the link. I looked at the thread thoroughly. I'm not 100% sure if the answer to my first question is yes or no. Tozor said that "from looking at the stack trace, it looks like the Adwords client library is actually reloading the

Re: Auth Caching on Java Client Library v201109

2012-08-15 Thread stepanian
OK - this is what I got so far - I just need a confirmation that this is correct: 1) It seems like the auth token is associated with a user only not with an account (in other words, the client email is tied to the auth token). 2) The AuthToken object can be created from an email and a password.

Currencies and TimeZones in ConstantService

2012-08-15 Thread Rob
Hi, Thanks for the ConstantService - it's a great addition. Is there any chance of adding time zone and currency codes to it as well please? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

Re: Currencies and TimeZones in ConstantService

2012-08-15 Thread Rob
Of course I meant the ConstantDataService :) On Wednesday, August 15, 2012 9:55:45 AM UTC+1, Rob wrote: > > Hi, > > Thanks for the ConstantService - it's a great addition. Is there any > chance of adding time zone and currency codes to it as well please? > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Timezone reference table updated

2012-08-15 Thread Oliver
Brandon, are you saying you only just started getting inaccurate results for timezone? Has it not always been like this? On Tuesday, August 14, 2012 9:31:51 PM UTC+1, Brandon Parise wrote: > > The timezone is not being shifted based upon the observance of daylight > savings time. > > I pulled a

Account Names

2012-08-15 Thread Rob
Hi, I'm trying to find the name of a non-MCC account, but the CustomerService is returning an empty descriptiveName. The descriptiveName is listed as optioanl, so that makes sense, but it means there's no name available for this account. I've used the ManagedCustomerService instead (it seems

Re: Campaigns not being returned in API call but appear when doing report from UI

2012-08-15 Thread Danial Klimkin
Hello gabe, It is hard to tell from the information provided. Please send me UI and API reports over email in full so I could compare and find the reason. Also, let me know the account CID and the exact definition used for the API query. -Danial, AdWords API Team. On Monday, August 13, 2012

Re: Change History Data

2012-08-15 Thread Danial Klimkin
Hello Chirag, This server was designed to help synchronizing the local database with the server-side state. It is not possible to retrieve the exact change - just the fact the object was changed. To identify change you need to compare the new values to the old ones saved locally. -Danial, Ad

Re: How to set this parameter when using AWQL?

2012-08-15 Thread Danial Klimkin
Hello Oliver, Looks like this feature is lacking in the AWQL at the moment. I will log a feature request for it. -Danial, AdWords API Team. On Wednesday, August 8, 2012 9:40:41 AM UTC+4, Oliver wrote: > > What if I want to include zero impressions when using AWQL i.e. I want to > do the equ

Re: best method for getting customerId in v201109?

2012-08-15 Thread Rob
Hi Kevin, I've just started using the v201206 ManagedCustomerService and it appears to work even for non-MCC logins, showing the customer ID as well as the time zone and currency code. Can you please confirm this is expected behaviour and that we can use the new service to get information for

Re: Timezone reference table updated

2012-08-15 Thread Brandon Parise
This is the first time that we pulled AccountTimeZoneId in reports so I am not sure if this has always been the case. It's creating issues on our end since at the moment -05:00 is US/Central, not Eastern so our DateTime logic gets messed up; $date = new DateTime('2012-07-15 00:00:00 -05:00'); // 2

Problem with google adwords .net liblrary example

2012-08-15 Thread atosdo
Good day. I have a problem with google .net library example. My App.config - http://pastebin.com/GSjhAJ0t And my code - http://pastebin.com/KSeSpCRz I generate authToken with the help of that link - https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&Email=em...@gmail.com&Passwd=myPa

Re: How to set this parameter when using AWQL?

2012-08-15 Thread Oliver
That's great, thanks. I guess the question now is, will AWQL work properly without this feature? Do I even need this feature for any reason? Oliver On Wednesday, August 15, 2012 12:21:40 PM UTC+1, Danial Klimkin wrote: > > Hello Oliver, > > > Looks like this feature is lacking in the AWQL at t

AdWords Conversion Tracking for Mobile Apps

2012-08-15 Thread bluesky2008
Hi, I have created a Mobile App conversion using AdWords UI. but I am unable to retrieve it using ConversionTrackerService (v201206) , also when I create a ConversionTracker of type APPLE_IOS_REMARKETING its status is set to HIDDEN by AdWords even if I set it to ENABLED, same issue with ANDROI

Re: Can't compile AdWords API Example File?

2012-08-15 Thread Kevin Winter
Hi James, Unfortunately, we don't use maven on Windows, so our ability to continue troubleshooting is somewhat limited. Perhaps a maven mailing listmay be able to help? That said, you aren't required to use maven to work with the new java library. Yo

Re: best method for getting customerId in v201109?

2012-08-15 Thread Kevin Winter
Hi, Technically, the ManagedCustomerService will return results for any AdWords account that matches the selector (i.e. the authenticated account) as long as it is managed by an MCC account. This limitation will prevent the MCS from returning results for client accounts (even when authentica

Re: best method for getting customerId in v201109?

2012-08-15 Thread Rob
Hi Kevin, and thanks for the reply. That makes sense, so I'll stick to polling both the CustomerService and the ManagedCustomerService. It's a shame there isn't one service that will provide this information reliably for all logins. The new Customer services are definitely an improvement over

Re: CUSTOMER_NOT_WHITELISTED_FOR_API only for some clients?

2012-08-15 Thread veseo
Hi, update - I tested with a bit of a bigger test group and concluded that the whitelist are on an MCC account level. Is that true and, if yes, is that by design or a bug? On Tuesday, August 14, 2012 5:27:34 PM UTC+3, veseo wrote: > > Hi, > > I've been implementing the BudgetOrderService and tr

Blank CriteriaParameters in URL Performance Report

2012-08-15 Thread GregT
Hi, For a particular new client, running the URL Performance Report results in many rows that have an empty value for the CriteriaParameters field. We have never seen this before, and it's causing issues for us because we don't know what generated the clicks, conversions, etc. to occur at the

How to Determine Device Type with the Php Client Library

2012-08-15 Thread Ashley Bennett
I am wondering what the best way is to determine what the device type a campaign is targeting is. Within the web interface this is set at the campaign level, and so I assume I would use CampaignService or CampaignCriterionService for this api call, but I can't determine which field I am suppose

Re: State/Province list for Location Extension

2012-08-15 Thread Joshua Chan
Are there any updates on this, by any chance? On Thursday, August 9, 2012 4:04:42 PM UTC-7, Joshua Chan wrote: > > Hi Eric, > > Do you know why using the provinceCode in a request for a South African > address returns an InvalidGeoLocation? > > Using the address of the Google Johannesburg office,

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2012-08-15 Thread Lucas Schultze
I am also having this same issue. I'm running the API on a share webhost. I had originally thought it was an IPv6 issue with cURL. At a loss. I am thinking I am going to have to move this script to another host. On Tuesday, August 7, 2012 9:02:43 PM UTC-5, Blode Wong wrote: > > I am gettin

Re: Downloading the JS Remarketing Tag

2012-08-15 Thread prashant sharma
Is there a way to get the google conversion id via API which is mentioned in the remarketing tag? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=

What do I pass into SOAP authToken header when using OAuth2.

2012-08-15 Thread Patrick Ma
Really confused about the authToken header from the documentation. Because we're not using client login. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Re: How to Determine Device Type with the Php Client Library

2012-08-15 Thread Ewan Heming
Hi, I think that the device type is called a Platform targetin the CampaignCriterionService, so you need to issue a get

Why do get many same adgroup records?

2012-08-15 Thread jerryhouse
I tried to get the adgroup by adwords java api with the code below: List adGroups = new LinkedList(); adGroups = new LinkedList(); AdGroupServiceInterface gs = ServiceFactory.getAdGroupService(); // Create selector. Selector selector = new Selector(); String[] fields = AdwordsFiel

Re: What do I pass into SOAP authToken header when using OAuth2.

2012-08-15 Thread Patrick Ma
Does anyone have a working request output? I am unsure of what parameters to send to Adwords. On Thursday, August 16, 2012 11:09:49 AM UTC+8, Patrick Ma wrote: > > Really confused about the authToken header from the documentation. Because > we're not using client login. -- =~=~=~=~=~=~=~=~=~=~