AU Class
AU Class
class - AU

Learning Lab: Connect to Fusion Team & BIM 360 data

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

说明

Are you using BIM 360 Document Manager and you want to access your models? In this class, we’ll show you how to write a basic application to authenticate, browse through projects and folders, and view the versions of your models using Forge. Bring your own laptop or use the lab’s. This class requires basic knowledge of .NET or Node.js. Make sure you have an active BIM 360 account.

主要学习内容

  • Discover the basics of Forge
  • Learn how to create your first app based on Forge
  • Learn how to use OAuth and Data Management
  • Learn about Viewer

讲师

  • Mona Jalilzadeh
    Mona Jalilzadeh is a Technical Consultant with Autodesk Global Consulting. Mona has an Engineering background and has empowered Autodesk Enterprise customers for last five years. She works with Autodesk Cloud Technology and her primary focus is Autodesk Forge. Mona helps Autodesk high profile customers by understanding their business needs, designing, developing and delivering detailed solutions including innovative custom applications, automation, and cloud-based integrations.
  • Augusto Goncalves 的头像
    Augusto Goncalves
    Augusto Goncalves has been an API evangelist at Autodesk, Inc., since 2008. He works with all sorts of technologies, from classic desktop to modern mobile and web platforms, including .NET for AutoCAD software and Revit software, and JavaScript application programming interface for NodeJS.
  • Dimitrii Pokrovskii
    Autodesk Consulting
Video Player is loading.
Current Time 0:00
Duration 26:20
Loaded: 0.63%
Stream Type LIVE
Remaining Time 26:20
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

MONA JALIZADEH: Hello, everyone. I know you didn't have enough break. But one hour is very short time, so I really want to go ahead and get started. I think most of you already were in the first class. That's going to be easy to follow, some of this structure. There are a lot of similarity between this class and the previous one. I'm going to explain the differences, so you can decide if there is any value for you to stay on the class or not.

So this is a little bit about me. I have a technical background, and I work with Autodesk Enterprise customers to use Forge API to create custom solution, custom dashboard, integration. So basically, my background is software engineering, and I do development with Forge. And Dimitrii?

DIMITRII POKROVSKII: [INAUDIBLE]

MONA JALIZADEH: See if this is going to work.

DIMITRII POKROVSKII: So I work with [INAUDIBLE], so I do Forge integrations all day long. And I'm here to help you guys out when the lab is going on. And we actually have more members from our team here, that are here to help out when we get into the lab.

MONA JALIZADEH: Sounds good. Thank you. So all the gentlemen standing at the back of the room, they're here to help you. So just raise your hand, if you have any question. So just a little bit background of what we're going to do. This is very similar as far as the outcome that you're going to be able to see a model and Forge viewer in a browser. The main difference is where the model is sitting-- where does the model live. In previous exercise, your model was living in a bucket that you created.

So you launch your app. You created a bucket or a folder-- a placeholder-- and you uploaded your model in there, and you viewed that model. But in this exercise, you're going to look at the model that exists in your BiM 360 or Fusion Team-- or BiM 360 Team, if you're using BiM 360 Team.

So this is a very common use case. And this is some of the examples of the requests we get from customers, and why they want to do what they want to do. Once you're in a business, you don't want to constantly creating data that they're not connected. So if you're using already BiM 360 and you already have your files-- your project files, your models, and everything there-- and you decide that you want to create a dashboard that you want to now have some visualization-- or which we're going to have a class today on how to create a visual dashboard. Or if you want to bring in data from third-party and integrate it.

So if you want to build something custom, you don't have to move your model to another database or another source. They're already sitting in BiM 360 and going through the whole workflow that they're going. And you can connect that and read that model and display it in different source. And then there are some automation, about if you want to automate a large task-- if there are things that you want to do in bulk, you can use data management API, which we're going to cover.

We're not going to show you how you can do that, but data management is the service that we're going to use today as part of this exercise. And data management APIs also are used to automate a lot of repetitive work, or if you want to do things in bulk. And data visualization and analysis is another thing, again. So your model is sitting in your Fusion Team or your BiM 360. And you want to take it down. You want to display it in Power BI. You want to display in your custom app. And you're going to use data management API to do that.

So the main point of this exercise is just to show you how to access your model in BiM 360. But the easiest way for us to show you is just to create a very simple app, to show you how you can view it. But once you have access to that model, you can do everything. You can do the visualization. You can do integration. You can do anything that makes sense to your business.

So these are some of the most important outcome of this class. You're going to learn how to use three-legged authentication. That's one of the differences between this class and the previous one. We used two-legged in the first class, and you needed your client ID, your client secret, and that was it. So you can authenticate using those two and get a token and access things. With three-legged, we are adding additional layer of security. And now we're going to also have callback URL. A lot of you didn't really use your callback URL the first round. You just use a fake URL. But for this exercise, we're going to actually use it.

And we're going to use data management API. And that's usually any activities around BiM 360 docs, Fusion team, or BiM 360 team. So if you want to create a folder in any of these, or if you want to get some information from any of these modules, data management API is what you use. And Viewer API, that you're already familiar with from exercise 1-- and if you are not part of the exercise 1, that's absolutely fine. We're going to go through it again.

