API to connect to the Feeder program

I have my external database in the process if connected via the API of Eloqua. I want to implement the program feeders that pull new and relevant contacts in my program. What is the best practice it? Is it possible for the API feed a group of existing Contact and the Contact Group feed the program... so no need to put in place all o FLE selection rules within Eloqua data again once, just manage that out in the database and all flow contacts eligible in this group of Contact via API - the program and then run automatically to all new contact that exist within the Group contact? is there anything else that I need to consider? is this a good idea?

Hi Mike,.

It is generally recommended to use the DataTransferService API to move data between the CRM and Eloqua. Then, for your case, you would generate the appropriate form of CSV files data, and then pass the data in Eloqua via 'DataImports '. The donneesimporter API basically triggers an asset "Sauvé Upload" (which you'll need to create through the user interface) in Eloqua. You can configure the component 'Download Actions' of the saved download to add Contacts to a Contact Group or to a specific stage of PB.

Another way to get data in to Eloqua and push them to a Contact Group or a PB step must submit an Eloqua. You either use the Service API to submit directly to the shape or to a server side re-post on HTTP (this does not require the API).

According to the volume of data, you're hoping to push Eloqua will probably decide which route you can take here - the DataTransferService API donneesimporter method or the sending of the form (2 options).

Thank you.

Tags: Marketers

Similar Questions

  • Unable to connect to the beta program

    Adobe phone and Chat support say they can't help me.

    Facing problems trying to sign up for the beta program of Muse

    Finish on an endless loop where I keep getting referred to connect on a page and the other with an error message saying that I am not a member creative cloud that sent me to the login page and so on. Either way, I am.

    I would like to provide a screenshot, but it doesn't seem to let me. It keeps bouncing me out of the message.

    Help!

    Hello

    You can use these links

    To register

    Preliminary interest form

    To connect

    https://prerelease.Adobe.com/project/forum/default.html?Cap=8B043D3D61014E229339ABC922FB85 FC

    Let me know if you still have questions

  • How to check if the API can connect to the FM band?

    Hi in my FMClient I the following method to check if the API is alive: bool::IsConnected() {return F_ApiAlive() > 0 ;} FMClient Once I connect to FM with F_ApiStartUp the IsConnected method returns true. However, if the user closes the application FM then continue this method always returns true. How can I check if the FM application is alive and the FMClient is connected with it? Should I run and test an API call? for example try to get active in the current document, or something else?

    Yes, the single thread is the normal state. There could be some tricks around it, however. You need to ask someone with the expertise of programming a little more. I would like to ask the question here:

    Yahoo! groups

    Russ

  • Specify the Feeder program specific day (recurring)

    You can specify a program Feeder to only run one day recurrent? For example, run every third Wednesday of the month? or 20th day of each month?

    Not necessarily on drivers but there are decision sets the options which can look to see if a particular day of the month.

    So, you could have the charger works always daily / hourly, but in the program, use a decision rule to maintain contacts to a specific day of the month.

  • To connect to the VPN program Planner

    Hello!

    I'm new on using Windows Scheduler, so I hope you can help me. I want to set up a task to run at a specific time and open a VPN program. After opening, I'd like to see if planner may enter a user name and password and then hit the prompt to open a session. Is this possible?  Thank you!

    (Moved to programs)

    Hi William,.

    Thanks for posting your request here in the Microsoft Community.

    I suggest you to refer to the following Microsoft Help article and check if it helps. This article includes information about planning for the tasks.

    http://Windows.Microsoft.com/en-us/Windows/schedule-task

    As you try to schedule a VPN program runs, it might need permissions. In this scenario, it would be better to post the same question in the Microsoft TechNet forum for more help on this issue. We have a dedicated team to help you with such questions.

    https://social.technet.Microsoft.com/forums/Windows/en/home?category=w7itpro

    Please do not hesitate to visit our Web site for any help with the Windows operating system.

  • Unable to connect to the internet with the new installation of XP Service Pack 2

    Hello.  I have an old laptop (Dell Latitude D630) that I recently reinstalled Windows XP, service pack 2.  I logged directly into my Fios modem because I can not find how to connect wireless.  When I open Internet Explorer it says that cannot display the page.

    I went to tools, Internet Options, connections and Lan settings.  There automatically detect the settings checked and that's it.  When I try to tools, Internet Options, connections and the installation program, it seems to want to set up a dial-up access.  When I go to control panel and click on network connections, it shows a 1394 connection that is connected and a firewall.  By clicking on status shows connected to 400 Mbps.  I tried to repair the connection, just in case, and it is said that he could not finish because he could not question the connection TCP/IP settings.

    Did anyone know what I can do to connect to the internet, so I can run Windows Update?

    Thank you.

    In addition to advice Xircal you need sp3, the first thing you need to do is to install the drivers for your hardware.  If what you see in network connections is an icon for an IEEE 1394 (FireWare) connection, you must at least install drivers for your Ethernet network cards and wifi.

    With the help of a computer that can connect to the Internet (for example, the one you use to post here), go to http://www.dell.com/support/my-support/us/en/555?c=us&s=biz&cs=70&l=en and enter the serial number for the laptop.   Download drivers for your Dell D630, copy to a USB flash drive (or burn to a CD) and install as shown here--> http://www.dell.com/support/troubleshooting/us/en/04/KCS/KcsArticles/ArticleView?c=us&l=en&s=gen&docid=268873

  • Not able to connect to the server via the AFN TCP

    Hi all

    After Googling carefully I finally decided to post my problem which is really sent me nightmares.

    In my application, I try to connect to a TCP server by using the operator of internet network and after the connection string

    URL = "socket: / /" + ip + ":" + port + ";" deviceside = true; connectionTimeout = 30000; APN =; tunnelauthusername =; tunnelauthpassword =; » ;

    I am able to connect to the internet using the phone's browser, but not able to connect to the TCP server via app.

    In my device APN authentication is disabled by default and the AFN, the name of user and password fields are white that's why I took these settings like white with a value in the connection string.

    When I try to connect via wifi network using the suite of string

    URL = "socket: / /" + ip + ":" + port + ";" deviceside = true; interface = wifi; connectionTimeout = 30000;

    I am able to connect to the server, but not in the case via the AFN.

    Please help me...

    I'm here just stuck and not finding a way out.

    Thank you

    Finally I found the solution to the problem...

    I used ConnectionFactory (network API) to connect to the TCP server and the used connection string is just

    'socket://127.0.0.1:8089 '.

    No need to specify the APN, user name, and password.

    Here's the code used

                     ConnectionFactory connFact = new ConnectionFactory();
                      ConnectionDescriptor connDesc;
                      connDesc = connFact.getConnection("socket://127.0.0.1:8087");
    
  • How to write a program that allows an HTTPs connection to the APACHE TOMCAT server in blackberry JDE

    Hello.. I am very new to the blackberry JDE environment. But then, I have a project in which I should write a program that will make an HTTPs connection to the apache tomcat server using blackberry JDE. The simulator which I use is 8330-JDE.

    Here is my code...

    import java.io.IOException;

    Import java.io.InputStream;

    Import javax.microedition.io.Connector;

    Import javax.microedition.io.HttpsConnection;

    Import net.rim.device.api.ui.UiApplication;

    Import net.rim.device.api.ui.container.MainScreen;

    public class Httproto extends UiApplication

    {

    public public static void main (String [] args)

    {

    Httproto instance = new Httproto();

    instance.enterEventDispatcher ();

    }

    public Httproto()

    {

    pushScreen (new HttpsConnectionScreen());

    }

    }

    final class HttpsConnectionScreen extends screen

    {

    public HttpsConnectionScreen()

    {

    HttpsConnection c = null;

    InputStream is = null;

    int rc;

    try {String url =

    "https://192.168.2.3: 8443/cit/j_acegi_security_check? j_username = sanogo & j_password = redhat;

    c = (HttpsConnection) Connector.open (url);

    c.setRequestMethod (HttpsConnection.POST);

    System.out.println ("connection is open with the server");

    Get the response code is open the connection,

    Send the request and read HTTP response headers.

    The headers are stored until asked.

    RC = c.getResponseCode ();

    System.out.println ("response from the server" + rc);

    if (rc! = HttpsConnection.HTTP_OK) {

    throw new IOException ("HTTP response code:" + rc);

    }

    is = c.openInputStream ();

    Get the ContentType

    The string of type = c.getType ();

    The length and process data

    int len = (int) c.getLength ();

    if (len > 0) {

    int actual = 0;

    int BytesRead = 0;

    byte data = new byte[len]; while ((bytesread! = len) & (real! = - 1)) {

    real = is.read (data, bytesread, len - bytesread);

    bytesRead += real;

    }

    } else {}

    int ch;

    while ((ch = is.read (())! = - 1). {

    }

    }

    } catch (ClassCastException e) { throw new IllegalArgumentException ("not a HTTP URL");}

    }

    catch (IOException ioe) {}

    finally {

    Try

    {

    if (is! = null)

    is. Close();

    if (c! = null)

    c.Close ();

    }

    catch (IOException ioe) {}

    }

    }

    }

    When I run this program in the Simulator, I can do nothing. Please correct me if I'm wrong in coding.

    As I am new to this blackberry JDE environment, ideas and suggestions on how to write and run the sample applications in the blackberry are more welcomed.

    Concerning

    Hinduja

    Make sure that your MDS starts when the Simulator starts.  In the JDE will in Edition > Preferences > Simulator > General and click the checkbox "launch Mobile Data System connection with Simulator Service.

  • He says that I'm connected to the internet, but I can't use certain programs such as google chrome or ooVoo... Why?

    I am connected to the internet, but I do not know why I can not use some programs... someone please help me I am so frustrated!

    Hi Alejandrac_677,

    ·         What version of IE are you using?

    ·         What operating system is installed on your computer?

    ·         What happens when you try to access Internet Explorer, you receive no error message?

    ·         How long have you been faced with this problem?

    ·         You did it last changes before the show?

    Please see the following to find out about Internet Explorer, and operating system.

    Find out what version of Internet Explorer you are using

    http://Windows.Microsoft.com/en-us/Windows7/find-out-which-version-of-Internet-Explorer-youre-using

    What version of the operating system Windows am I running?

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    You can also check:

    Why can't I connect to the Internet?

    http://Windows.Microsoft.com/en-us/Windows7/why-can-t-I-connect-to-the-Internet

    Please provide us with more information about the issue so that we can help you in a better way.

  • Disorders programs are connected to the internet

    Program steam does not work as error "Steam.exe (main exception): to run steam, you must first connect to the Internet" I can browse the internet cant perfectly just to get some programs who need internet to run

    Hello

    ·        Where you can connect to the Steam network before?

    ·        What games you try to play?

    As BossDweebe mentioned in the previous post, check for security software and firewall and disable them and check if you're able to connect to Steam and check. See the article mentioned below.

    Disable the anti-virus software

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    Firewall: Frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/firewall-frequently-asked-questions

    Note: Once done with tests, turn on security software and firewall on the system.

    I suggest for steam uninstall and then reinstall the system and check if you are able to establish a network connection.

    Click on the link below.

    www.Store.steampowered.com/

    Apart from this I suggest you post on the Steam forums for assistance.

    http://forums.steampowered.com/

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Connection problems. Firefox is the only program that can connect to the internet, all other programs fail. Windows 7 upgrade

    Hello

    I've recently updated to Windows Vista 64-bit for Windows 7 64 bit.  After the upgrade, I noticed that Firefox is the only program that allows me to connect to the internet and surf the web.  Windows updates not connecting not (error 80072EFD) and any other program that tries to connect to the internet fails.  Also, when I install the updates to Firefox, Firefox is no longer will connect; I have to do a system restore to an hour before the updates of Firefox in order to get online.  I searched the web relentlessly trying to identify the problem and tried the steps recommended on these sites: http://www.online-tech-tips.com/windows-7/windows-7-cannot-connect-to-internet/ and http://social.technet.microsoft.com/Forums/en/itprovistaie/thread/8777663d-013c-47b8-b11a-0e890612b533 and http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/32593406-f0af-449d-9cfd-3be3827fbf30

    Help, please!

    Start with http://windows.microsoft.com/en-US/Windows7/why-can-t-i-connect-to-the-internet

    You may encounter temporary connection [e.g. 0x80072EFD] errors when you use Windows Update or Microsoft Update to install updates
    http://support.Microsoft.com/kb/836941

    For better assistance, post in this forum: http://social.answers.microsoft.com/Forums/en-US/w7network/threads ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Getting the generic host process error. Using XP SP3. Programs do not work, can not connect to the net, etc.

    If this can help:

    Application name: SVCHost.exe AppVer: 5.1.2600.5512 Offset: 001a6f64

    Hello

    ·          You receive error message generic host when you work with a program or a particular application?

    ·          Do you remember any changes made on the computer before the show?

    ·          What is the service pack installed?

    ·          What is the number and the model of the computer?

    ·          You have all the products HP installed or connected to the computer?

    Run the verification and virus scan online if any malware or virus detected on the computer activity. You can run the scan for viruses online from the link below: http://www.microsoft.com/security/scanner/en-us/default.aspx

    NOTE: Make sure that you select the correct version of the operating system before downloading the scanner)

    You can check the links below: error messages when you start a Windows XP-based computer and then try to download Windows updates: http://support.microsoft.com/kb/931852

    How to troubleshoot possible causes of Internet connection problems in Windows XP: http://support.microsoft.com/kb/314095

  • Impossible to load the program properly when connected in the field

    I have a small office network running win2k server and 8 workstations under win2k and winxp.   I'm upgrading of the fastest desktop computers that are running Windows XP pro and having difficulty in loading my main practice management software while I'm connected to the domain.  I have 2 identical workstations under winxp pro where one of them charge very well and the other won't.  One successful would only the 'administrator' has been connected to the workstation.  Then I went then to users and connected to the domain and everything worked.  The other computer will load and works very well as long as I am connected to the workstation.  When I connect to the domain and click on the program, it acts like its trying to open but nothing happens.  I tried to remove the program, and reinstall them once logged into the domain, but the same thing going on... why?   The only thing that might be different between the 2 workstations is sequencing when I added users, and when I first joined the field.

    Hello

    Questions like these are much better handled in the TechNet IT Pro Forums.

    My moderator tools cannot transfer messages on Windows forums, please re - ask you question there.
    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

    Jack-MVP Windows Networking. WWW.EZLAN.NET

  • Programs cannot connect to the internet, while IE8 and firefox work very well on the internet.

    I used google chrome as my default browser, but one day it stopped working, while firefox and IE always worked / work fine now.  When google chrome no longer works, all my programs stopped to connect to internet, like Skype, itunes, WMP, etc.  The itunes gives error me is "make sure that your network connection is active and try again.  When I download programs through to firefox or IE8, now my default, they download but used to install or connect to the internet (I tried to reinstall chrome after that deletion but it will not be completed).  I was certain this isn't the router or the Internet itself, my wireless works very well to navigate through the Internet and other computers on the network do not have this problem. problem when I connect to other wifi networks.  The help and support center will not be to the point after that I click on it.  I use windows xp sp3 home edition 2002.  I looked through the other threads to see if I can solve the problem, check the exceptions in the firewall, disabling firewalls and other security, running an antispyware/malware, someone suggested (super antispyware), lowered or disabled security settings, but all without success.  I don't know what to do at this point but to restart the system.  Please help, any suggestions?  Thanks in advance.

    Hi unlucky2013,

    Follow the steps from the link below: Windows XP Internet programs cannot connect to the Internet through the connection broadband:http://support.microsoft.com/kb/307164

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Some programs cannot connect to the internet on Windows Vista?

    I'm unable to connect to the internet, such as Internet Explorer, programs/games programs that use a program that download in the same way to torrents, almost everything that is to connect to the internet for more information. The only programs that can access the internet are Firefox and a few games I downloaded before this problem occurred. I tried to disable the Windows Firewall, leaving the programs through Windows Firewall, but still nothing.

    You use Norton or McAfee - Script disable blocking if you can.  If this is not the case, try to uninstall the application and start the game again.

    Perform a clean boot

    http://support.Microsoft.com/kb/929135

    Parameters of the control Port.  You may need to open a port.

    This could also be the cause by using a proxy server for your connection through.
     https://KB.Perforce.com/Article/905/common-Windows-Server-network-errors

Maybe you are looking for

  • Instead of the only multitouch touch the Portege M750

    I, would like to have the multi touch instead of the one touch really,were good pilots to find? Thks, cordiallyAlex

  • 'THotkey' recovery has no code error 0 x 00031402 0 x 00000002 message.

    Recently, my Toshiba F20 (OS Windows XP) starts, reached the office and then I can't go any further. The cursor does not double click all the icons - I can not enter START or use ctrl + alt + delete. basically unable to use the computer. I get the me

  • Inverter or without drive on Aspire V5-571p-6407

    I've been tyring to find a for the v5-571p-6407 frequency control, but were not able to sparepartswarehouse.com or laptopking.com, which makes me wonder if there is a frequency on this model control or if I need to replace the LCD everything? Does an

  • Not updated since January/February

    I noticed that a lot of people have the same problem, I got; a svchost process, update the window, hogging CPU (up to 99%) and big chunks of memory. If people are not leaving out certain things, then I had a different scenario. It was mentioned to do

  • without mouse

    My left click of the mouse is worn.  I moved the action to the right.  My question is: how to create a shortcut without a left click and using the keyboard? Thank you all. Piergiman