AU Class
AU Class
class - AU

Build the Matrix City of Machines Using USD Across the Maya Tool Sets

共享此课程
在视频、演示文稿幻灯片和讲义中搜索关键字:

说明

Learn how to use USD across the Maya tool set to help solve the problem of being able to store, edit, and export complex asset data like modeling, materials, lighting, and shading variations in a single USD container. This also allows users to transport and share these data across different software products along various stages of a pipeline non-destructively and without any loss of fidelity. Create, edit, and share complex USD prototypes with multiple variants, purposes, and so on, using only the Maya tool sets. Finally, use the power of Maya Bifrost to procedurally create an entire city of pods from one unique module by creating complex prototypes and USD Point Instancer that can be rendered easily with the Arnold MtoA plug-in.

主要学习内容

  • Learn about store modeling, animation, lighting, and shading data with multiple variants in a single USD container.
  • Learn how to create, edit, and share complex USD prototypes using only the Maya tool set.
  • Learn how to purpose USD data easily with Maya, Arnold, and Bifrost as “proxy and render” data for better viewport performance.
  • Learn about building Modify and Edit USD content procedurally with Bifrost and rendering trillions of polys with Arnold fast and efficiently.

讲师

Video Player is loading.
Current Time 0:00
Duration 41:20
Loaded: 0.40%
Stream Type LIVE
Remaining Time 41:20
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

SEBASTIAN ORTEGA: Hello, and welcome to this Autodesk University session. Today we'll show how to use USD inside of Maya in order to create and render complex scenes using the Maya tool set, so Maya USD Bifrost USD, and Arnold. I'm Sebastian, I work in the Arnold team at Autodesk. And on my side, I will start by doing first a technical overview of how all these different plug-ins work inside of Maya, how they interact together. And after that, you will see practical examples, more detailed use cases, and about how to get the images that you want.

So most of what we will show today is done with software that was already released, but we will also be showing some tools that haven't been released in Maya yet, so for that, please read this Safe Harbor Statement. Be aware that all this is work in progress, and do not make any purchasing decisions based on it.

OK. Most of you must already know that USD is the scene description format meant for content creation, and that has been developed by Pixar. It is meant to handle complex production scenes. In collaborative workflows, it's designed to be extensible. And so how do we support USD in Arnold, it's all exposed in the project called Arnold-USD, which is open sourced on GitHub at this address that you can see. Everything is public, so the source code the tickets, the triage, the roadmaps, so I welcome everyone to take a look, post the features requests, report bugs and so on. And if you look at it, you will see that USD has been a very, very active area of development in the Arnold team in the last few years.

So in the list of things that Arnold USD can do, an important one that we'll cover here is that it makes USD a file format for Arnold which means that everything that can be represented in Arnold, or everything that can be rendered in Arnold, can also be represented in the USD description. So for that, we've needed to do some extensions to USD to represent all the Arnold-specific nodes and that happens to what USD calls schemas. So we declare all the Arnold schemas in USD, all the Arnold shaders, and that allows us to have exactly what we need for USD.

We can then load the USD files and, for example, render them in Arnold. And we can also save them, and so we can offer USD files with exactly all the Arnold data that we want and then we can even render them in standalone. So the standalone command line for Arnold is called kick, and so kicking the USD file will really give you the final rendered image.

OK. So another open source project is Maya USD. We also welcome you to participate to this project. And what Maya USD allows you to do, for example, is to take a Maya scene with Maya native objects and export this as USD. So you will have a USD file with all the Maya nodes and you can then either reuse it in Maya or use it in other 3D applications that support USD. And what is interesting is that the Maya USD export framework is extensible, so we can customize it to add what we need for it.

Then, this USD file, you can either import it back to Maya and, which will recreate all the objects inside of Maya, but this is not what we want to show here. We want to stay as much as possible in the USD framework and so we're going to use something called the USD Proxy Shape, which is a single node in Maya, but inside of it, you will have the whole contents of the USD scene. So you can go in the outliner, you will see everything from the USD scene, you can select them, see them being highlighted in the viewport, see the attributes in the Attribute Editor, edit what you want. You can also have the Arnold manipulators to move and hide objects, et cetera.

And so it really feels like all these are Maya objects, but it's actually just one single node inside of Maya which makes it more lightweight. You can create USD primitives at any point of the hierarchy through the outliner, and that also works with custom schemas, and you have this window called the USD Layer Editor that you can see at the right. That shows all the layers in the current scene, so the USD scene is typically made of lots of different files, which is called the layer in the USD lingo.

And so five, four different assets are for different stages of the pipeline, one for modeling, one for Lookdev one for lighting. And this window really shows you all the files and allows you to, for example, disable, enable some of them so that you can change what you want to see. And also, when you do your edits, you can choose in which of these layers the edits are going to go. So here, for example, you select one specific layer. You move objects or hide them, and then if you want to save back your USD scenes, all these edits are going to go in this specific file.