So for the setup, these are the three steps you need. You need to have Autodesk account. You need to have Forge app. And if you're using BiM 360, you need to have access to BiM 360, and you need to provision [INAUDIBLE] in BiM 360. If you're using Fusion Team, you need to have access to a Fusion Team. But today, because we want to save time-- we have only one hour-- so I went ahead and I created a test account.

This is like a ForgeDevCon2019@gmail.com. And everything is already set up. It already has Autodesk account. It already has Forge app. So what you can do, you can just log into your Forge.Autodesk.com, later when we need it, to just capture the client ID, client secret. Everything, all the information is already there. But I provided the link here.

So in case you were not part of the first class, if you are interested in learning how the setup works, you, can just follow those links and step by step it explains how to do it. And also, we have a BiM 360 Sandbox account, that this email address has access to it. So you can log in to BiM 360 using this email address. And the client ID and secret is provisioned there, so you can use Forge API to access the information. And there is a Fusion trial account, that is linked to this email address. When we get to it, I'll show you the password. So please just make a note of the password-- ForgeIsAwesome2019! and the first letter of each word is caps.

And you have access to this username and BiM 360 by end of today. We may delete the username tomorrow. So if there's anything that you need to store after today, just make sure to store it, so you're not going to lose any information that you need.

So now go to Forge.Autodesk.com and log-in using that username and password and make a copy of the client ID and secret that is pointed out there. Let's see if my laser works. It's right here. Or you can just leave it open. So when you need it, you can copy it directly to your code-- or you can just make a note of it in a notepad and close the tab. Let me actually bring up both of them, so you can see. This is the ID and this is the password. Does anyone have any problem accessing the account?

So this is just for your information. If you get lost at any point, or for some reason you fall behind or the class run out and you're not done or anything happens, you already have access to the completed version of the exercise. So you can always get the source code. And you have access to this PowerPoint, so you can download it from handout. And there's also an about 60 pages PDF, step-by-step explaining everything.

So you have all the material. You don't have to worry about making any notes. But if you get lost, the source code is there. You can always download the source code and just run it, or you can compare it with your code. And also the tutorial link is there, that you can click on it. And if you don't mind navigating to that right now, because we're going to use that tutorial online step-by-step to go through the exercise.

If it is easier, you can just navigate to LearnForge.Autodesk.io, and then I'll show you how to navigate to the tab that is for our exercise. So if you go to LearnForge.Autodesk.io, this is what you see. And there are a bunch of exercises here. Just make sure that you're not going to start from the beginning. Look for the title of our class-- "View BiM 360 in Fusion Models." This is where we're going to start.

So we need to create a server, and you have three options. You can use Node.js, .NETFramework4.7.2, or .NETCore3.0. If you're Node.js, use visuals to do your code. That is on your machine. It's easier. It's faster. And it looks more like with the screenshots that we have in our tutorial. But if you're using .NETFramework, .NETCore, use Visual Studio Professional, that is installed on your machine. Whatever you choose, which Augusto recommended as part of the first class, if you're choosing between .NET and you want to stay with .NET, we recommend using .NETCore instead of .NETFramework, just because it's newer. But we have exercises step-by-step for all three. So if you're better in one, choose the one that you're more comfortable with-- and the one that you're going to be using in the future.

So we're going to have five steps. We are going to be creating a server. We're going to authorize with three-legged authentication. We're going to list hubs and projects. So depending on if you want to use Fusion or BiM 360, the terminology is a little bit different. But we're going to learn how to get that list-- the hubs, the accounts, or the projects-- the folder structure, all of that. And then you're going to learn how to get the user information. So you want to see what is the user first name, last name, their profile picture, and all of that. And then you're going to show it in the viewer.

Just a note of how you can navigate through this. So we're going to be focusing only on this part right here. And again, these are the five steps. Every top that you go, it asks you what framework, and you always continue with the framework you chose. So if you choose to use Node.js, you just continue clicking on Node.js every time that you are given the option to.

So now let's get started. Start by creating a server. I recommend using the same naming for the project, for controllers, for files. Because if you use the same spelling, same name, you can just copy-paste the block of code from the tutorial and replacing the entire code in your file. So I'm just going to bring up this. And then I'm going to just step down and walk around and answer any questions you may have. So I'm just going to choose .NETCore, but you can choose anything.

Just go through line-by-line. See how you have to create your project. What are the dependencies you have to download-- how to set your environment variables. Once you get to set your environment valuables, your client ID and client secret, that's when you want to go back to Forge.Autodesk.com. Then you log in and copy the values from there. And depending on what framework you're using, you have to copy it in different file. So in .NETCore, you're just adding those values to the property of the project.

How many of you are using Node.js? Is there anyone that is using .NETFramework? Just as a reminder, we are following exercises right here. There are multiple tabs saying Create Server, but they're under different exercises. So we have one Create Server up here. Creating a server is really not that important. But when we go to authorize it's very important, because we're going to use three-legged authentication. If you already created your project and you set up your project, you can just go to Authorize-- and again, choose the framework or the language that you're using and follow the structure.

