Re: AdvertisingChannelType null

2016-08-06 Thread Aba
Hey Josh, Thanks ! It worked. On Thursday, August 4, 2016 at 5:10:35 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Aba, > > You could use the GetCampaigns.java example >

Re: AdvertisingChannelType null

2016-08-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Aba, You could use the GetCampaigns.java example in the client library, but modify it slightly to also include the selector field *Campaig

Re: AdvertisingChannelType null

2016-08-04 Thread Aba
Hi Josh, Would you happen to know how I can get the type of an AdWords Campaign (SEARCH, DISPLAY, SHOPPING etc..) using the current Java API then ? Thanks, Aba On Thursday, August 4, 2016 at 4:48:20 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > As of version 2.14.0 of the Java

Re: AdvertisingChannelType null

2016-08-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, As of version 2.14.0 of the Java client library , we are no longer supporting or updating the beta AdWords Utility Extension. If you would like to continue to use the extension, you are free to do so, but you will have to

Re: AdvertisingChannelType null

2016-08-04 Thread Aba
Hello guys, I tried it out with the latest 201607 API , and still got the same issue. It's defaulting to NULL. any news ? On Thursday, February 19, 2015 at 10:12:55 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Thanks for filing the issue. I just replied with the root cause there -

Re: AdvertisingChannelType null

2015-02-19 Thread Josh Radcliff (AdWords API Team)
Thanks for filing the issue. I just replied with the root cause there - I'll post updates to that issue once we have it fixed. Cheers, Josh, AdWords API Team On Thursday, February 19, 2015 at 7:21:29 AM UTC-5, David B. wrote: > > Ok, done ! > > Regards > > Le mercredi 18 février 2015 18:51:21

Re: AdvertisingChannelType null

2015-02-19 Thread David B.
Ok, done ! Regards Le mercredi 18 février 2015 18:51:21 UTC+1, Josh Radcliff (AdWords API Team) a écrit : > > Hi, > > Thanks for pointing this out. Could you file an issue in the Java Client > Library ? This > will allow us to track the

Re: AdvertisingChannelType null

2015-02-18 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for pointing this out. Could you file an issue in the Java Client Library ? This will allow us to track the problem + will ensure you get updates once it's fixed. Cheers, Josh, AdWords API Team On Wednesday, February 18, 2015 a

AdvertisingChannelType null

2015-02-18 Thread David B.
Hi guys, Here a sample code, using the utility extension. I'm trying to get the AdvertisingChannel value for each campaign, but I get a null value. I tried (firstly) to get ExtendedManagedCampaigns, but nothing is set. Is it a bug from the utility extension (so I'll post a feature request), f