So how does Maya USD work with Arnold? Well, we say that Maya USD can export USD files and that Arnold USD also can export USD files. So now, in Maya USD, you have this option called Plug-in Configuration that is meant to customize the export, and when you set it to Arnold, you will have all the Arnold data that you need on top of what Maya USD has exported. So you have the Arnold nodes like aiSkydome Light, aiStandin, et cetera. You have all the Arnold shaders that are going to be saved in the Arnold-rendered context, and you will also have Arnold attributes on top of built-in nodes. Because, in Maya, when you have meshes or lights, et cetera, you always have an Arnold section with specific attributes for Arnold which are really important in production scenes.

And finally, also, you have the Arnold render settings, which are needed if you want to render your scene in standalone using kick. We also expose the Arnold schemas so that Maya USD can find them and so that you can create any Arnold primitive at any point of the stage. And the most important one, probably, is that if you load a USD scene in the Proxy Shape and click Render, it's going to render your scene in Arnold as it is in Maya USD as it shows in the viewport. And that happens because the USD scene is shared in memory between Maya USD and Arnold, so whatever you do in Maya USD, if you hide objects, move stuff, et cetera, it will be reflected in the Arnold rendering because it's really the same data that is seen by both. So that's really important to have a good fidelity of the render, and also it's efficient this way because the scene is all in memory.

So far, we have a workflow where you can have traditional scenes in Maya with the modeling, with the Lookdev done in Maya Hypershade. You can save out your assets as USD. You can assemble them and create your shots, your layouts, do overrides, do your lighting. So you can already do a lot of different things, but in production scene, one thing that is really interesting in particular these days is to create data procedurally, and that's where Bifrost comes into play.

So you probably know that Bifrost is a tool for visual programming. Yeah, it's a tool for visual programming to create simulation, fluids, instancing, everything in a procedural way. And so you have a Bifrost graph, you have all your nodes, and you can create very complex things with that. It's all integrated in Maya, it renders in Arnold, and it's extensible through what we call compounds.

So you can create a compound that is going to include a more complex Bifrost graph inside. And using these compounds, and a bit more, Bifrost was extended to become Bifrost USD. So this time, it's the same graph but the nodes are actually representing USD data and they kind of expose the USD API. So you can use two nodes to create USD nodes geometries or you can load the USD file in to edit, assemble your scenes, and you can do all this procedurally, and all this is integrated with Maya USD. So it will create a USD Proxy Shape and you will see in the outliner the exact hierarchy of what you have created, because once again, the memory is shared between Bifrost USD and Maya USD. And as you can guess, if you render it, it's going to render the same way in Arnold because it's, once again, the same USD data that is shared in memory across the three different tools.

And yeah, so now you really have a framework where you can either create your scenes in Maya in a traditional way or create them procedurally. You can do instances, you have a lot of very interesting tools to assemble your scene, as you will see later. And for Look-dev, currently, the best way is to create your shading trees in Maya Hypershade and then export them to USD.

But then you can edit the shader attributes, as I've shown before, or if you really want to do big changes, you would have to re-import the shaders back to Maya and re-modify them in Hypershade, which is not ideal, which is why we have been working on a new tool to be shaped in Maya in the future that hasn't been released yet, which is called Lookdev X, where you can really load shading trees in USD, edit them, save them out, et cetera, as a complement to everything else that I've shown.

You can create Arnold shaders, Arnold-specific shaders, but you can also create material X shaders that will render in Arnold but that could also render in other renderers that supports the material X. And that's all for the theoretical part, now I will leave it to John Paul who's going to show all this in more practical workflows.

JEAN PAUL GIANCARLO: Well thank you, Sebastian, for that great technical overview. My name is Jean Paul Giancarlo. I'm going to be presenting how I built a matrix city of machines, as a use case, and that was built procedurally using all the USD tools available inside of Maya.

This example, again, we're going to be showing how to create procedurally a city. We're going to also see how to create modular USD prototypes and get some composition arc like variants, also in a non-destructive workflow. And it's also using the opinion-based layer system, so this is really one of the advantages of USD. It's just a non-destructive way of work.

OK, so just the agenda. As you may see, we have the technical overview, and now we're going to see a little bit of how you can create, edit, load and work with USD inside of Maya, so we're going to be assembling layout, show some assembling layout workflows. I'm going to show you very quickly how that Maya USD plug-in works, and then finally, we're going to procedurally build that city using Bifrost.

So in order to create a USD model, Maya USD, the import/export workflows, that really let artists import USD data as intrinsic metadata or export intrinsic metadata as USD data, so artists really can use Maya's tools and workflows to create and export models for the USD pipeline so they can then re-import it to make further edits if necessary.