So again, if you use the same naming, you can just copy the entire code and replace your existing code with it. Just make sure you're not missing creating folders. Because if you just try to copy-paste and not read, you're going to miss some of the dependencies or folders that has to be created. Did anyone to finish creating the server? So I'll just put it back here, because a lot of you are working on this.

The .NETCore documentation has one small mistake, that asks you to create the controller folders twice. Just follow the first one, that is Controllers, and just ignore the second one that says Create A New Folder Called Controller-- the one.

We have about 10 minutes left. So what I'm going to do in the meanwhile that you're working on your stuff, I'm going to try to launch the end product and application and show it to you how it's going to look like-- in case you're not going to be able to see yours, at least you know how it's going to look like, and I can explain something on that.

So if I can just get your attention for a few moments, just to show you what you're going to see. Once you're done, if you launch it, this is what you're going to see. It's going to promise to log-in. With three-legged authentication you have to log-in using Autodesk ID. And we're going to use that ForgeDevCon2019 gmail address to log-in. What that helps, it's going to identify who you are and what you can see in BiM 360 and Fusion.

So if I am on BiM 360 and I have access to five projects out of hundreds, once I log-in Autodesk recognized who I am and what I can see and what I can do. And it's going to only show me those projects, those models that I have access to. So that's pretty neat. Basically, Autodesk is taking care of identification and authorization for you. You don't have to worry about it. And that's as long as your model and your data sits on Autodesk server. It's similar process for other third-party. Like, Microsoft also has its own authentication, but it only can manage Microsoft files. And Autodesk can manage files that you have, or projects you have in BiM 360, Fusion Team, and so on.

So I'm going to go ahead and click on Sign In. So it already remembers that logged in with ForgeDevCon. It's just telling me that this app is going to have this access to your BiM 360. I confirm it. And this is what's going to happen. On the left-hand side, it's going to load all my projects, my folder structure and everything. And this one, that started with the letter V-- let me make this a little bit larger. This is the BiM 360 account. All of you have access to it today-- an entire week. Basically, if we go to BiM 360-- let me go here-- and we try to log-in with the same account and same password. Is there anyone here using Fusion Team?

So I'll just explain the BiM 360. So if I log-in to BiM 360 account using the same username password, this is my account name-- AutodeskForgeDevCon2019. And if you look back here, that's exactly the same name. So you're seeing your account. If you have access to many accounts, you're going to see many accounts here. The one below that you don't see here and has a different icon is my Fusion Team. So I have a Fusion Team. And the name of that hub is ForgeDevCon.

So right here, because now I have BiM 360 open, I'm going to show you. I'm going to expand this account. I see my projects. I have only one project called ForgeDemo. Coming here, looking at my projects, I have ForgeDemo. It's not showing me sample projects. Why? Because I'm not assigned to it. So if I click on it, you can see that only me, as Mona, is assigned to that project, not the user ForgeDevCon. And that's the beauty of it, that it identifies your ForegeDevCon, and it doesn't show you projects that you're not assigned to it.

So going back here now, I'm going to expand ForgeDemo. These are my folders within the projects. I'm going to expand my project files. And I just uploaded some samples for you there-- different file extension. But you can also go upload different models and try it. So you can click on this one and choose the version, if there are multiple versions. And now that's when it's going to start launching it. And you can see your model.

But the beauty of this is that this is the same model that is sitting here. So if someone make any changes to this design and upload it back to BiM 360, your application now is going to see the new version. And you can see the same new, latest model in your custom app-- basically, having one data center, one common data environment.

So we're going to Document Management. And this is the same folder structure that you see on the left. I navigated to Revit. And this is the urban house, sitting right here-- and very similar to Fusion, as well.

We are running out of time. So we are going to assume that we did it, just because I have a nice slide for it. But again, you have access to the PowerPoint. You have access to the 60 pages PDF-- very well written, all accessible for you to download. You have access to the link. Always that link is going to be public. It's not only for AU. So you can always work on it. The rest of the week, also, we're going to be here. We have answer boards. And anytime you see any of us and you recognize our face and you have any question, just flag us down and ask your question. We'd be happy to sit down with you. If you have any question about this, or your own application, we would be happy to answer.

So this was just in case if you have additional time, but we didn't. There are some resources for you. There are some samples. There are some open-source samples, that if you want to just reuse or not start from scratch-- have a starting point-- the documentation for Forge is there. The link to the tutorials is there. Forge Blog, I strongly recommend. And if you have any questions, these are places that you go for questions. These are the list of Accelerator that is coming up. If you identify anything close to you, I think you definitely should take advantage of it.

So with that, we also have three more classes right after here. You're going to learn how to extend your viewer, and then you're going to learn how to create a nice dashboard to visualize your data in a graph. And then the last class today we have is modifying file using design automation. With that, thank you, and let me know if you have any question. I'll be staying around for the next class as well. Thank you.

[APPLAUSE]

______
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 的沟通更为顺畅。

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

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