Request

Response

    Autodesk.DataExchange assembly

    Autodesk.DataExchange namespace

    public typedescription
    class Client This component grants access to the Data Exchange functionality, offering methods for retrieving and updating both data and metadata associated with Data Exchanges.
    class Error Details and information about an error that has occurred
    class FulfillmentResponse Class for data exchange fulfillment response
    class HubIdRegion
    static class Logging This class provides a static method for setting the logger object. The logger object is used to log messages to a variety of destinations, such as a file, a database, or the event log.
    class SDKOptions It will provide a option to DataExchange SDK such as Authentication, Storage, Hosting, logger etc.
    class SDKOptionsDefaultSetup The SDKOptionsDefaultSetup class that contains default configuration for SDK Options, if not specfied.

    Autodesk.DataExchange.Converters.Extension namespace

    public typedescription
    static class Extensions Static class of extension methods used throughout the library.

    Autodesk.DataExchange.DataModels namespace

    public typedescription
    class BoolParameterDefinition BoolParameterDefinition is used to use to define Enumeration type parameter
    class Element Provides a Revit Element wrapper over an InstanceAsset object.
    class ElementDataModel Provides a data-model friendly wrapper over the exchange data for easier access to the data.
    class ElementGeometry Class for element geometry (STEP,Mesh, OBJ, etc.)
    class ElementProperties Element properties
    class Geometry Provides access to the Geometry
    class GeometryProperties The Geometry Properties
    class Int32ParameterDefinition Int32ParameterDefinition is used to use to define Enumeration type parameter
    class Int64ParameterDefinition Int64ParameterDefinition is used to use to define int64 parameter
    class MeasurableParameterDefinition Measurable ParameterDefinition is used to use to define measuarable parameter with type of float data type
    class Parameter Represents a Revit Parameter
    class ParameterDefinition ParameterDefinition is used to build parameters
    class ParameterSet List of parameters is a parameter set
    class PrimitiveGeometry Primitive Geometry (Line, Curve, Point, etc.)
    class RenderStyle This class is used to represent the RenderStyle.
    class RGBA Represent the elements color in RGB format.
    class StringParameterDefinition StringParameterDefinition is used to use to define string parameter

    Autodesk.DataExchange.Events namespace

    public typedescription
    class ProgressUpdatedEventArgs Provides data for the ProgressUpdated event. This event is raised when progress messages are available during exchange operations. If the Connector UI is present, it will subscribe to this event to display real-time progress messages, keeping users informed of a lengthy operation's status (e.g. creating or loading exchange).

    Autodesk.DataExchange.Geometry.Proto namespace

    public typedescription
    static class BrepReflection Holder for reflection information generated from brep.proto
    class BrepTopologicalData sent as a binary blob
    class DataIdToPersistentIdMap
    class IdSet
    class IdSetSet
    static class IdsetsetReflection Holder for reflection information generated from idsetset.proto
    enum MeshOrientation
    static class MeshReflection Holder for reflection information generated from mesh.proto
    class PersistentIdSet
    class PersistentIdSetSet
    class PolygonMesh Sent as a binary blob
    enum SourceGeometryTypeEnum
    class StyleIdSet
    static class SubEntityStylesReflection Holder for reflection information generated from subEntityStyles.proto
    class SubEntitySyles
    static class SubObjectPersistentIdsReflection Holder for reflection information generated from subObjectPersistentIds.proto

    Autodesk.DataExchange.Interface namespace

    public typedescription
    interface IClient The IClient interface represents the contract for the Autodesk.DataExchange It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Autodesk.DataExchange.OpenAPI. The specific methods and members defined within the IClient interface may vary based on the requirements and capabilities of the Autodesk.DataExchange implementation.They typically include operations for data retrieval, data update, metadata management, error handling, and other relevant functionalities related to Data Exchanges.

    Autodesk.DataExchange.Models namespace

    public typedescription
    class ExchangeCreateRequestACC This class represents a request for creating an exchange on ACC and accepts the essential details of the data exchange and any host provider specific parameters that are required by ACC.
    abstract class ExchangeCreateRequestBase This class represents a request for creating an exchange and accepts the essential details of the data exchange.
    class ExchangeData Represents a list of Exchange Data Assets and contains methods and properties to filter, search and navigate through it.
    class ExchangeDetails Class to define Exchange Response. It will contain all the basic necessary detail about the data exchange such as Exchange Id, Project, etc.
    class ExchangeRevision Provides meta-data about a Data Exchange Revision such as date and time.
    class GeometryConfiguration The Geometry configuration class where you can configure GUSDK configuration such as STEPProtocol, STEPTolerance, etc.
    class ViewableWorldCoordinates World Coordinates for exchange viewable. The default value for UP is X = 0.0F, Y = 0.0F, Z = 1.0F The default value for Front is X = 0.0F, Y = -1.0F, Z = 0.0F The default value for North is X = 0.0F, Y = 1.0F, Z = 0.0F

    Autodesk.DataExchange.Models.Components namespace

    public typedescription
    class Transformation Represents a transformation in 4D.

    Autodesk.DataExchange.Models.Math namespace

    public typedescription
    class Matrix4d Represents a 4x4 matrix for transformations.

    Autodesk.DataExchange.SchemaObjects.Assets namespace

    public typedescription
    class BaseAsset autodesk.design:assets.base-1.0.0 The base object for all design assets.s
    class BinaryAsset Binary Asset
    class DesignAsset autodesk.design:assets.design-1.0.0 An asset which describes a design object. It may have a variety of optional components.
    class GeometryAsset The geometry asset. autodesk.design:assets.geometry-1.0.0.json
    class GroupAsset autodesk.design:assets.group-1.0.0
    class InstanceAsset autodesk.design:assets.instance-1.0.0
    class Node Represent node of data exchange.
    class RenderStyleAsset A render style asset which may contain a variety of color and appearance information. autodesk.design:assets.renderstyle-1.0.0
    enum Status Asset status.

    Autodesk.DataExchange.SchemaObjects.Base namespace

    public typedescription
    class BaseComponent Data's base component. autodesk.data:component-1.0.0
    class BaseGeometry Geometry base type. autodesk.geometry:geometry-1.0.0
    class BaseGroup A Base Parameter Group Class. autodesk.parameter:group-1.0.0
    class BaseParameter Base schema for defining a property in a parametric design model with meta-data for user-facing presentation. autodesk.parameter:parameter-2.0.0

    Autodesk.DataExchange.SchemaObjects.Components namespace

    public typedescription
    class BinaryMetadata autodesk.design:assets.binary.metadata-1.0.0
    class BinaryReference autodesk.data:binary.reference.component-1.0.0 Data's Binary Reference Component
    class ColorRGBA A class representing a color in the RGBA color space. autodesk.design:components.color.rgba-1.0.0
    class Component autodesk.design:components.base-1.0.0
    class Contract Contract information of the exchange.
    class CoordinateSystemVector Viewable world coordinates autodesk.design:components.coordinateSystemVector-1.0.0
    class GeometryComponent autodesk.design:components.geometry-1.0.0
    class Host FDX ACC host : autodesk.fdx:host.acc-1.0.0 ACCHost: autodesk.data:exchange.host.acc-1.0.0 BIM360Host : autodesk.data:exchange.host.bim360-1.0.0
    class ModelStructure Represents a property applicable to reference relationship to indicate the relationship participates in the model structure. autodesk.design:components.modelstructure-1.0.0
    class Parameter A component representing a parameter which may be attached to a design or instance asset. autodesk.design:components.parameter-1.0.0
    class ParameterSet
    class ReferenceComponent autodesk.data:reference.component-1.0.0
    class ReferenceNameOnlyParameter A component representing a parameter which refers to another asset by name only. It may be attached to an instance or design asset. autodesk.design:components.referenceNameOnlyParameter-1.0.0
    class ReferenceParameter A component representing a parameter which refers to another asset by id. It may be attached to an instance or design asset. autodesk.design:components.referenceParameter-1.0.0
    class RenderStyleProperty autodesk.design:components.renderstyle.property-1.0.0
    class Source FDX base source : autodesk.fdx:source.base-1.0.0 Default Source: autodesk.data:exchange.source.default-1.0.0
    class Spec Specification of parameter.
    class SubAsset Represents a property applicable to reference relationship to indicate the relationship applies only at the sub-asset level. autodesk.design:components.subasset-1.0.0
    class Transformation A transformation of 3D space represented by a 4x4 matrix in pre-multiplier form. autodesk.design:components.transformation-1.0.0
    class Type Represents a property applicable to reference relationship to indicate the relationship only conveys parameters. autodesk.design:components.type-1.0.0
    class UnitsComponent Represents units properties such as the length unit, display length unit, or display angle unit." autodesk.design:components.unit-1.0.0

    Autodesk.DataExchange.SchemaObjects.Geometry namespace

    public typedescription
    class BRep Indicates a boundary representation (B-rep) autodesk.design:geometry.brep-1.0.0
    class CurveSet A sequence of curves in 3D space. These curves are not required to be connected. autodesk.design:geometry.curveset-1.0.0
    class CustomGeometry
    class CustomGeometryWrapper
    class GeometryContainer Class describes an unordered geometrical container that includes typed arrays of geometric entities autodesk.design:geometry.geometrycontainer-1.0.0.json
    class GeometryWrapper This is a Wrapper class over our Geometry containing information like Geometry Type and Serialized Geometry Data
    class Point A sequence of curves in 3D space. These curves are not required to be connected. autodesk.design:geometry.point-1.0.0
    class TritonMesh A triangulated polygon mesh in the TritonMesh format. autodesk.design:geometry.tritonmesh-1.0.0.json

    Autodesk.DataExchange.SchemaObjects.Math namespace

    public typedescription
    class Matrix4d The matrix elements in row-major order autodesk.math:matrix44d-1.0.0
    class Point3d The matrix elements in row-major order autodesk.math:point3d-1.0.0
    class Vector3d A class representing a three-dimensional vector.

    Autodesk.DataExchange.SchemaObjects.Parameters namespace

    public typedescription
    class Group A Parameter Group that inherits BaseGroup

    Autodesk.DataExchange.SchemaObjects.Relationships namespace

    public typedescription
    class BaseRelationship Data's Relationship, a link between two assets. autodesk.data:relationship-1.0.0
    class ContainmentRelationship A directed relationship indicating that one asset (specificed by the 'toId') is a child of another asset (specified by the 'fromId').s autodesk.design:relationship.containment-1.0.0
    class Edge Edge is used to connect two assets
    class NodeRelationship This is used to represent relation between two assets
    class ReferenceRelationship A directed relationship indicating that one asset (specificed by the 'toId') is a used by another asset (specified by the 'fromId'). autodesk.design:relationship.reference-1.0.0s

    Autodesk.DataExchange.SchemaObjects.Units namespace

    public typedescription
    class Unit A definite magnitude used as a standard of measurement http://docs.adskunits.apiary.io/#introduction/definitions/measurement-units autodesk.unit:unit-1.0.0 Use Autodesk.DataExchange.SchemaObjects.Units.UnitFactory for Unit initialization
    static class UnitFactory UnitFactory is used for Unit initialization
    enum UnitSystem Systems of measurement units. autodesk.unit:system-1.0.0

    Autodesk.DataExchange.Utilities namespace

    public typedescription
    class HttpUtility Referenced from Microsoft Opensource GIT https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs

    Autodesk.DataExchange.Extensions.HostingProvider namespace

    public typedescription
    class ACC This class provides functionalities for accessing Hubs, Projects, Folders, and many more within the Autodesk Construction Cloud using API. The ACC facilitates the connection to ACC APIs.
    static class Logging This class provides a static method for setting the logger object. The logger object is used to log messages to a variety of destinations, such as a file, a database, or the event log.

    Autodesk.DataExchange.Core namespace

    public typedescription
    class DeleteExchangeSuppressUIArgs This class contains arguments that can be specified to suppress UI prompts when Delete Exchange is called
    class ExchangeItem The Data Exchange class is a container for basic information about data exchanges.
    abstract class Notifiable The Notifiable class is an abstract class that provides a mechanism for notifying changes properties to user interface.
    abstract class SuppressUIArgs It serves as a common base for classes that provide arguments for suppressing certain UI prompts.

    Autodesk.DataExchange.Core.Enums namespace

    public typedescription
    enum AuthGrantType The user authentication type Enum
    enum ContractType The type of contract of the exchange
    enum ExecutionOrder Execution Order.
    enum GeometryType Denotes the geometry type
    enum LogLevel Specifies the meaning and relative importance of a log event.
    enum NotificationType Pop up notifications types
    enum ParameterDataType Parameter types.
    enum ProjectType Hosting provider project types.
    enum STEPProtocol STEP Protocol values
    enum ViewableGenerationStatus The viewable generation result type.

    Autodesk.DataExchange.Core.Interface namespace

    public typedescription
    interface IAuth Defines an interface for managing authentication within the connector kit.
    interface IContractProvider An interface for data exchange contract provider.
    interface IDataExchange This interface represents the contract for the Data Exchange. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Data Exchange.
    interface IDataExchangeIdentifier This interface represents the contract for the Data Exchange Identifier. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Data Exchange Identifier.
    interface IEventsController
    interface IExchange Interface that needs to be implemented by clients
    interface IExchangeInput This interface represents the contract for the IExchangeInput. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the IExchangeInput.
    interface IExchangeItem This interface represents the contract for the Autodesk.DataExchange It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Autodesk.DataExchange.OpenAPI.
    interface IExchangeReader An interface to read exchange related operations
    interface IExchangeSearchFilter This interface represents the contract for the Exchange Search Filter. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Exchange Search Filter.
    interface IExchangeWriter An interface to write exchange related operations
    interface IFolderDetails This interface represents the contract for the FolderDetails. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the FolderDetails.
    interface IFolderInfo This interface represents the contract for the FolderInfo. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the FolderInfo.
    interface IHostingProvider The Hosting provider
    interface IHubInfo This interface represents the contract for the Hub Information.
    interface ILogger An interface for logging.
    interface IProjectInfo This interface represents the contract for the Project Information.
    interface ISourceProvider The source provider for Data exchange.
    interface IStorage An interface for data-cache.
    interface IUserAccount This interface represents the contract for the User Account. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the User Account.

    Autodesk.DataExchange.Core.Models namespace

    public typedescription
    class APIRequest API Request object
    enum ApplicationMode Application Mode of operation
    class Attributes API Response object
    class CheckDeletedFolders API Response object
    class CheckFolderRequest API Response object
    class Constants Common constants
    class Data API Response object
    class DataExchange Class object to define Exchange properties.
    class DataExchangeIdentifier The class represents an identifier for data exchange.
    class Datum API Response object
    class Deletion API Response object
    class ExchangeFilterResult Class for Exchange Filter Result
    class ExchangeInput Exchange input class
    class ExchangeItemAttributes Exchange item attributes
    class ExchangeItemMetaData Exchange item meta data
    class ExchangeMetaData Container class for ExchangeItem Meta data
    class ExchangeSearchFilter Exchange Search filter
    class ExchangeUpdatedEventData Class object to define data associated with Exchange updated event.
    class Extension API Response object
    class FolderDetails Folder Details
    class FolderInfo Folder Info class.
    class HTTPResponse ACC API Response
    class HTTPResponseBytes API Response object
    class HTTPResponseIO API Response object
    class HubInfo Hub Information
    class Included API Response object
    class Jsonapi API Response object
    class Link API Response object
    class Lookup<T> Class that contains id and description properties that can be used to bind to drop downs
    class Meta API Response object
    class MetaDataRelationships API Response object
    class ProjectInfo ACC Project information class.
    class Relationships API Response object
    class Resources API Response object
    class Thumbnails API Response object
    class UserAccount User Account class
    class ViewableDetails Data exchange viewable generation details

    Autodesk.Parameters namespace

    public typedescription
    static class EnumExtensions Enum extension is used to get enum description as DisplayName
    enum Group A parameter group is a group of collections united by the same purpose
    enum Parameter A Parameter is a property of an object in a design model. A parameter wraps a primitive value with metadata to support its interpretation and presentation to an end user.
    enum Spec A spec describes a data type for user-facing presentation. For example, to specify a custom property in a design app, the end user may select a data type for the property. The app may present a list of available data types, such as Text, Yes/No, Image, Length, or Thermal Resistance, each of which corresponds to a spec object.

    Autodesk.DataExchange.Authentication namespace

    public typedescription
    class Auth
    class AuthOptions Authentication Options. The combination of [ClientId and Port] or [ClientId, Secret and CallBack] is mandatory.
    class UserInfo The User Info class
     
    ______
    icon-svg-close-thick

    Cookie preferences

    Your privacy is important to us and so is an optimal experience. To help us customize information and build applications, we collect data about your use of this site.

    May we collect and use your data?

    Learn more about the Third Party Services we use and our Privacy Statement.

    Strictly necessary – required for our site to work and to provide services to you

    These cookies allow us to record your preferences or login information, respond to your requests or fulfill items in your shopping cart.

    Improve your experience – allows us to show you what is relevant to you

    These cookies enable us to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we use to deliver information and experiences tailored to you. If you do not allow these cookies, some or all of these services may not be available for you.

    Customize your advertising – permits us to offer targeted advertising to you

    These cookies collect data about you based on your activities and interests in order to show you relevant ads and to track effectiveness. By collecting this data, the ads you see will be more tailored to your interests. If you do not allow these cookies, you will experience less targeted advertising.

    icon-svg-close-thick

    THIRD PARTY SERVICES

    Learn more about the Third-Party Services we use in each category, and how we use the data we collect from you online.

    icon-svg-hide-thick

    icon-svg-show-thick

    Strictly necessary – required for our site to work and to provide services to you

    Qualtrics
    We use Qualtrics to let you give us feedback via surveys or online forms. You may be randomly selected to participate in a survey, or you can actively decide to give us feedback. We collect data to better understand what actions you took before filling out a survey. This helps us troubleshoot issues you may have experienced. Qualtrics Privacy Policy
    Akamai mPulse
    We use Akamai mPulse to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Akamai mPulse Privacy Policy
    Digital River
    We use Digital River to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Digital River Privacy Policy
    Dynatrace
    We use Dynatrace to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Dynatrace Privacy Policy
    Khoros
    We use Khoros to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Khoros Privacy Policy
    Launch Darkly
    We use Launch Darkly to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Launch Darkly Privacy Policy
    New Relic
    We use New Relic to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. New Relic Privacy Policy
    Salesforce Live Agent
    We use Salesforce Live Agent to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Salesforce Live Agent Privacy Policy
    Wistia
    We use Wistia to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Wistia Privacy Policy
    Tealium
    We use Tealium to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Tealium Privacy Policy
    Upsellit
    We use Upsellit to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Upsellit Privacy Policy
    CJ Affiliates
    We use CJ Affiliates to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. CJ Affiliates Privacy Policy
    Commission Factory
    We use Commission Factory to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Commission Factory Privacy Policy
    Google Analytics (Strictly Necessary)
    We use Google Analytics (Strictly Necessary) to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Google Analytics (Strictly Necessary) Privacy Policy
    Typepad Stats
    We use Typepad Stats to collect data about your behaviour on our sites. This may include pages you’ve visited. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our platform to provide the most relevant content. This allows us to enhance your overall user experience. Typepad Stats Privacy Policy
    Geo Targetly
    We use Geo Targetly to direct website visitors to the most appropriate web page and/or serve tailored content based on their location. Geo Targetly uses the IP address of a website visitor to determine the approximate location of the visitor’s device. This helps ensure that the visitor views content in their (most likely) local language.Geo Targetly Privacy Policy
    SpeedCurve
    We use SpeedCurve to monitor and measure the performance of your website experience by measuring web page load times as well as the responsiveness of subsequent elements such as images, scripts, and text.SpeedCurve Privacy Policy
    Qualified
    Qualified is the Autodesk Live Chat agent platform. This platform provides services to allow our customers to communicate in real-time with Autodesk support. We may collect unique ID for specific browser sessions during a chat. Qualified Privacy Policy

    icon-svg-hide-thick

    icon-svg-show-thick

    Improve your experience – allows us to show you what is relevant to you

    Google Optimize
    We use Google Optimize to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Google Optimize Privacy Policy
    ClickTale
    We use ClickTale to better understand where you may encounter difficulties with our sites. We use session recording to help us see how you interact with our sites, including any elements on our pages. Your Personally Identifiable Information is masked and is not collected. ClickTale Privacy Policy
    OneSignal
    We use OneSignal to deploy digital advertising on sites supported by OneSignal. Ads are based on both OneSignal data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that OneSignal has collected from you. We use the data that we provide to OneSignal to better customize your digital advertising experience and present you with more relevant ads. OneSignal Privacy Policy
    Optimizely
    We use Optimizely to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Optimizely Privacy Policy
    Amplitude
    We use Amplitude to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Amplitude Privacy Policy
    Snowplow
    We use Snowplow to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Snowplow Privacy Policy
    UserVoice
    We use UserVoice to collect data about your behaviour on our sites. This may include pages you’ve visited. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our platform to provide the most relevant content. This allows us to enhance your overall user experience. UserVoice Privacy Policy
    Clearbit
    Clearbit allows real-time data enrichment to provide a personalized and relevant experience to our customers. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID.Clearbit Privacy Policy
    YouTube
    YouTube is a video sharing platform which allows users to view and share embedded videos on our websites. YouTube provides viewership metrics on video performance. YouTube Privacy Policy

    icon-svg-hide-thick

    icon-svg-show-thick

    Customize your advertising – permits us to offer targeted advertising to you

    Adobe Analytics
    We use Adobe Analytics to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Adobe Analytics Privacy Policy
    Google Analytics (Web Analytics)
    We use Google Analytics (Web Analytics) to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Google Analytics (Web Analytics) Privacy Policy
    AdWords
    We use AdWords to deploy digital advertising on sites supported by AdWords. Ads are based on both AdWords data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that AdWords has collected from you. We use the data that we provide to AdWords to better customize your digital advertising experience and present you with more relevant ads. AdWords Privacy Policy
    Marketo
    We use Marketo to send you more timely and relevant email content. To do this, we collect data about your online behavior and your interaction with the emails we send. Data collected may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, email open rates, links clicked, and others. We may combine this data with data collected from other sources to offer you improved sales or customer service experiences, as well as more relevant content based on advanced analytics processing. Marketo Privacy Policy
    Doubleclick
    We use Doubleclick to deploy digital advertising on sites supported by Doubleclick. Ads are based on both Doubleclick data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Doubleclick has collected from you. We use the data that we provide to Doubleclick to better customize your digital advertising experience and present you with more relevant ads. Doubleclick Privacy Policy
    HubSpot
    We use HubSpot to send you more timely and relevant email content. To do this, we collect data about your online behavior and your interaction with the emails we send. Data collected may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, email open rates, links clicked, and others. HubSpot Privacy Policy
    Twitter
    We use Twitter to deploy digital advertising on sites supported by Twitter. Ads are based on both Twitter data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Twitter has collected from you. We use the data that we provide to Twitter to better customize your digital advertising experience and present you with more relevant ads. Twitter Privacy Policy
    Facebook
    We use Facebook to deploy digital advertising on sites supported by Facebook. Ads are based on both Facebook data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Facebook has collected from you. We use the data that we provide to Facebook to better customize your digital advertising experience and present you with more relevant ads. Facebook Privacy Policy
    LinkedIn
    We use LinkedIn to deploy digital advertising on sites supported by LinkedIn. Ads are based on both LinkedIn data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that LinkedIn has collected from you. We use the data that we provide to LinkedIn to better customize your digital advertising experience and present you with more relevant ads. LinkedIn Privacy Policy
    Yahoo! Japan
    We use Yahoo! Japan to deploy digital advertising on sites supported by Yahoo! Japan. Ads are based on both Yahoo! Japan data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Yahoo! Japan has collected from you. We use the data that we provide to Yahoo! Japan to better customize your digital advertising experience and present you with more relevant ads. Yahoo! Japan Privacy Policy
    Naver
    We use Naver to deploy digital advertising on sites supported by Naver. Ads are based on both Naver data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Naver has collected from you. We use the data that we provide to Naver to better customize your digital advertising experience and present you with more relevant ads. Naver Privacy Policy
    Quantcast
    We use Quantcast to deploy digital advertising on sites supported by Quantcast. Ads are based on both Quantcast data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Quantcast has collected from you. We use the data that we provide to Quantcast to better customize your digital advertising experience and present you with more relevant ads. Quantcast Privacy Policy
    Call Tracking
    We use Call Tracking to provide customized phone numbers for our campaigns. This gives you faster access to our agents and helps us more accurately evaluate our performance. We may collect data about your behavior on our sites based on the phone number provided. Call Tracking Privacy Policy
    Wunderkind
    We use Wunderkind to deploy digital advertising on sites supported by Wunderkind. Ads are based on both Wunderkind data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Wunderkind has collected from you. We use the data that we provide to Wunderkind to better customize your digital advertising experience and present you with more relevant ads. Wunderkind Privacy Policy
    ADC Media
    We use ADC Media to deploy digital advertising on sites supported by ADC Media. Ads are based on both ADC Media data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that ADC Media has collected from you. We use the data that we provide to ADC Media to better customize your digital advertising experience and present you with more relevant ads. ADC Media Privacy Policy
    AgrantSEM
    We use AgrantSEM to deploy digital advertising on sites supported by AgrantSEM. Ads are based on both AgrantSEM data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that AgrantSEM has collected from you. We use the data that we provide to AgrantSEM to better customize your digital advertising experience and present you with more relevant ads. AgrantSEM Privacy Policy
    Bidtellect
    We use Bidtellect to deploy digital advertising on sites supported by Bidtellect. Ads are based on both Bidtellect data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Bidtellect has collected from you. We use the data that we provide to Bidtellect to better customize your digital advertising experience and present you with more relevant ads. Bidtellect Privacy Policy
    Bing
    We use Bing to deploy digital advertising on sites supported by Bing. Ads are based on both Bing data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Bing has collected from you. We use the data that we provide to Bing to better customize your digital advertising experience and present you with more relevant ads. Bing Privacy Policy
    G2Crowd
    We use G2Crowd to deploy digital advertising on sites supported by G2Crowd. Ads are based on both G2Crowd data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that G2Crowd has collected from you. We use the data that we provide to G2Crowd to better customize your digital advertising experience and present you with more relevant ads. G2Crowd Privacy Policy
    NMPI Display
    We use NMPI Display to deploy digital advertising on sites supported by NMPI Display. Ads are based on both NMPI Display data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that NMPI Display has collected from you. We use the data that we provide to NMPI Display to better customize your digital advertising experience and present you with more relevant ads. NMPI Display Privacy Policy
    VK
    We use VK to deploy digital advertising on sites supported by VK. Ads are based on both VK data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that VK has collected from you. We use the data that we provide to VK to better customize your digital advertising experience and present you with more relevant ads. VK Privacy Policy
    Adobe Target
    We use Adobe Target to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Adobe Target Privacy Policy
    Google Analytics (Advertising)
    We use Google Analytics (Advertising) to deploy digital advertising on sites supported by Google Analytics (Advertising). Ads are based on both Google Analytics (Advertising) data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Google Analytics (Advertising) has collected from you. We use the data that we provide to Google Analytics (Advertising) to better customize your digital advertising experience and present you with more relevant ads. Google Analytics (Advertising) Privacy Policy
    Trendkite
    We use Trendkite to deploy digital advertising on sites supported by Trendkite. Ads are based on both Trendkite data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Trendkite has collected from you. We use the data that we provide to Trendkite to better customize your digital advertising experience and present you with more relevant ads. Trendkite Privacy Policy
    Hotjar
    We use Hotjar to deploy digital advertising on sites supported by Hotjar. Ads are based on both Hotjar data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Hotjar has collected from you. We use the data that we provide to Hotjar to better customize your digital advertising experience and present you with more relevant ads. Hotjar Privacy Policy
    6 Sense
    We use 6 Sense to deploy digital advertising on sites supported by 6 Sense. Ads are based on both 6 Sense data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that 6 Sense has collected from you. We use the data that we provide to 6 Sense to better customize your digital advertising experience and present you with more relevant ads. 6 Sense Privacy Policy
    Terminus
    We use Terminus to deploy digital advertising on sites supported by Terminus. Ads are based on both Terminus data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Terminus has collected from you. We use the data that we provide to Terminus to better customize your digital advertising experience and present you with more relevant ads. Terminus Privacy Policy
    StackAdapt
    We use StackAdapt to deploy digital advertising on sites supported by StackAdapt. Ads are based on both StackAdapt data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that StackAdapt has collected from you. We use the data that we provide to StackAdapt to better customize your digital advertising experience and present you with more relevant ads. StackAdapt Privacy Policy
    The Trade Desk
    We use The Trade Desk to deploy digital advertising on sites supported by The Trade Desk. Ads are based on both The Trade Desk data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that The Trade Desk has collected from you. We use the data that we provide to The Trade Desk to better customize your digital advertising experience and present you with more relevant ads. The Trade Desk Privacy Policy
    RollWorks
    We use RollWorks to deploy digital advertising on sites supported by RollWorks. Ads are based on both RollWorks data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that RollWorks has collected from you. We use the data that we provide to RollWorks to better customize your digital advertising experience and present you with more relevant ads. RollWorks Privacy Policy

    Are you sure you want a less customized experience?

    We can access your data only if you select "yes" for the categories on the previous screen. This lets us tailor our marketing so that it's more relevant for you. You can change your settings at any time by visiting our privacy statement

    Your experience. Your choice.

    We care about your privacy. The data we collect helps us understand how you use our products, what information you might be interested in, and what we can improve to make your engagement with Autodesk more rewarding.

    May we collect and use your data to tailor your experience?

    Explore the benefits of a customized experience by managing your privacy settings for this site or visit our Privacy Statement to learn more about your options.