So with this assembly layout workflow, I'm going to break it into three tasks. First, we're going to be creating a model, which is pretty much stats, data translation, so the import of data. And we're going to take the USD data on disk and make it Maya data in memory, and vice-versa. So from there, we were just going to generate use the asset. And really, it's just going to be a bunch of assets created in USD which then you can pull from. To define different variants, we create a set. Then, when we create the set procedurally, using that USD data that we created on disk. And those are the three tasks that we need to do in order to create a layout workflow, and this one we're going to be seeing today.

So first, I'm just going to click Play on this video that I prerecorded where we're going to be seeing the export, import and work, how to work with USD inside of Maya.

[VIDEO PLAYBACK]

- In order to export an object that's USD, all you need to do is select and go to File, Export Selection. Now you see you have File Type, USD. I assume I see there's a few options, to keep, include options. You can also set the plugin configuration to Arnold and you have the ability to export as ASCII or binary. You just give it a name of the [INAUDIBLE] scope. They have different motions like subdivision methods to keep geometry information; Color sets, UV sets, skeletons. skin clusters, length shapes, display colors. You can also say if this USD Preview surface or material x preview surface. Set to save animation data and all this stuff. I'm going to export selection, replace that one, and done.

There are different ways you can bring in a USD file from Maya. You can either go to Create, Universal Scene Description, Stage from File. Let's go find out. So you see, you have a prim path, low pay loads, et cetera, and I'm going to go find that specific file. So, let's save it here, USD, and that gives us this particular object, as you might see, with the actual name as a layer. So that works pretty quickly, as you might see.

Another way you can bring in information, you can delete this now, is via Bifrost graph. So for that, you can create a new graph. I'm going to delete that input because I don't need it, and I'm going to create an add to stage node. That add to stage node gives us the ability to basically bring the USD file in.

So you see, you have some inputs and some information on this side here that you can use. For this time, I'm going to pretty much just bring up prim definition. When I create a node, you will see, by right-clicking on that, it gives me this particular dev or X form. If I go here, you will see in here, it's actually seen. Make sure you have shapes enabled as Bifrost graph shape.

So if I now create an output, you will see it will give me a USD proxy 1. So if I expand that, you will see that it's seen as translate. It's foreign data, but it's a translate. So now, all I need to do is, go back here and change that and give it a name. This one's going to say kill pod, and that will be renamed automatically here. Now, next thing is to create a reference definition. So I can create a reference and then a layer. Now all I need to do is go find my object again. USD. See, it's back to the same thing. As you see, this here now is a unshareable layer, so you are doing everything inside of Bifrost.

OK. All right. So last thing, I'm going to delete all this stuff, collapse that, and we're going to unhide the pod. Now, we can also have the ability to create a scene stage with new layer. That creates an anonymous layer and it gives us this stage, Shape 1. So now what we can do is, we can grab all the subjects and duplicate two as my US data to stage one.

Now you see that appears here. I can isolate that. That comes in USD form. All I need to do now is repeat the steps, just creating that, add in my cables, and the rest of the geometry. OK. Now that that's done, I can hide that object. And you will see, the information here is kept, all that information is here, and now I have a few options.

You can see that the Maya data leaves in gray alongside with the USD foreign data. Now, what I can do, I can select all the objects in the screen. I have the ability to change things, like rotations here. I can do all these operations in USD format. But say I wanted to edit. I wanted to match this transform to that other transform, all I need to do, in this case, is grab that and edit as Maya data. Same with this one, going to find it and edit it as Maya data.

As you can see, I have now the ability to edit it. So now I can do or perform any changes, like for example, modify faces, and do whatever I want. But I also have the ability now to match, say, transforms like, say, modify and match rotations. Once that's done, I can just merge to USD, and that goes back into this part. So that's some of the operations that you can do inside of Maya as USD as you work normally.

You also have the ability to snap a line. So if you want to snap to a specific object, say I want to bring this sphere and snap it here somewhere, I have the ability to do so. So you can see, it's quite fast. See that there? So snap two points, it works quite nicely. It is quite fast.

So one last step, once you're finished editing, is just to save the session layer. So at the moment, it's an anonymous layer. So what you're going to do is, click in here, and just go find where we want to save that. In this case, I'm going to save it right over here. As you see, I have a pod USD. I can either save on top of that or just give it another name, say Pod version 02, save that. That replaces that in here, so I can save the stage. Now the stage is saved, and I can start bringing it in a different object or in a different scene.

So another way to bring in USD data is through Arnold as a stand-in. So you can click in here, go find your USD, and that will bring it in as a stand-in USD. So you have the ability to change view draw mode, viewport draw mode. You can see the different types. You see Shaded, that's going to give you the actual pod in there. Now you have the ability to work Arnold procedurals, so alembic settings, if you do have certain alembic settings. And you can also add different looks, create a new look, for example. You can see the contents of the file over here, and you can also add specific assignments like a new shader or add an operator like this. And if you show the graph, you will see everything in here.

