简体   繁体   English

Eloqua Cloud App-确定客户

[英]Eloqua Cloud App - identify a customer

I'm developing Eloqua application as described in https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCBA/ 我正在按照https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCBA/中所述开发Eloqua应用程序

OAuth authorization and installation flow is working well, but I don't see any way to know who is this customer, who installed my application. OAuth授权和安装流程运行良好,但是我看不出有什么方法可以知道谁是该客户,谁安装了我的应用程序。

Is there a way to get company name or something like this? 有没有办法获得公司名称或类似的名称?

You can use the following parameters in the Install url of your app to get user and site information from Eloqua: 您可以在应用的安装网址中使用以下参数,以从Eloqua获取用户和站点信息:

  • {SiteName} {SITENAME}
  • {SiteId} {} SITEID
  • {UserName} {用户名}
  • {UserId} {用户身份}

eg https://client.example.com?site= {SiteName}&user={UserName} 例如https://client.example.com?site= {SiteName}&user = {UserName}

This is the official documentation: http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#Developers/AppCloud/Reference/app-url-parameters.htm 这是官方文档: http : //docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#Developers/AppCloud/Reference/app-url-parameters.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM