Which service API should I use to retrieve data from Eloqua 'Integration of the internal queue'?

In my Eloqua Sandbox environment, I managed to create several "external Test calls complete" that appear on the tab 'Reports of the integration of queue internally'. Can someone tell me what Eloqua API or services are required to recover the data of this "Internal queue" Eloqua? I guess that's the way to connect the dots of data updates occurring in Eloqua to an external system. My ultimate goal is personalized with a non-native CRM integration.

Thank you

Heath

Hi Heath,

The post following (How to recover data from activity through the API) describes how to extract data from the queue inside.

Hope this helps and please let me know if you need more information.

Thank you

Fred

Tags: Marketers

Similar Questions

  • With the help of the socket object to retrieve data from web application without the html files

    I tried to use the socket object to retrieve data from a web application (I just control script version vs version online). So all I want to do is access http://hyle.io/version that returns me the current version of the application (such as a simple string) in order to compare it in my script and then notifies the user accordingly. I have just a few problems using the socket object. I used this code from the Adobe Javascript Tools Guide:


    reply = "";
    conn = new Socket;
    // access Adobe’s home page
    if (conn.open ("www.adobe.com:80")) {
    // send a HTTP GET request
    conn.write ("GET /index.html HTTP/1.0\n\n");
    // and read the server’s reply
    reply = conn.read(999999);
    conn.close();
    }
    

    ... that I then adapted as:

    reply = "";
    conn = new Socket;
    if (conn.open ("hyle.io:80")) {
      conn.write ("GET /version HTTP/1.0\n\n");
      reply = conn.read(999999); 
      conn.close();
    }
    

    And here is what I get:

    HTTP/1.1 400 Bad Request
    Content-Length: 225
    Content-Type: text/html
    Server: Pagodabox-Routing-Mesh
    
    

    Bad Request

    Your browser sent a request that this server could not understand.

    Résultat : true

    I don't know a lot about HTTP requests, but I wondered if it was related to the fact that I am not pointing to a specific HTML file and the type of request was wrong or if I should rather check if there is something wrong with my host?

    The site/app is PHP and is hosted on PagodaBox if it helps.

    Thanks in advance!

    Hi Sebastien Lavoie,

    It should work

    var HTTPFile = function (url, port) {}

    If (arguments.length == 1) {}

    URL = arguments [0];

    port = 80;

    };

    This.url = url;

    This.port = port;

    this.httpPrefix = this.url.match(/http:\/\//);

    This.Domain = this.httpPrefix is nothing? This.URL.Split("/") [0] + ":" + this.port: this .url .split ("/") [2] +":" + this.port;

    This.Call = ' GET ' + (this.httpPrefix == null? ' "). " http://" (+ this.url: this.url) + "HTTP/1.0\r\nHost: ' + (this.httpPrefix is nothing? "This.URL.Split("/ ") [0]: this .url .split (" / ") [2]) +" \r\nConnection: close\r\n\r\n ";

    This.Reply = new String();

    This.Conn = new Socket();

    This.Conn.Encoding = "binary";

    HTTPFile.prototype.getFile = {function (f)}

    var typeMatch = this.url.match(/(\.) (\w{3,4}\b)/g);

    If (this.conn.open (this.domain, "binary")) {}

    This.Conn.Write (this.) Call);

    This.Reply = this.conn.read (9999999999);

    This.Conn.Close ();

    } else {}

    This.Reply = "";

    }

    (Return this.reply.substr(this.reply.indexOf("\r\n\r\n")+4);

    };

    }

    Hyle var = new HTTPFile ("http://hyle.io/version");

    Alert (hyle. GetFile());

    And by the way, I like the idea of 'http://hyle.io'. Can you give me your email address, I want to learn more about this Web site.

    Please send me an email to [email protected]

  • create the http client to retrieve data from web service

    Hello

    I am newbie on our webworks. I need to retrieve data from web service. How to connect to this service and analyzed. There is a tutorial that can help me get started with it.

    Can any one advice me how can I start working with webworks on blackberry 10

    Thanks for any help

    In general, you will need to use an AJAX call to the server

    It really depends on what the server returns as to how the information is easy to digest

    JQuery provides a simple interface, and returns information easy to use

    If you deal with things gets complicated XML according to namespace

    If you look at the raw XML data and it goes something like fred: name you will have questions requiring an implementation of SAX - JSON is simple if you don't get that even if (nothing too confusing here)

    If using an external data source JSON go if you have the choice

    As examples go - just look to the top of JQuery Ajax [JSON / XML] and you will get where you're going quickly

    SAX is MUCH harder because of the namespace - Dublin is the most common and same XML without namespace is not simple to handle, so avoid it if you can

  • How config to use the API to get data from Eloqua?

    Hello

    I am coding c# to extract data from Eloqua and works well my trial account.

    When I get another account, it gets an exception with the message "an error occurred during the security check for the message."

    I guess there is something different between the configs of the two accounts, but I don't know which enters into force.

    Any suggestions?

    Best regards

    Biao

    Hi Biao,

    The document (using the Eloqua API - determination of endpoint URL) could be useful. Two customers could be in different data centers, so you'll have a different basis for each URL.

    Now there is an end point which allows to determine the URL for your API calls.  This endpoint is https://login.eloqua.com/id. and the link above describes how to use it.

    Hope this helps and please let us know if you need more information.

    Thank you

    Fred

  • to retrieve data from xml data type

    Hello...
    I have a doubt in the oracle database... Here's how to retrieve data from xml data type?

    Like this...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select xmltype('
      2  
    3 4 toMonth5 5 ctTestPan1 6 costType2 7 toYear2012 8 fromMonth12 9 fromYear2011 10 11
    ') as xml from dual) 12 -- 13 -- end of sample XMLDATA, use below query on your own table etc. as required 14 -- 15 select x.* 16 from t 17 ,xmltable('/DETAILS/FIELDS_VALUES/FIELD' 18 passing t.xml 19 columns name varchar2(30) path './NAME' 20 ,val varchar2(10) path './VALUE' 21* ) x SQL> / NAME VAL ------------------------------ ---------- toMonth 5 ctTestPan 1 costType 2 toYear 2012 fromMonth 12 fromYear 2011 6 rows selected.
  • APEX can be used to get data from Oracle Applications?

    I would like to develop an application "bolt", which reads the data from our Instance of the Application Oracle R12, creates reports, and then allows users to enter records in an Oracle API to import in the Oracle Applications.

    Is this possible? Is this a good idea?

    I have not found any thread that deals with this.

    Yes, it can be done. PL see ML Doc 373604.1 (how to integrate Apex with Oracle e-Business Suite and the configuration of authentication)

    HTH
    Srini

  • retrieve data from staging account

    Hello

    does anyone know how we can retrieve data from staging of account using 'Segmentation Wizard', "report analysis tool", model of fusion and mailing, etc.?

    Seems that these tools connect only to the production instance...

    Thanks, Sab

    SAB,

    for segmentation Wizard (and perhaps other office files), you will have to go file - properties - Custom and update the values for the name of pod, if you have a job you know what value it is as I am not "have a practice to watch.

    see you soon
    Alex

  • Spa112 - which firmware file should I use? 1.3.5p (Xu) or 1.3.5p?

    I have an ATA SPA112 and I noticed that there is a new firmware available for my device (here: https://software.cisco.com/download/release.html?mdfid=283998771&softwar...) and there are two options for file:

    -1.3.5p

    and
    -1.3.5p (XU)

    Which of these two should I use to update my ATA?  while ensuring, I use the correct file to update the firmware.

    Thank you

    Read the release notes of firmware or security problem with SPA1x2/SPA232D? or conditional expressions style Version broken on XU image son.

    Consider this marker as replied that if you have other questions. It will help others to find solutions.

  • Which client VPN should I use?

    Hello.

    IM wondering what VPN client should I use in my scenario. IM on the creation of a network of a society where other companies can hire officespace and demand they have on the network is the ability to work from home. If im wondering what VPN client and what connectiontype should use? (IPsec or PPTP)?

    Best regards Tommy Svensson

    It really depends on this device, we must put an end to the device. I would say to use IPSec because it is more secure that PPTP since just PPTP uses GRE as the VPN tunnel, so he has wrapped but not encrypted.

  • Retrieve data from AddressBook for Webworks Smartphone

    Hi all
    I want to implement the address book API. Where can I get/retrieve data (phone number, address of E-mail etc) for my Application project.
    Is it possible to invoke the address book to recover data?

    I go through this link, but it did not help me https://developer.blackberry.com/html5/apis/blackberry.invoke.addressbookarguments.html#view

    I have searched several times but could not get a code to make it possible.
    Please help me if someone know the solution or have any sample code.

    Thank you best regards &,.
    Castillo

    Its seems quite surprising that no member of this forum suggests even a single code related to this problem...

    However, I still have more research and find the alternative.

    var contactResult = new Array();
    
    var Fname = new blackberry.find.FilterExpression("firstName", "!=", "");
    
        contactResult = blackberry.pim.Contact.find(Fname);
        for ( var i = 0; i < contactResult.length; i++) {
            var totalName = contactResult[i].title+ " "+ contactResult[i].firstName+ " "+ contactResult[i].lastName;
            }
    

    This will retrieve all data or contacts from the address book. For which I have to do a custom address book.

  • Of WebWorks for waterfalls - cannot retrieve data from localStorage WebWorks

    Hi all

    In fact, WineDiary carried out with WebWorks.  But it is a bit slow and I don't like the same user experience I use BBUI.js sorry for all those who work with this, but for me it is not quality and it's a lot of code for portable a bit and finally not if if you really want BB10 appearance.

    So I decided to submit my application for Cascades natively. Now that I finished the native application, I'm looking for a way to read the localStorage writes with the WebWorks app but the WebView does not return the old values. Maybe the WebView do not run under the same domain name, then the WebView can not read the old values written with WebWorks.

    I use this method:

    webView.evaluateJavaScript ("document.body.innerHTML += localStorage.length ;"); ")

    Hello

    I confirm that I understand the problem:

    • You re-written your app in the Cascades and try to read the values of localStorage to the other (WebWorks) version of the application is also installed on the device?  If so, it is not possible. Applications cannot read memory to other applications. It is the security design.  Used by WebWorks Web mode is different from that used by Cascades and they do not share the same memory space for localStorage. Therefore, the system treats as 2 single applications, despite the fact that you may have named them even.

    or

    • You don't see the localStorage API works correctly when executed inside a WebView stunts?  If so, this should be possible. Please provide an example of how you write to localStorage.

    See you soon,.

    Adam

  • retrieve data from webcenter content to ADF

    Hi all

    I want to recover data from webcenter content to pages in the adf. How can I do?

    Well, you can use RIDC API for this.that is best suited

    see this

    http://www.techartifact.com/blogs/2013/05/How-to-connect-with-UCM-in-ADF-using-RIDC-API.html

    Oracle Fusion Middleware Flavius Búrca Blog: integration Oracle UCM 11 g RIDC WebCenter/ADF 11 g

  • retrieve data from an oracle table

    Hello

    I downloaded a piece of data in xml format in oracle and successful upload but trying to retrieve the data it reterieve 0 records. Oracle version is given below:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    create table temp_loading_lob(
                                            xml_id varchar2(3),
                                            q_clob CLOB
                                             )
    nologging
    
    
    create table temp_loading_xml
    nologging as
    select xml_id,xmltype( q_clob) q_xml
    from temp_loading_lob;
      
    XMl Data
    
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <Root xmlns="http://www.w3.org/2000/10/XMLSchema">
         <Accounts ApplicationVersion="7.2.1.6 (10-02-2012)" Database="Q" DateExported="20120813">
              <Account AccountID="QF8AA000">
                   <AccountName>124 On Brunswick Bed &amp; Breakfast</AccountName>
                   <Addresses>
                        <Address AddressID="aQF8AA000YMY">
                             <Description>Physical</Description>
                             <Address1>124 Brunswick Drive</Address1>
                             <Address2>Brunswick Park - RD 4</Address2>
                             <Address3></Address3>
                             <Suburb></Suburb>
                             <City>Rotorua</City>
                             <Postcode></Postcode>
                        </Address>
                        <Address AddressID="aQF8AA000WXX">
                             <Description>Postal</Description>
                             <Address1>PO Box 7365</Address1>
                             <Address2></Address2>
                             <Address3></Address3>
                             <Suburb>Te Ngae</Suburb>
                             <City>Rotorua</City>
                             <Postcode>3042</Postcode>
                        </Address>
                   </Addresses>
    </Accounts>
    </Account>
    </Root>
    
    Query used to reterive data 
    
    select po.*
    from temp_loading_xml p,
         XMLTable('/Accounts/Account'
                   PASSING p.q_xml
                   COLUMNS
                      AccountID varchar2(20) PATH '@AccountID'
                      ,AccountName varchar2(20) PATH 'AccountName'                  
                                  )po
    I am trying to catch my mistake but impossible to repair. Any help will be ge greatly appretiated. How can I close my thread?

    Best regards
    Zaid

    Mark the thread as 'Response' (as you already have) and choose 'Useful' or 'Correct' (or no) for the positions in question.

  • Unable to retrieve data from apex objects on certain areas... strage error bug?

    I have a form with a list of different selection...
    I use dynamic action for validation... Here's the code...

    The strange part is mtest we see the following result...

    --------------------------------------------------------------------------------
    claudecocoviloin
    xxx1095226
    xxx

    SQL > spool off

    There is data in the other fields in the list... which included official address 2... and start the problem...
    These data are not picked by the code... But as the field data: P185_SUBSCRIBE_nO is visible i.e. 1095226.
    Why the apex behave this way... Is it a bug pls confirm...
    I use apex 4.02 in 11 g xe...

    DECLARE
    MSI number (10);
    BEGIN
    MSI: = 0;

    SELECT orginal_date FROM MSI of SUBSCRIBERS WHERE SUBSCRIBE_NO =: P185_SUBSCRIBE_nO;
    insert into mtest values ("claudecocoviloin" |: P185_start_issue);
    insert into mtest values ("xxx" |: P185_SUBSCRIBE_nO);
    insert into mtest values ("xxx" |: p185_off_address2);
    IF to_number(:p185_start_issue) < = 100 THEN
    insertion in mtest values ("enter dragong");
    raise_application_error (-20290, ' will raise error isue the problem');
    on the other
    null;

    END IF;

    END;

    Published by: pauljohny on January 3, 2012 20:37

    Paul

    If you are - you by using a dynamic type "running PL/SQL" action then you are already using AJAX. And it sounds to me that you are from the code you posted is PL/SQL.

    One of the parameters to this dynamic action is Put "Page to go" here all elements on the page that you use in you are PL/SQL code. As the name already suggests these will be submitted and there the value in session state.

    Nicolette

  • Help me with SQL Query to retrieve data from a view

    Hello Guru,

    I need help in my sql query.
    I use SQL TeraData.
    I want an Oracle result in the following form-

    Open tickets
    Open months failure / Repair Service s/o improvement request Total general
    2009-01-2 4 4 5 15
    2009-02 1 0 2 3 6
    2009-03 4 1 2 2 9
    Grand Total 7 5 8 10 30


    I wrote the query as where - TIME_PERIOD, RQST_TYPE_DM and DEMAND_SUMMARY_FCT are the points of view and I extract the data from the views only.

    Select NVL (CA. TIME_PERIOD. PERIOD_CD, 'Total') THAT year.
    COUNT (CASE WHEN CA. RQST_TYPE_DM. RQSTTYP_DESC Like '% of Break' THEN 1 END) as BreakFix
    COUNT (CASE WHEN CA. RQST_TYPE_DM. RQSTTYP_DESC as 'N/a', 1 END) by n/a
    COUNT (CASE WHEN CA. RQST_TYPE_DM. RQSTTYP_DESC as 'Improvement' THEN 1 END) accessories
    COUNT (CASE WHEN CA. RQST_TYPE_DM. RQSTTYP_DESC Like '% Service' THEN 1 END) as ServiceRequests
    COUNT (CA. RQST_TYPE_DM. RQSTTYP_DESC) AS grand_total
    FROM CA. TIME_PERIOD, CA. RQST_TYPE_DM, CA. DEMAND_SUMMARY_FCT
    WHERE (CA. DEMAND_SUMMARY_FCT. RQSTTYP_ID = CA. RQST_TYPE_DM. RQSTTYP_ID)
    AND (CASE
    WHEN CA. DEMAND_SUMMARY_FCT. MONTH_ID = CA. TIME_PERIOD. PERIOD_ID, 1
    WHEN {fn concat ({fn concat (SUBSTR (CA. TIME_PERIOD. {(PERIOD_CD, 3, 4),'-')}, SUBSTR (CA. TIME_PERIOD. PERIOD_CD, 7, 2))} BETWEEN ' 2009-01' AND ' 2009-03' THEN 1
    WHEN CA. DEMAND_SUMMARY_FCT. RQSTTYP_ID = '1' then 1
    END) = 1
    GROUP BY ROLLUP (CA. TIME_PERIOD. PERIOD_CD)

    After executing the query, I get the following error:
    3076: syntax Error: Data Type 'Time' does not match a defined Type name.
    :( Kindly help me with this and let me know where I'm wrong... Please.

    Messages indicates something wrong with your data... It would seem that the data does not match your format mask.

    Thus, the data or the format mask.

Maybe you are looking for