So regardless of how you import your data as USD, or you how do you bring in your USD data into Maya, you can, as long as you use the Arnold render, Arnold plug-in configuration when exporting, you should be able to see every single texture from Arnold. So again, if you use this, it's going to support all of your textures and all your lighting information, and you will be able to see it. So just a quick render just to show how accurate that looks, and it doesn't matter if you bring it through Arnold or if you bring it through the Bifrost graph or Maya directly. You're always going to get your results and for every single variant, you'll be able to see your render.

[END PLAYBACK]

JEAN PAUL GIANCARLO: OK. So that was covering the export/import work with USD. Now we're going to see how to assemble an asset variance and define the model view per purpose, so proxy and render. These are also composition arcs, or variants, and we're going to get an asset ready so we can then later procedurally build an entire environment.

[VIDEO PLAYBACK]

- OK. So one of the advantages of USD is it gives you the ability to create and purpose an asset for specific uses. In this case, composition arcs, we're going to be using in order to create different variants of the model. For that, first thing I want to do is create a stage, Add to Stage. See, I created a proxy shape, shape 1. Now I'm going to create a new definition, this one I'm going to call it Pod Asset in this case, because it's going to have different types of variants, different type of things.

One thing you want to make sure, it's set to default, but this one's going to be the one we're going to be using for rendering. So by default, it's set to proxy, so you want to check both for the moment so you see everything, otherwise you won't see the result on screen. So now that we have done that, we're going to create a new variant set.

The variant set, we're going to call it Pod_Vars for variants, and then I'm going to select my Pod_Off which is the one by default. Now from here, I'm going to create a new children, and this children is going to be my very first pod. So Pod_Off is the name of this one, and I'm going to copy this information from the variant set back into the variant set name. Then again, the selection is just going back to here.

So now that you've seen this, basically that you set this up, you now can see in the outliner that it has a new icon as a V4 composition act variant. If I right-click, you see it appears right over here. Now it's a new variant set, so now what we need to do is start bringing in a reference, or a reference definition. Why we're using a reference definition? Because we want to be able to change without breaking anything, so non-destructively.

So now that we've done this, now we can pretty much make sure. Let's go find that asset. See, it's over here. So we see some textures, in this case. So now what we can do is just bring the rest of the variants in. You either can copy and paste this for your convenience, and then just change these, for example, to On.

Go find that On pod, and pipe it in. So now I have the ability, again, to see different variants, for on or off. You see, there was a slight change. Let's go back again. A slight change, a different object. Yeah, and finally I can bring one more variant, and you can store as many as you will, if you want. In this case, it's going to be an open version of the pod. And again, all I need to do is go into the layer.

I think I broke that, so let me fix it.

OK. And now, you will see, I have the three variants, Off, On, Open, with the open version, on and off. OK, so one last thing now. I'm going to bring in another children from the pod asset, in this case, for the USD prim, and I'm going to call this Pod_Proxy. In this case, instead of default, I'm going to set it to Proxy. No variant sets, no need for that, so I'm going to create another reference definition. It goes back to the top, another layer. Then I'm going to go find that proxy file. OK.

OK, now that I have done this, I can go back into the outliner, select this guy here. If I go to the Attribute Editor, you will see I have to uncheck that, and see just a proxy version of it. So now I have my full versions, which I can see in different versions, and I also have to be able to see just a proxy shape on the screen.

Now let's have a closer look at the anatomy of this particular asset set-up inside of Bifrost. So you can see, recapping, you have the pod asset that we created first. Then we could have variant sets, one children for proxy, and one children for renders. The proxy, we created another X form where we reference in the proxy. Then for this one, we created a Pod Open, the X form we referenced it in, so on and so forth. That, in order for us to see again or have the ability to see this version or that other version. So we could also access different types of variants on screen. We're doing this so we can optimize the way we work and make it more memory efficient as we start adding more and more instances of this specific module of a pod.

[END PLAYBACK]

JEAN PAUL GIANCARLO: OK, now that you've seen how to assemble an asset and add variants and define the purpose, I'm just going to start showing you how to build an entire environment procedurally with Bifrost. So how we're going to go now, we're going to build construct points using the USD Point Instancer, and we're going to set prototype definitions using an existing prim path.

[VIDEO PLAYBACK]

- So next step, I'm going to show you how to build a full tower or a building out of just this one particular module, procedurally using Bifrost techniques. So let's start by adding an add to stage node. As I want this to have to coexist, we leave in a separate structure over here. So I'm going to cut this, going to connect that to that, and then back to add to stage.

