What groups safety and licensing for developers and the bulk API?

I am currently working on the API integration in bulk of our SaaS product to Eloqua customer instance.  General requirements include read a list of contact lists and then adding/setting day of Contacts in a list.  They sent us a list of groups of security and licensing options and asked us to the API user account and a user account temporary developer/Tester (check that data arrives intact in Eloqua).  Here's what I assumed from documentation and the discussions here, but someone can tell me if this is correct?

User of the API (permanent)

Required permissions: "Everyone," "Users of the API," "user - Marketing base" (to access Contacts or 'Advanced users - Marketing' if "custom objects" access?)

License: no

Temporary interactive user to developer/Tester

Required permissions: "Everyone", "Basic Marketing - users" (and, possibly, 'Advanced users - Marketing' if "custom objects" access?)

License: Eloqua Marketing Platform

The other element that I see referenced in the code examples is the specifier "site" or "instance".  What format does it take, and where I can tell the client to search for it in their console Eloqua?

Thank you

Richard

Hi Richard,

Let's simplify things a bit...

For the use of the API (one of them!), you should have User API and Marketing advanced - users.  This warranty covers the basics.

Licensing should only come into play for things as endpoints to deliver.

Until the 'site' or 'instance', it is the simple name of the company and is when the user connects to Eloqua.

Hope that helps!

Tags: Marketers

