Re: Placement Performance Report with mobileapp performance

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Brandon, Apologies for the delayed response. > What kind of data would be excluded? Can you please share the clientCustomerId and the same request XML? I'd like to look what is excluded. > And how to aggregate Automatic Placement and Managed Placement together? URL Performance report doesn'

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Jake, Apologies for taking it too long. We're still working on it. Best, - Takeshi, On Tuesday, December 10, 2013 3:13:53 PM UTC-8, ja...@totalcontext.com wrote: > > Hi Takeshi, Akil, > > I'm having the same issue. Could we please have an update on this issue? > > Cheers, > Jake > > On Su

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Great. Thanks for sharing. Best, - Takeshi, On Tuesday, December 10, 2013 11:50:40 AM UTC-8, Christian Gibbs wrote: > > I GOT IT! > > > > After getting the ?code= from the URL > > > $url = "https://accounts.google.com/o/oauth2/token";; > $params = array( > "code" => $authCode, > "

Re: Using AdWord API for mobile campaigns

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, #1, Technically there is no mobile only ads on search included campaigns. Please see the related thread https://groups.google.com/d/msg/adwords-api/UVSNLXKVh0k/wN52O_fZiS4J #2, What document do you refer for zip code targeting? Best, - Takeshi, On Thursday, December 5, 2013 3:54:36 PM U

Re: DEBUG: Did not load optional configuration file log exception for every request

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, As I replied previously, can you please share the pom.xml? Best, - Takeshi, On Friday, December 6, 2013 7:53:55 AM UTC-8, r...@oanda.com wrote: > > I encounter this issue, any solution/update? > > On Friday, May 31, 2013 6:03:12 AM UTC-4, Takeshi Hagikura wrote: >> >> Hi Sanju, >> >> Thanks

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

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Zwelte, Thanks for letting us know it. Looks similar to this thread . Can you please try a different download format (CSV, XML) to see if it works? Best, - Takeshi, AdWords API Team On Thursday, December 5, 2013 3:59:22

Re: API v201309 CampaignService selector fields SelectorError.INVALID_FIELD_NAME

2013-12-11 Thread Josh Radcliff (AdWords API Team)
Hi, I confirmed that our documentation is incorrect in this case. The fields you mentioned are not actually selectable. I'll follow up to correct the documentation. Thanks for pointing this out. Cheers, Josh, AdWords API Team On Monday, December 9, 2013 8:49:15 AM UTC-8, Leny wrote: > > Than

Re: MultiplierError.BID_LESS_THAN_MIN_ALLOWED_BID_WITH _MULTIPLIER

2013-12-11 Thread Josh Radcliff (AdWords API Team)
Hi, We're working on this, but in the meantime one work around is to first set the bid in one request, then set the multiplier in a subsequent request. Thanks, Josh, AdWords API Team On Thursday, December 5, 2013 1:49:19 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thank you f

Re: How to display ads only on desktop computers, as opposed to displaying ads on tablets and mobile

2013-12-11 Thread Josh Radcliff (AdWords API Team)
Hi Charles, You can do this with Platform criteria. The Device targeting sectionof the Ad Management guide describes how to achieve this, but a few points that may help are: - The criteria ID for Desktop i

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Anders H
Hi, All imported jaxws classes in the Java app are from: com.google.api.ads.adwords.jaxws.v201309. I have included the pom.xml being used for reference. Thanks, Anders Den onsdag den 11. december 2013 20.05.41 UTC+1 skrev Takeshi Hagikura (AdWords API Team): > > Hi, > > Looks like one of you

Re: Check remaining balance for an MCC account with enabled credit line

2013-12-11 Thread Zweitze
Hello, You can get all account budgets with the *BudgetOrderService *. With the result (you get all budgets, including budgets of past and future), find out the active budget. That result will tell you the sta

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-11 Thread Christian Gibbs
Actually this is what I used to pull the ClientId $customerService = $user->GetService('CustomerService', ADWORDS_VERSION); $cust = $customerService->get(); $user->setCustomerClientId( $cust->customerId ); On Tuesday, December 10, 2013 8:52:35 PM UTC-5, Paul Matthews (AdWords API Team) wrote:

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like one of your jars that has binding of jaxws is competing with the Java native implementation. You need to include only needed jars. At least dfp-playground works with the Java library with jaxws on appengine. Can you please refer to its pom.xml

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-11 Thread Christian Gibbs
Thank you for your continued support. I figures this out this morning. Once I pull the account I want to view, I use $user->SetClientCustomerId( $account_id ); I can get it from the accountId of the campaign object for example. Also I realized, my initial problem with USER_DENIED was that

Re: keyword id 3000004

2013-12-11 Thread GregT
Okay, thanks, Josh. To answer your earlier question about how we handle the 300 and 306 placeholders, those placeholders are only for display campaign functionality. We use the keyword report only for search campaign data and use other reports to gather the display campaign data -- so

Re: "calls from ads" conversion casing

2013-12-11 Thread GregT
Hi, Paul. Any update on this? Thanks, Greg On Tuesday, November 26, 2013 3:36:56 PM UTC-6, GregT wrote: > > Hi, Paul. > > I sent you an email with the information. > > Thanks, > Greg > > On Monday, November 25, 2013 5:40:55 AM UTC-6, Paul Matthews (AdWords API > Team) wrote: >> >> Hi Greg, >> >

Connect Python Client Library and Api Adwords

2013-12-11 Thread Mario Murias
Hi, I'm new in python and google app engine, and I'm trying to learn to connect with the Adwords API using the Python client library for this website : https://developers.google.com/adwords/api/docs/clientlibraries?hl=es So far I have not got any positive result , because, for example , if I ag

excluding placements / negative criteria - by Mobile application

2013-12-11 Thread Berry Tsakala
Few weeks ago i asked how to exclude a placement. ( I solved it, and the discussion is here https://groups.google.com/forum/#!topic/adwords-api/Tw6VyUasa7I ) Now I want to exclude a *Mobile App.* *(The questions are at the end of the post)* in the UI, I see all sorts of placements: urls, mobi