OK. So next step, I'm just going to add a new prim definition. This one here, I'm going to call Pod_Tower, which is what we are going to build right now. And from here, I'm going to create a new children, and the new children, I'm going to create a point instancer. A point instancer node. And for the points, I'm going to be using a compound that was already pre-built by a colleague of mine, [INAUDIBLE] and I'll explain how that works in a little bit, and I use that to connect to my points.

Now, next is to build the prototype definitions. So for that, I'm going to create another USD Prim, and this one I'm going to call it just Tower. Good. And from here, now I can start creating a reference definition. So this time around, what I want to do, instead of using the USD that I might have exported before, I want to use a specific prim path. So for the prim path, let me bring this up here. What I want to use is this pod asset, which is over here. So I'm going to just copy that, and I'm going to input that into the value over here. So now you have seen, now that I've done this, let me adjust my camera clip settings. Basically, I just created a full tower out of just that one particular module, which I can now just, say, pretty much a radial count, you can see here. Oh, the vertical count. You can add more or less, say, stories to that particular build.

Now, let's kind of dissect these construct points pretty quickly, how that works. So all this is doing here is finding out the distance between that first pod module and the origin, then it's putting them all into different arrays and adding a pi node in order to kind of figure out the circumference, and pretty much starting to multiply. So then, you can obviously start adding different amounts.

So let's say, if I set that to zero, I only have at the moment. Actually, let me do just one. So you see, and I'm going to set this to one. So now I have just 1 over here, so if I adjust a radial count to two, see it goes right on the other side, that's because it's finding out the distance between this and here and it's multiplying it, and it's just going in the other side. So, say, instead of three, six, and as you can see, it's just multiplied around that. So I know, by fact, that it's 27 sites, so I can complete a full tower over here.

So last step, I'm going to show you how now I can create a full city out of this one particular building. And it goes the same way, now, let's inspect the outliner. As you can see, I first created in pod asset, then I created a pod tower as a separate group, and now also another separate group I'm going to bring all the city. So it's pretty much the same thing, I'm going to do another add to stage, which is over here. I'm going to connect that to that, this to this.

OK, and let's, I guess, move it over here, just go up. And I'm going to create another prim definition, or actually, I can create just a point instancer, go directly to a point instancer now. So I create these instancers here, and so for the points, I'm going to create a scatter.

Scatter points, and then connect that to the points. And let's create, pretty quickly, a plane. So let's have a plane, as big as we can. Let's expand these again, it's a big city. OK. Let's pull the shape. Let's make that a little bit bigger. And now if I right-click and hold, bring that over here, now I can simply connect that as my geometry.

And for the prototype definitions, I'm going to create a new USD Prim. I'm going to do the same thing we did before. These, we're going to call it City. We're going to create a reference definition, and then we're going to specify a prim path. Before we do, I'm going to take that amount from 1,000, which is the default, to, say, just 10 just to start, so it's not too crazy over there.

And what we want to do now, is the same thing, just copy the pod tower that we created before, and just going to put it into the value here. Hit Enter, and you see now we have procedurally built kind of a city. So we pretty much just scatter across the plane, which then can now be modified, a change and whatever, because it's all built procedurally. We can change things like blue noise, we can add more buildings, we can have 20 building, or as many as we can. And because this is all built procedurally, we can still adjust. See the vertical Cam, if we want to have smaller ones or bigger ones, and we could even bigger, add taller buildings.

And yeah, I think you get the idea how you can build a full city procedurally with USD, Bifrost, Maya, and Arnold. OK, so now that we're finished assembling the scene procedurally with Bifrost, last step is just to save these. It's a whole package. So there's a node called Save USD. Add stage. All we need to do is connect that to there and these to there, and now all I need to do is just, first, go save where I'm going to go, and place it or find a place where I'm going to save this. This one's going to be called Matrix City EMV, for environment, save that. And all I need to do now is save here, save in Maya file, and we are good to go.

Now, as you might see, it's being saved as a relative path. I can uncheck this now, and I'm good to load it in a separate scene. Now, let's just go ahead and do that. So I'm going to create a new scene, and save everything, and now we can simply go and create stage from file. City environment.

That is huge. Sorry. Ten. There you go, now we've successfully loaded all those buildings into a new scene. So next step is going to be then, maybe bring in new layers where we can create maybe some passes for animation, some passes for VFX, et cetera, so on and so forth.

[END PLAYBACK]

JEAN PAUL GIANCARLO: All right. So that completed the full use case. I know it's a little bit simple, but you get the idea. I know there's a lot that you can do with USD and Bifrost procedurally. So, yeah, thank you everybody for attending this Autodesk University talk. I hope you enjoyed it, and thanks again.

Downloads

______
icon-svg-close-thick

Cookie 首选项

您的隐私对我们非常重要,为您提供出色的体验是我们的责任。为了帮助自定义信息和构建应用程序,我们会收集有关您如何使用此站点的数据。

