Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-07-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Dylan, Sorry for confusion. It's the former--now we can use EXPANDED_DYNAMIC_SEARCH_AD to get expanded DSAs. Best, Thanet, AdWords API Team On Monday, July 24, 2017 at 6:15:22 PM UTC+9, dylan@gmail.com wrote: > > Hi, > > Can you explain more details about the fix, now we can use " >

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-07-24 Thread dylan . yeu
Hi, Can you explain more details about the fix, now we can use " EXPANDED_DYNAMIC_SEARCH_AD" to get Expanded DSA or just use DYNAMIC_SEARCH_AD returns all DSA ad? On Thursday, July 20, 2017 at 11:56:57 PM UTC+8, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > This issue has

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-07-20 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, This issue has just been fixed. Sorry for the inconvenience. Best, Thanet, AdWords API Team On Monday, June 26, 2017 at 9:31:42 PM UTC+9, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > We have a solution in the works but I have nothing to share publicly yet, > unfortunately.

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We have a solution in the works but I have nothing to share publicly yet, unfortunately. As soon as it is ready I or someone from my team will follow up again on this thread with more details. Regards, Mike, AdWords API Team On Monday, June 26, 2017 at 7:42:46 AM UTC-4, Dongliang Yu

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-26 Thread Dongliang Yu
HI Michael, Do we have any update for the solution? Thanks! On Monday, June 19, 2017 at 8:24:11 PM UTC+8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Thank you for the extra information. We are currently discussing the best > way to handle this. I will respond again to this

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-19 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thank you for the extra information. We are currently discussing the best way to handle this. I will respond again to this thread when I have more information to share. Regards, Mike, AdWords API Team On Sunday, June 18, 2017 at 10:49:10 PM UTC-4, Dongliang Yu wrote: > > Hi Mike, > >

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-18 Thread Dongliang Yu
Hi Mike, >From other people's post, seems it does not work for all API versions. Can we say Expanded DSA is not supported to be downloaded separately under its own category? And it cannot be supported until next API version release? (use "UNKNOWN" is dangerous) Thanks! On Thursday, June 15,

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-16 Thread joe
Hi Michael, I also am seeing this issue and use v201609 (plan to move to v201702 soon). Could you provide an update on publishing a new enum value as this is currently blocking our team's ability to fully adopt Expanded DSA Thanks, Joe On Thursday, June 15, 2017 at 5:34:28 AM UTC-7,

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-15 Thread Oliver
We use v201705 and we currently can't download *Expanded DSA* because there is no type for it. We don't want to use type UNKNOWN in case we get back other unwanted ad types as well. A new enum value for this ad type would be great! Oliver On Thursday, 15 June 2017 13:34:28 UTC+1, Michael

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-15 Thread joel
I see this too in API v. 201609. AD_PERFORMANCE_REPORT, The report row is return like below, see adType='unknown': On Thursday, June 15, 2017 at 8:34:28 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Can you confirm what version of the API you're using to make this

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Can you confirm what version of the API you're using to make this request? I believe it's an issue with how the reports are published, but this may vary by version and knowing your version will help me narrow down. I believe that this is currently under the "UNKNOWN" umbrella, so I'm

AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-14 Thread Dongliang Yu
Hi, We use AdType predicate equals "DYNAMIC_SEARCH_AD" to download DSA ad from AD_PERFORMANCE_REPORT. We have both old DSA ad and expanded DSA ad, now only old DSA ad can be downloaded while expanded DSA ad cannot. However if we remove the AdType predicate, expanded DSA ad can be downloaded