Join the Conversation!
We're interested in hearing what you have to say. Sign in with your Windows Live ID to leave comments or start new discussions.

Reporting service API does not support "tablet" device type?

This question is not answered

Hi,

We just found that the Reporting service API (v8) does not support the newly added device type "tablet", please see below:

 

   [System.FlagsAttribute()]
    [System.Runtime.Serialization.DataContractAttribute(Name="DeviceTypeReportFilter", Namespace="https://adcenter.microsoft.com/v8")]
    public enum DeviceTypeReportFilter : int {
        
        [System.Runtime.Serialization.EnumMemberAttribute()]
        Computer = 1,
        
        [System.Runtime.Serialization.EnumMemberAttribute()]
        SmartPhone = 2,
        
        [System.Runtime.Serialization.EnumMemberAttribute()]
        NonSmartPhone = 4,       
    } 
is anybody having the same problem, or I am making a mistake?
Thank you!

 

All Replies
  • Hi Aki,

    We are looking into this and will provide an update as soon as we have information to pass along. 

    As a workaround you may pass the Enumeration value of "Tablet" in your SOAP calls to the adCenter API as defined here: http://msdn.microsoft.com/en-US/library/gg262850.aspx.  We have tested the web service will accept this value as a supported value. 

    Thank you :-)

    Ricky Poole - Web Support Specialist

    Twitter: Follow adCenter