Similar Questions

  • How to get a handle to the window to screen using just group id and the id of the window?

    Hello

    We are trying to develop a video application, and we use ForeignWindowControl to display the video on the screen.

    We have those ForeignWindowControl declared and defined in a QML file that appears as needed.

    Using the CameraAPI, we are able to get local video displayed correctly on the local video ForiegnWindowControl. For this we have just the window group id and the id of the window api camera and it automatically configures the window newly created by the camera to the position API and the size defined in the QML file.

    However, this is isn't the case with the video remotely. Since there is no method/function similar to the createViewFinder of the camera api, we need to create a new window of ourselves that goes under the Group shared by the ForeignWindowControl remotely, using screen_create_window_type and set all the required parameters.

    To view the video, hard-code manually the position and size of the newly created window so that it corresponds to the position and the size of ForeignWindowControl remote in QML file and is displayed correctly.

    My question is how to find the ForeignWindowControl using just the group id and the id of the window? the way in which the cameraAPi done in-house?

    Any help would be appreciated.

    Thank you.

    There are 3 ways to associate a window with a ForeignWindowControl.

    1 tell the ForeignWindowControl to expect a window with a given windowId.  Then after that libscreen allows you to create your window with the same windowId, use screen_join_window_group() to adhere to the same group that uses the FWC.  The FWC should automatically capture this event and associate the window itself.  This is how the camera it.

    2. call the bindToWindow() of the ForeignWindowControl method to associate the FWC a particular windowId/groupId.  Similar to the #1, but doesn't seem more useful if you create the FWC after the window of the screen has been created.

    3. call the setWindowHandle() of the ForeignWindowControl method.  Similar to the #2, but instead of using windowId/groupId, you spend just the actual handle.

    See the FWC docs:

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__foreignwindowcontrol.html

    If you have created the window, you can use one of the 3 approaches.  If the window has been created in a different process (eg. mm-engine rendering, or photo-service device), then generally #1 is the approach you would use.

    See you soon,.

    Sean

  • I am trying to download Photoshop CS 5 installation stops because I was invited to turn the Notifications of Safari and SafariCloudHisto.  I don't know what they are and the places where to disable them.  Help, please.  I use a macbook pro.

    I am trying to download Photoshop CS 5 installation stops because I was invited to turn the Notifications of Safari and SafariCloudHisto.  I don't know what they are and the places where to disable them.  Help, please.  I use a macbook pro.  How can I find the Notifications of Safari and SafariCloudHisto?

    Guest of installation of close SafariNotificati

    https://helpx.Adobe.com/Acrobat/KB/install-prompt-close-safarinotificati.html

  • I do not understand how its so hard to buy a license for CS6 without the cloud service.

    I do not understand how its so hard to buy a license for CS6 without the cloud service. I don't need the cloud service or will never use it. How much for CS6 license?

    CS6 full: $700 Standard / $1000 Extended Upgrade: $200 / $400 of CS5 owners only.

    CS6 will never be updated, and Adobe Camera Raw is arrested in 9.1.1.

    With this in mind, contact sales if you still want. Creative Cloud now includes Creative Suite Master Collection and Design Premium features

    800-585-0774.

  • Help with Essbase 9 and the Java API

    Hi, I am trying to connect to Essbase to a Java desktop app and I'm unable to do so. I need to know if I'm in principle do the right things and if I have the good environment set up.

    We have a server with Essbase version 9.3.1. We normally use essbase through the Excel add-in, and I already wrote it Excel applications that can use both the add-in and the Essbase API in VB. Now, I need to connect to Essbase but out of Excel and using the Java API. I have no idea what is APS don't my Essbase administrator.

    My request has the following (adapted from a post on this forum)-
    Public Shared Sub main (String [] args) {}
    String s_userName = 'user ';
    String s_password = "password";
    String s_olapSvrName = "ustca111";
    String s_provider = "http://localhost:13080/aps/JAPI ';
    try {}
    ESS IEssbase = IEssbase.Home.create (IEssbase.JAPI_VERSION);
    DOM IEssDomain = ess.signOn (s_userName s_password, s_provider, null, false);
    IEssOlapServer olapSvr = (s_olapSvrName) dom.getOlapServer;
    olapSvr.connect ();
    System.out.println ("connection to the server Analyic '" + olapSvr.getName () + "' has been a success.");
    olapSvr.disconnect ();
    } catch (EssException exp) {}
    System.out.println (exp.getMessage ());
    } }

    I'm running my app on my computer, not on the Essbase server, and the user name that I use is the same one I use (as a user of Essbase) through the Essbase Addin in Excel, not an admin login.

    When I run the application, I get:
    "Cannot connect to the Server.Make provider ensure that access code settings are correct and the server of the provider is running."

    Please can you confirm:
    (1) do I need an admin login for my client application to connect to the Essbase server or can I use a dial-up connection in normal play, like the one I use in Excel?
    (2) is the same provider regardless of the computer, i.e. "http://localhost:13080/aps/JAPI '; How can I know what this could be? Where can I get this information?
    (3) how can I make sure that the server is running the server needed 'provider', it's just a service that appears on the server services.msc? What should I ask the Essbase administrator for him to tell me what I need?

    Thank you very much.

    Leo

    Leo,

    You have APS and Shared Services running on your server? It would be the first question to answer. If you put in the url (http://localhost:13080/aps/JAPI, in your program) in a browser, you get a generic APS screen, or you get an error "page is not available. Unless you connect to APS that is running on the same computer that is running your Java application, the section 'localhost' should be the name of your APS Server.

    (1) for this Java program, you connect just to read only access that ID is OK
    (2) the supplier would be the same for every customer. The provider is the URL of your APS Server. Unless you run in embedded mode, you must APS to connect with the Essbase server. In embedded mode, you talk with the Essbase server, see [this thread | http://forums.oracle.com/forums/thread.jspa?messageID=3314485?].

    (3) APS - Analytic Provider Services, I'm not sure what it would show on a Windows Server. I suppose it would be something on Hyperion System 9 Analytic Provider Services. If you have installed APS, I would try the embedded road because it's the only way you will get to work.

    Published by: rjgideon on June 2, 2010 16:18

  • Protect and control the license for ASA with the power of fire

    I had 1 ASA 5515 initially delivered with the software cx, then made room for the software of firepower and got the virtual firesight for 2 devices and license of TAMAS tha L-5515, but this license was told only the URLs and malware license, I thought that this license was for all that since he has no other licenses in the data sheet and it's Reference with more features.

    How can I get the license protect and control now so I can add the asa with the firepower to firesight and apply to all licenses

    Thank you

    Hello

    L ASA5515-TAMAS = SKU license plans to "MALWARE" and "URLFilter" and legally gives the user to updates of the signature "PROTECT + CONTROL". It does not license "PROTECT + CONTROL". You need to buy "ASA5515-CTRL-LIC =" to license "PROTECT + CONTROL".

    Please discuss a case with CISCO GLO, they can help provide a CTRL license

    -DD

  • Font purchase and license for use in the book (Garamond Pro)

    I intend to design a book in InDesign and I would use Adobe Garamond with all its special supplements (Titling capitals, small caps, alternate italic etc..)

    I was about to buy the package of fonts at myfonts.com, then sign up for InDesign, but I wonder if that font is already included in InDesign and, if so, is it complete?

    Also, if I use the creative cloud can I use fonts in that I already bought licenses for?

    Finally, do I need a special permit for a book printed or which is included in the license of office?

    The three weights of Adobe Garamond Pro seem to be available to use the desktop as normal and italic by TypeKit, you can get with a subscription of the CC.

  • What dependency service or group must be enabled for ICS start the firewall can be turned on

    Uninstalled BitDefender 2012 and installed Microsoft Security Essentials.  I tried to activate Windows Firewall and got: "Windows Firewall setting cannot be displayed because the associated service is not running. You want to start the Windows Firewall / ICS (ICS) service. Press Yes and I get Windows cannot start the Windows Firewall / ICS (ICS) service. This option is OK. Hit that and I will return to the window Security Center in Control Panel. Tried to manually turn on ICS and got error 1068: the dependency service or group could start. What service and / or the Group?

    It was more than a notice of an answer to the question I posted earlier to not be able to activate Windows Firewall once I uninstalled Bit Defender and installed MS Essentials.  Sorry that if I crossed all the protocols forum this is my second attempt to get a question an answer, luckly I kind of figured it by myself.  Thanks for the response if and the offer of future assistance.

    I you merge your two threads, but your problem is perhaps due to incomplete removal of BitDefender.

    -steve

  • I have my product key, but what version I am license for? -Want to re - install

    Hello.  I have a valid 25-character product key for Windows Vista - but do not know what version.
    I want to reinstall a laptop but the license under the laptop sticker is very 'dirty' I can only see the product key of 25 characters and the words "Windows Vista XXXX" but do not know if his home, business or Ultimate.

    Is there a site Web/link that I can put my product key, then they can tell me what version I am licensed?
    P.S. Someone formatted the laptop to test to try Windows 7, it's why I don't know what version I am licensed.

    Kind regards

    There is no website to check.

    This Turorial tells you what to do; Simply type the product key.
    All versions of vista are on the good MS Vista DVD.
    The product key determines what is installed.
    Read the info here to the elder Geek:

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://www.theeldergeekvista.com/images/Vista%20Clean%20Installation/Vista%20Final%20-0019.jpg

    Type your product key in the installation.

    Once more, it's time for the product key and activation talk. Unlike XP and previous offers of Windows that stopped dead if you do not have a product key, it is no longer the case with Vista. You are not required to enter a key at this stage, although there are a few caveats set out on the potential of data loss if you choose not to enter the key. There is also a checkbox to select or not Vista will be automatically activated.
    If you have chosen not to enter the product key in the previous step, this screen will appear asking you to confirm that you do not want to enter the key. The same warning of potential data loss is present and an additional warning was added that you may need to purchase another edition of Vista if you continue without entering the key. Press [Yes] to return to the screen where the key can be entered. Select [No] will take you to the screen below.
    Refusing to enter the product key in the previous step brings you here where you need to select the edition of Windows that you purchased. The warning says clearly that if you select a version, you do not have a key, you must either purchase this version or reinstall Vista and select the appropriate version. This screen is a two-step process; Select the appropriate version and certifying then you have selected the version of Vista by using the checkbox. Once these two items are completed, the [next] button is activated.

    See you soon.

    Mick Murphy - Microsoft partner

  • 'group', 'link' and 'the NEST' - difference?

    You can group, link and test video clips on the timeline. The 'nest', one is the only one who really seems to do something similar to what I expect. Two groups and link do not seem to do a gosh darn thing!

    Clips of the Group

    Link and unlink audio and video clips

    Nesting sequences

    Premiere Pro CS5 - CS6 reference

    (12 MB .pdf download)

    http://helpx.Adobe.com/PDF/premiere_pro_reference.PDF

  • What about normal and the educational version

    Hi I would like to ask what is the difference between the educational and the other normal version that it's cheaper? I thought I had the version student Adobe creative suite cs4 web premium, but I have a few qns on its subject

    If I buy it as a student, can I use the programs (dreamweaver, etc.) to publish content online (like my own website), or is it just strictly for learning purposes? If I can use to publish content online, then can I still continue to use it when I'm not a student?

    Thank you

    You will have to ask Adobe that it classifies as 'commercial use '. It is a forum for users, while the views expressed here are purely personal. In general terms, however, create a personal site is not "commercial"; But if you derive from advertising dollars, it probably is. Building a website for someone else and get paid for it would certainly count as commercial use.

  • F9H60UA #ABA: what "product range" and the model are my hp laptop?

    Hello

    Sell my HP like new on eBay, I tragically lack the original box or any documentation. I don't know how to fill out some fields on the eBay site:

    1 range. As far as I know it's a HP 15 laptop. Is - this accurate enough? How could I know if it is a Pavilion, VAIO, Presario, etc.. ? There is no external marks.

    2 model. Stumped on this one completely. He will have to leave the field blank unless you have a way for me to look it up.

    3 Edition operating system. I know I have Windows 8.1. How will I know if it is Home Premium, professional or other?

    4. type of graphics processing. I know that I have an AMD E-Series processor. This would be dedicated, integrated / edge or hybrid?

    Thanks for any help you might be. If there is no way you can provide answers from the information I have provided, I just leave the fields blank and the wing.

    See you soon,.

    Bruce

    Hello

    Please use the following specifications:

    http://support.HP.com/us-en/document/c04051951

    It's a plain 15 HP, no other line. Its model name: HP 15-g019wm. It comes with 8.1 Windows 64-bit (standard version).

    It is a low-end, inexpensive machine.

    Concerning

  • Assignment of students to group learning and the creation of the Group of the learner.

    Hi all

    Are there standard ways to create groups of R12.1.3. I tried looking for the standard API Oracle but do not have to find them. Is there another way of backend, we can create a group of learners. I know to create from request, but we need to loose several groups of learners. I wanted to back-end.

    We will also need to assign the number of learners in the Group of the learner. Can you please explain the possible ways to make these assignments.

    All entries are the most expected.

    Thank you
    Abhishek.

    Hi Abhishek,

    You can use "Compulsory registration" If you're working with an online offer. It will automatically register all learners in a learning group.

    Best regards Anders Northeved

  • license for use of the bridge

    Hello

    Versions: LabView 2011 SP1, Veristand 2011 SP1

    We have a Veristand application consisting of the part in real time running on a target of RT and the MMI running on an ordinary PC part. MMI was fully developed (to our development system) in LabView and interfaces with the system RT using the gateway Veristand (launched in silent mode). We do not use the Veristand workspace or profiles of Stimulus & Editors, so we expect to only install the LabView runtime and the gateway Veristand.

    We have bougth a license for the project but cannot use it to record the installation of gateway on PC. What is the right way to install the gateway on the PC?

    Thx for the answer, best looks

    Hi thumble,.

    If I understand it, wondering how to properly execute NI VeriStand, specifically the entry door, on a PC.

    A. executing a NIVS system requires at least the NI VeriStand operator license to deploy or to connect to a system.

    (B) it is not possible to simply copy the DLL gateway on a system and expect a successful run. The bridge has several outbuildings, including the .NET assemblies and you lived, binary licenses. The correct way is to install NI VeriStand Installer. This will install also NOR Manager of licenses and permits NIVS. In the License Manager, OR you should be able to activate licenses operator NIVS, PC or development to use the bridge.

    NEITHER VeriStand system operator

    http://sine.NI.com/NIPs/CDs/view/p/lang/en/NID/207294

    Does that help?

  • Adobe fonts are licensed for use in the ebooks?

    Can anyone confirm that the Adobe fonts - specifically Minion Pro - to be licensed for use in ebooks, but also printed books? i.e. There is no need to buy the police twice - once with a license to print and the other with a license for e-books.

    I have a client who is willing to buy the police with ebook license, but on MyFonts, the only option is "desktop." I know that the permission of the police is "Editable embedding", but we don't know exactly what this means.

    Thanks in advance.

    Minion Pro and all other fonts under licensed by Adobe can be incorporated in ePub and PDF.

    -Dov

Maybe you are looking for

  • The module and the page host check repeats whenever I open Firefox 13.0

    I have recently installed FF13.0. My homepage is on: vacuum. Everytime I open FF, the auditor of computability module runs then when FF finally opens, it shows a welcome instead of a blank page. How can I fix it?

  • Satellite L40 - 12 k WinXP - cannot change the brightness of the display

    Got Toshiba Satellite l40 - 12 k laptop.Running Windows XP Pro. The problem is that I can not change the brightness of the display even with hotkey utility for Win Vista installed. But if I'm in the bios of these keys work fine. Even when I started t

  • Microsoft mail

    The text has suddenly expanded in my emails.  I would go back to the original text size.  I must have hit a key on the keyboard

  • Where can I find directions to the user for the hp officejet J4680 printer?

    I am a novice and you want to learn how to use my Officejet J4680 printer all-in-one. Where can I find directions to the user for the HP Officejet J4680 printer? Thank you for responding.

  • A1 ICS Source

    Now it seems that the A1 ICS build is now in the ICS_OTA directory on your server, can you please provide kernel and platform Sources that fall under the GPL license? http://download.Lenovo.com/slates/A1/ICS_OTA/ Thank you