我们是否可以收集并使用您的数据?

详细了解我们使用的第三方服务以及我们的隐私声明

绝对必要 – 我们的网站正常运行并为您提供服务所必需的

通过这些 Cookie,我们可以记录您的偏好或登录信息,响应您的请求或完成购物车中物品或服务的订购。

改善您的体验 – 使我们能够为您展示与您相关的内容

通过这些 Cookie,我们可以提供增强的功能和个性化服务。可能由我们或第三方提供商进行设置,我们会利用其服务为您提供定制的信息和体验。如果您不允许使用这些 Cookie,可能会无法使用某些或全部服务。

定制您的广告 – 允许我们为您提供针对性的广告

这些 Cookie 会根据您的活动和兴趣收集有关您的数据,以便向您显示相关广告并跟踪其效果。通过收集这些数据,我们可以更有针对性地向您显示与您的兴趣相关的广告。如果您不允许使用这些 Cookie,您看到的广告将缺乏针对性。

icon-svg-close-thick

第三方服务

详细了解每个类别中我们所用的第三方服务,以及我们如何使用所收集的与您的网络活动相关的数据。

icon-svg-hide-thick

icon-svg-show-thick

绝对必要 – 我们的网站正常运行并为您提供服务所必需的

Qualtrics
我们通过 Qualtrics 借助调查或联机表单获得您的反馈。您可能会被随机选定参与某项调查,或者您可以主动向我们提供反馈。填写调查之前,我们将收集数据以更好地了解您所执行的操作。这有助于我们解决您可能遇到的问题。. Qualtrics 隐私政策
Akamai mPulse
我们通过 Akamai mPulse 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Akamai mPulse 隐私政策
Digital River
我们通过 Digital River 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Digital River 隐私政策
Dynatrace
我们通过 Dynatrace 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Dynatrace 隐私政策
Khoros
我们通过 Khoros 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Khoros 隐私政策
Launch Darkly
我们通过 Launch Darkly 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Launch Darkly 隐私政策
New Relic
我们通过 New Relic 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. New Relic 隐私政策
Salesforce Live Agent
我们通过 Salesforce Live Agent 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Salesforce Live Agent 隐私政策
Wistia
我们通过 Wistia 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Wistia 隐私政策
Tealium
我们通过 Tealium 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Tealium 隐私政策
Upsellit
我们通过 Upsellit 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Upsellit 隐私政策
CJ Affiliates
我们通过 CJ Affiliates 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. CJ Affiliates 隐私政策
Commission Factory
我们通过 Commission Factory 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Commission Factory 隐私政策
Google Analytics (Strictly Necessary)
我们通过 Google Analytics (Strictly Necessary) 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Google Analytics (Strictly Necessary) 隐私政策
Typepad Stats
我们通过 Typepad Stats 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Typepad Stats 隐私政策
Geo Targetly
我们使用 Geo Targetly 将网站访问者引导至最合适的网页并/或根据他们的位置提供量身定制的内容。 Geo Targetly 使用网站访问者的 IP 地址确定访问者设备的大致位置。 这有助于确保访问者以其(最有可能的)本地语言浏览内容。Geo Targetly 隐私政策
SpeedCurve
我们使用 SpeedCurve 来监控和衡量您的网站体验的性能,具体因素为网页加载时间以及后续元素(如图像、脚本和文本)的响应能力。SpeedCurve 隐私政策
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

改善您的体验 – 使我们能够为您展示与您相关的内容

Google Optimize
我们通过 Google Optimize 测试站点上的新功能并自定义您对这些功能的体验。为此,我们将收集与您在站点中的活动相关的数据。此数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID 等。根据功能测试,您可能会体验不同版本的站点;或者,根据访问者属性,您可能会查看个性化内容。. Google Optimize 隐私政策
ClickTale
我们通过 ClickTale 更好地了解您可能会在站点的哪些方面遇到困难。我们通过会话记录来帮助了解您与站点的交互方式,包括页面上的各种元素。将隐藏可能会识别个人身份的信息,而不会收集此信息。. ClickTale 隐私政策
OneSignal
我们通过 OneSignal 在 OneSignal 提供支持的站点上投放数字广告。根据 OneSignal 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 OneSignal 收集的与您相关的数据相整合。我们利用发送给 OneSignal 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. OneSignal 隐私政策
Optimizely
我们通过 Optimizely 测试站点上的新功能并自定义您对这些功能的体验。为此,我们将收集与您在站点中的活动相关的数据。此数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID 等。根据功能测试,您可能会体验不同版本的站点;或者,根据访问者属性,您可能会查看个性化内容。. Optimizely 隐私政策
Amplitude
我们通过 Amplitude 测试站点上的新功能并自定义您对这些功能的体验。为此,我们将收集与您在站点中的活动相关的数据。此数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID 等。根据功能测试,您可能会体验不同版本的站点;或者,根据访问者属性,您可能会查看个性化内容。. Amplitude 隐私政策
Snowplow
我们通过 Snowplow 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Snowplow 隐私政策
UserVoice
我们通过 UserVoice 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. UserVoice 隐私政策
Clearbit
Clearbit 允许实时数据扩充,为客户提供个性化且相关的体验。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。Clearbit 隐私政策
YouTube
YouTube 是一个视频共享平台,允许用户在我们的网站上查看和共享嵌入视频。YouTube 提供关于视频性能的观看指标。 YouTube 隐私政策

icon-svg-hide-thick

icon-svg-show-thick

定制您的广告 – 允许我们为您提供针对性的广告

Adobe Analytics
我们通过 Adobe Analytics 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Adobe Analytics 隐私政策
Google Analytics (Web Analytics)
我们通过 Google Analytics (Web Analytics) 收集与您在我们站点中的活动相关的数据。这可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。我们使用此数据来衡量我们站点的性能并评估联机体验的难易程度,以便我们改进相关功能。此外,我们还将使用高级分析方法来优化电子邮件体验、客户支持体验和销售体验。. Google Analytics (Web Analytics) 隐私政策
AdWords
我们通过 AdWords 在 AdWords 提供支持的站点上投放数字广告。根据 AdWords 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 AdWords 收集的与您相关的数据相整合。我们利用发送给 AdWords 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. AdWords 隐私政策
Marketo
我们通过 Marketo 更及时地向您发送相关电子邮件内容。为此,我们收集与以下各项相关的数据:您的网络活动,您对我们所发送电子邮件的响应。收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、电子邮件打开率、单击的链接等。我们可能会将此数据与从其他信息源收集的数据相整合,以根据高级分析处理方法向您提供改进的销售体验或客户服务体验以及更相关的内容。. Marketo 隐私政策
Doubleclick
我们通过 Doubleclick 在 Doubleclick 提供支持的站点上投放数字广告。根据 Doubleclick 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Doubleclick 收集的与您相关的数据相整合。我们利用发送给 Doubleclick 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Doubleclick 隐私政策
HubSpot
我们通过 HubSpot 更及时地向您发送相关电子邮件内容。为此,我们收集与以下各项相关的数据:您的网络活动,您对我们所发送电子邮件的响应。收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、电子邮件打开率、单击的链接等。. HubSpot 隐私政策
Twitter
我们通过 Twitter 在 Twitter 提供支持的站点上投放数字广告。根据 Twitter 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Twitter 收集的与您相关的数据相整合。我们利用发送给 Twitter 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Twitter 隐私政策
Facebook
我们通过 Facebook 在 Facebook 提供支持的站点上投放数字广告。根据 Facebook 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Facebook 收集的与您相关的数据相整合。我们利用发送给 Facebook 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Facebook 隐私政策
LinkedIn
我们通过 LinkedIn 在 LinkedIn 提供支持的站点上投放数字广告。根据 LinkedIn 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 LinkedIn 收集的与您相关的数据相整合。我们利用发送给 LinkedIn 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. LinkedIn 隐私政策
Yahoo! Japan
我们通过 Yahoo! Japan 在 Yahoo! Japan 提供支持的站点上投放数字广告。根据 Yahoo! Japan 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Yahoo! Japan 收集的与您相关的数据相整合。我们利用发送给 Yahoo! Japan 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Yahoo! Japan 隐私政策
Naver
我们通过 Naver 在 Naver 提供支持的站点上投放数字广告。根据 Naver 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Naver 收集的与您相关的数据相整合。我们利用发送给 Naver 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Naver 隐私政策
Quantcast
我们通过 Quantcast 在 Quantcast 提供支持的站点上投放数字广告。根据 Quantcast 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Quantcast 收集的与您相关的数据相整合。我们利用发送给 Quantcast 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Quantcast 隐私政策
Call Tracking
我们通过 Call Tracking 为推广活动提供专属的电话号码。从而,使您可以更快地联系我们的支持人员并帮助我们更精确地评估我们的表现。我们可能会通过提供的电话号码收集与您在站点中的活动相关的数据。. Call Tracking 隐私政策
Wunderkind
我们通过 Wunderkind 在 Wunderkind 提供支持的站点上投放数字广告。根据 Wunderkind 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Wunderkind 收集的与您相关的数据相整合。我们利用发送给 Wunderkind 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Wunderkind 隐私政策
ADC Media
我们通过 ADC Media 在 ADC Media 提供支持的站点上投放数字广告。根据 ADC Media 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 ADC Media 收集的与您相关的数据相整合。我们利用发送给 ADC Media 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. ADC Media 隐私政策
AgrantSEM
我们通过 AgrantSEM 在 AgrantSEM 提供支持的站点上投放数字广告。根据 AgrantSEM 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 AgrantSEM 收集的与您相关的数据相整合。我们利用发送给 AgrantSEM 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. AgrantSEM 隐私政策
Bidtellect
我们通过 Bidtellect 在 Bidtellect 提供支持的站点上投放数字广告。根据 Bidtellect 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Bidtellect 收集的与您相关的数据相整合。我们利用发送给 Bidtellect 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Bidtellect 隐私政策
Bing
我们通过 Bing 在 Bing 提供支持的站点上投放数字广告。根据 Bing 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Bing 收集的与您相关的数据相整合。我们利用发送给 Bing 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Bing 隐私政策
G2Crowd
我们通过 G2Crowd 在 G2Crowd 提供支持的站点上投放数字广告。根据 G2Crowd 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 G2Crowd 收集的与您相关的数据相整合。我们利用发送给 G2Crowd 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. G2Crowd 隐私政策
NMPI Display
我们通过 NMPI Display 在 NMPI Display 提供支持的站点上投放数字广告。根据 NMPI Display 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 NMPI Display 收集的与您相关的数据相整合。我们利用发送给 NMPI Display 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. NMPI Display 隐私政策
VK
我们通过 VK 在 VK 提供支持的站点上投放数字广告。根据 VK 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 VK 收集的与您相关的数据相整合。我们利用发送给 VK 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. VK 隐私政策
Adobe Target
我们通过 Adobe Target 测试站点上的新功能并自定义您对这些功能的体验。为此,我们将收集与您在站点中的活动相关的数据。此数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID、您的 Autodesk ID 等。根据功能测试,您可能会体验不同版本的站点;或者,根据访问者属性,您可能会查看个性化内容。. Adobe Target 隐私政策
Google Analytics (Advertising)
我们通过 Google Analytics (Advertising) 在 Google Analytics (Advertising) 提供支持的站点上投放数字广告。根据 Google Analytics (Advertising) 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Google Analytics (Advertising) 收集的与您相关的数据相整合。我们利用发送给 Google Analytics (Advertising) 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Google Analytics (Advertising) 隐私政策
Trendkite
我们通过 Trendkite 在 Trendkite 提供支持的站点上投放数字广告。根据 Trendkite 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Trendkite 收集的与您相关的数据相整合。我们利用发送给 Trendkite 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Trendkite 隐私政策
Hotjar
我们通过 Hotjar 在 Hotjar 提供支持的站点上投放数字广告。根据 Hotjar 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Hotjar 收集的与您相关的数据相整合。我们利用发送给 Hotjar 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Hotjar 隐私政策
6 Sense
我们通过 6 Sense 在 6 Sense 提供支持的站点上投放数字广告。根据 6 Sense 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 6 Sense 收集的与您相关的数据相整合。我们利用发送给 6 Sense 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. 6 Sense 隐私政策
Terminus
我们通过 Terminus 在 Terminus 提供支持的站点上投放数字广告。根据 Terminus 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 Terminus 收集的与您相关的数据相整合。我们利用发送给 Terminus 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. Terminus 隐私政策
StackAdapt
我们通过 StackAdapt 在 StackAdapt 提供支持的站点上投放数字广告。根据 StackAdapt 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 StackAdapt 收集的与您相关的数据相整合。我们利用发送给 StackAdapt 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. StackAdapt 隐私政策
The Trade Desk
我们通过 The Trade Desk 在 The Trade Desk 提供支持的站点上投放数字广告。根据 The Trade Desk 数据以及我们收集的与您在站点中的活动相关的数据,有针对性地提供广告。我们收集的数据可能包含您访问的页面、您启动的试用版、您播放的视频、您购买的东西、您的 IP 地址或设备 ID。可能会将此信息与 The Trade Desk 收集的与您相关的数据相整合。我们利用发送给 The Trade Desk 的数据为您提供更具个性化的数字广告体验并向您展现相关性更强的广告。. The Trade Desk 隐私政策
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

是否确定要简化联机体验?

我们希望您能够从我们这里获得良好体验。对于上一屏幕中的类别,如果选择“是”,我们将收集并使用您的数据以自定义您的体验并为您构建更好的应用程序。您可以访问我们的“隐私声明”,根据需要更改您的设置。

个性化您的体验,选择由您来做。

我们重视隐私权。我们收集的数据可以帮助我们了解您对我们产品的使用情况、您可能感兴趣的信息以及我们可以在哪些方面做出改善以使您与 Autodesk 的沟通更为顺畅。

我们是否可以收集并使用您的数据,从而为您打造个性化的体验?

通过管理您在此站点的隐私设置来了解个性化体验的好处,或访问我们的隐私声明详细了解您的可用选项。