PHP: Seeking users by e-mail of the Eloqua GUID

I'm looking for simple instructions on how I can get the users Web site e-mail address of the Eloqua GUID with PHP...

I have seen a few examples with javascript, but I can't seem to find the side Server?

Steve

This is an old issue, but for those who can land here via search and so on...

As you said, you can use web data research to obtain data through JavaScript client-side (using the Eloqua Cookie to customize your Web site, FAQ: data Web site searches).

For these server-side data, get the GUID (you should maybe wait for the page to load so that the cookie is loaded, retrieve the GUID with JavaScript, and then send it to the server with an AJAX call) and make a call to the SOAP API (Eloqua SOAP API Documentation) to obtain the profile of visitors (Eloqua API how-to: request for visitor profile data).  Condition that the visitor has been linked to a known contact, visitor will have known contact ID profile data - use ID to call the REST API (The API REST Eloqua - contact tracing) and get some contact data you want, including the address email contact.

Tags: Marketers

Similar Questions

  • mobile e-mail from the admin folders. page to a new page to the user.

    How can I move files mail of my admin page to a new page of the user, so that both users can access folders?

    Hello

    Who did you send provider?

    What is a mail on the Web, or you use any e-mail like outlook client?

    What do you mean by new user page? Referring to the new user account?

    If you are making reference to the new user account where you need access to these files and folders, you can try to move your folders in the Public folder.

    The Public folder is a convenient way to share files that are stored on your computer. You can share files in this folder with other people using the same computer and with people using other computers on the same network. Any file or folder you put in the folder Public is automatically shared with the people who have access to your Public folder.

    For more information about public folders, you can see the article below.

    Sharing files with the Public folder
    http://Windows.Microsoft.com/en-us/Windows-Vista/sharing-files-with-the-public-folder

    Let us know if this helps

    Concerning
    Anthony.

  • Sending mail to the current user

    Hi all

    I want to send the mail to failure to connect currently user.
    I know how to send the mail to a perticular user, but my requirement is I want to send the mail to the currently logged in user.
    Is there a way to do this. Help, please.

    Thank you
    Ravi.

    Assuming that the field of the target user's e-mail address is filled in access to its user FDM profile, you should be able to use the following syntax:

    strUserID = API. DataWindow.Connection.PstrUserID' this is the Userid of the active user of FDM
    strUserEmail = API. DataWindow.Security.fUserEmailGet (strUserID)' returns the e-mail address of the user

  • Send an OBIEE report to the user no OBIEE Mail (customer) in OBIEE11g

    Hi Patricia,

    I'm fresher to OBIEE, I need step to 'send an OBIEE report the user no OBIEE Mail (customer) in OBIEE11g. searched on-line got only OBIEE 10 g Documents that one also followed but no results. Please help me... step to config a courier for external users.

    Thnaks,

    That the SMTP server configured by your admin and create a privilege given to your role agent. Then schedule an Agents to yourself / Testuser with the report to be sent to external users as its content. Configure the profile of delivery to the recipient. In the implementation for electronic device - profile of delivery specify the external e-mail address. This might be useful

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/bi/bi11115/delivers/alerts.htm

    Thank you.

  • generate a random password and sending a userid by mail to the user

    Hello
    I have a field called username in the form of process, this user id are accessible only by the ANALYST GIA PROVISIONING for updating the user ID to provide some of the id of the user of the resource. I want to send the user ID of the process shape in a mail to the user of the target, in addition, I also want to include a password also field nd send a random password for the user. In short I want to get the values of the user id and password send an e-mail to the target user

    See task there is a notification tab where you attach several e-mail templates that can help you to send multiple messages to the same answer

  • How to activate the e-mail of the user by default, which corresponds to your adobe id?

    How to activate the e-mail of the user by default, which corresponds to your adobe id?

    No problem, glad it works. Good luck!

  • Mail user send 10 times to the CC, I need to mail send only once to CC. Loop problem

    Dear Sir.

    In my application, I created a survey then it goes to HOD HOD assign to the group or Indivitual User.if HOD assign inquiry to ressemelable it to the group. Then send Mail to all users in the Group and send mail to the user who who after investigation.

    Suppose that the Group has 10 users.
    But now my problem is when I select the group then mail send to the group users (10) but 10 send mail to users that query.i Post uses CC who has the Post request.

    I don't need that once mail send to the user who posts this request nothing 10 times.

    It's looped .loop is fire 10 times for the CC, I need fire once for CC.



    How can I do that.

    My Code is.
    DECLARE
    
    l_id number;
    to_add varchar2(1000);
    to_sub_by varchar2(1000);
    from_add varchar2(1000);
    l_body varchar2(4000):=:P33_DESCRIPTION;
    l_sub varchar2(1000):=:P33_SUBJECT;
    I_case varchar2(10):=:P33_CASE_ID;
    I_isue_dte date:=:P33_SUBMITTED_ON;
    l_regd    varchar(100);
    
    
    CURSOR C1 IS SELECT EMAIL_ID,(SELECT EMAIL_ID FROM USER_MAS WHERE USER_ID =:P33_SUBMITTED_BY_ID) AS D FROM USER_MAS WHERE USER_GR_ID=:P33_ASSIGNED_TO_GROUP_ID AND USER_ID NOT IN(:APP_USER);
    
    
    
    BEGIN
    
    if :P33_ASSIGNED_TO_GROUP_ID is not null then
    
    open C1;
    LOOP
    FETCH C1 INTO to_add,to_sub_by;
    EXIT WHEN C1%NOTFOUND;
    
    select email_id,user_name into from_add,l_regd from user_mas where user_id=:app_user;
    
    l_id:=APEX_MAIL.SEND(
            p_to        => to_add, -- change to your email address
            P_cc        => to_sub_by, 
            p_from      => from_add,
            p_body      => 'Issue Information'||''||chr(13)||chr(10)||chr(13)||chr(10)||
                           'www.farhorizonindia.net:7777/crm'||''||chr(13)||
                           'Issue Title'||':'||l_sub||CHR(13)||chr(10)||
                           'Issue Number'||':'||I_case||CHR(13)||
                           'Issue Open Date'||':'||I_isue_dte||''||chr(13)||chr(10)||CHR(13)||chr(10)||
                           'Most Recent Comment'||':'||''||chr(13)||chr(10)||
                           l_body||chr(13)||chr(10)||''||CHR(13)||chr(10)||'Regards'||chr(13)||chr(10)||''||l_regd||CHR(13)||chr(10)||CHR(13)||chr(10)||'Please do not reply to this email.If you wish to update the call.please login to the issue Management.',
          
      P_subj      => I_case ||' Issue '||l_sub);
    
    end loop;
    close C1;
    
    end if;
    
    COMMIT;
    apex_mail.push_queue(
    P_SMTP_HOSTNAME => '102.111.0.9',
    P_SMTP_PORTNO => 25);
    
    commit;
    
    END;
    How to solve it.

    Thank you

    Published by: Sophie on June 22, 2011 05:17

    Published by: Sophie on June 22, 2011 20:57

    Published by: Sophie on June 22, 2011 22:52

    Published by: Sophie on June 23, 2011 12:11 AM

    Published by: Sophie on June 23, 2011 01:15

    Hello

    Maybe like this:

    DECLARE
     l_id number;
     to_add varchar2(1000);
     to_sub_by varchar2(1000);
     from_add varchar2(1000);
     l_body varchar2(4000):=:P33_DESCRIPTION;
     l_sub varchar2(1000):=:P33_SUBJECT;
     I_case varchar2(10):=:P33_CASE_ID;
     I_isue_dte date:=:P33_SUBMITTED_ON;
     l_regd    varchar(100);
    
      CURSOR C1 IS SELECT EMAIL_ID FROM USER_MAS WHERE USER_GR_ID=:P33_ASSIGNED_TO_GROUP_ID AND USER_ID NOT IN(:APP_USER);
    
      BEGIN
         if :P33_ASSIGNED_TO_GROUP_ID is not null
         then
           -- do this query once!
           select email_id,user_name into from_add,l_regd from user_mas where user_id=:app_user;
            -- first send a mail for the CC email
            SELECT EMAIL_ID into to_sub_by FROM USER_MAS WHERE USER_ID =:P33_SUBMITTED_BY_ID;
            --email
            l_id:=APEX_MAIL.SEND(
            p_to        => to_sub_by, -- only the cc email
            p_from      => from_add,
            p_body      => 'Issue Information'||''||chr(13)||chr(10)||chr(13)||chr(10)||
                           'www.farhorizonindia.net:7777/crm'||''||chr(13)||
                           'Issue Title'||':'||l_sub||CHR(13)||chr(10)||
                           'Issue Number'||':'||I_case||CHR(13)||
                           'Issue Open Date'||':'||I_isue_dte||''||chr(13)||chr(10)||CHR(13)||chr(10)||
                           'Most Recent Comment'||':'||''||chr(13)||chr(10)||
                           l_body||chr(13)||chr(10)||''||CHR(13)||chr(10)||'Regards'||chr(13)||chr(10)||''||l_regd||CHR(13)||chr(10)||CHR(13)||chr(10)||'Please do not reply to this email.If you wish to update the call.please login to the issue Management.',
    
      P_subj      => I_case ||' Issue '||l_sub);
    
    -- Now the loop throught the users from the group
      open C1;
      LOOP
         FETCH C1 INTO to_add;
         EXIT WHEN C1%NOTFOUND;
    
    l_id:=APEX_MAIL.SEND(
            p_to        => to_add, -- change to your email address
    --        P_cc        => to_sub_by,  -- no more CC
            p_from      => from_add,
            p_body      => 'Issue Information'||''||chr(13)||chr(10)||chr(13)||chr(10)||
                           'www.farhorizonindia.net:7777/crm'||''||chr(13)||
                           'Issue Title'||':'||l_sub||CHR(13)||chr(10)||
                           'Issue Number'||':'||I_case||CHR(13)||
                           'Issue Open Date'||':'||I_isue_dte||''||chr(13)||chr(10)||CHR(13)||chr(10)||
                           'Most Recent Comment'||':'||''||chr(13)||chr(10)||
                           l_body||chr(13)||chr(10)||''||CHR(13)||chr(10)||'Regards'||chr(13)||chr(10)||''||l_regd||CHR(13)||chr(10)||CHR(13)||chr(10)||'Please do not reply to this email.If you wish to update the call.please login to the issue Management.',
    
      P_subj      => I_case ||' Issue '||l_sub);
    
    end loop;
    close C1;
    
    end if;
    
    COMMIT;
    apex_mail.push_queue(
    P_SMTP_HOSTNAME => '102.111.0.9',
    P_SMTP_PORTNO => 25);
    
    commit;
    
    END;
    

    Herald tiomela
    http://htendam.WordPress.com

  • Simple link to the e-mail of the users application

    Is there a simple way in Flex to create a link to the e-mail of the users application, so that the user can click and their application is displayed. I want this to look like a link (blue and underlined) ordinary html. Thre are no variables that must go with the email.


    http://www.Adobe.com/2006/mxml">
     
       
          mailto:[email protected] "><> color =" #0000FF "[>[email protected]]] >"
       

     

  • Trying to understand how the Eloqua cookies work and relate to a user

    Greetings,

    I'll just start where I think my basic understanding is for the moment and move what I seek to clarify and accomplish.

    High level understanding:


    • The user hits your Web site that contains the "Eloqua traceability Code" in this topic.

    • Cookie is created that is grouped with ".". Eloqua.com.

    • The user goes to a form and submits their contact information OR surfed a bit before hitting a form

    • … At this point, I get a little misty... *.

    • Eloqua treats the presentation (or create a new record or at the e-mail address and adds the information as prescribed in the existing record)

    • (Will not enter treatment programs because they are not relevant to my question)

    • Eloqua is to the top of the confirmation page

    * So here's what I'm foggy on...

    1. How/where the cookie will be created. I followed to this 'image' tag in the elqImg.js file. (http://now.eloqua.com/visitor/v200/svrGP.aspx?pps=3 & siteid ={SITEIDHERE} & ref2 = elqNone & tzo = {TIMEZONECODE} & ms = 933 & elqCookie = 1). This is the only method of creation of the cookie, calling this URL?

    2. This GUID in the ELOQUA cookie, is the one that is now linked to the folder of the user once they succeeded to convert?

    The goal

    What I do, it is a construction of a method aside server to validate users return, those who have converted for example via a form and are known to me.

    I have an idea what happens to the code, I'm just here to chop the process on the side of Eloqua how it handles data as well as what look for it system to properly attach the USER = this cookie GUID (if that even happens).

    If it's worth whatever it is we're always on Eloqua 9 If this has an impact on the method.

    Any help is appreciated.

    Thank you kindly

    Hello Adam,.

    I'm not quite clear on the use cases that explained you at the end, but I'll explain how the creation of cookie:

    When you followed the scripts on your page - in this case, you have the old synchronous tracking scripts, the call to the function img.js below

    results in the creation of cookie. Please note that there is no code client which translates into the creation of cookie, but when this line of code above is executed, this triggers a call to our svrGP.aspx page - as you have already noticed, and exist on our server-side. This page performs certain functions among which is to create a GUID and drop a cookie on the browser if it isn't one already. This page is also responsible for the creation of a visitor profile, which is a record in our visitor table in the database that has a GUID primary key - which is what contains the Eloqua cookie.

    Thank you

    Tarek

  • Ask for help with PHP to send an e-mail

    I have a family site. I use a PHP only access with that family members (portions glued and may not be complete)

    / * Adds a line of [] $authorization for each pair of login/password you want to add: * / (I have 30 odd)

    [$authorization] = array ('Big boy', '123456');

    $submit = $_POST ['submit'];

    $user = ";

    $password = ";

    $remember = ";

    If ($_GET ['user']) {}

    $user = $_GET ['user'];

    $password = $_GET ["password"];

    $remember = $_GET ["remember"];

    }

    If ($_POST ['user']) {}

    $user = $_POST ['user'];

    $password = $_POST ["password"];

    $remember = $_POST ["remember"];

    {foreach ($authorization as $loginpair)}

    {If (($user == $loginpair[0]) & & ($password == {$loginpair [1]}))}

    $_SESSION ['user'] = $user;

    $loginsuccessful = TRUE;

    }

    {If ($_SESSION ['user'] == {$loginpair [0]})}

    $loginsuccessful = TRUE;

    Then, on each page of my site, I

    <? PHP require('.. / Login.php ');? >

    I know that's not the best system... I'm afraid to try the mySLQ

    There is much information available to send the results of forms, but this isn't what I want to happen. As I create a session for the user, it seems to me that it should be possible for PHP to send me an email with the name of the users (the first time in the current session), a page is accessed.  By using the following code (from somewhere)

    <? php mail (' [email protected]', 'Topic of the e-mail', "The body of the email?");? >

    I get an email sent to me. But how can I get the name of the user, the time and date and... If possible, do it just send me an email once.

    I hope that my request for help is logical... I appreciate your time. Thank you

    Ralph3616 wrote:

    My 'desire' was to replace Scripture in a file which I then access through FTP to read, send the results in an e-mail message would be easier.

    If you use my code and create a $_SESSION in the login page and replace $_COOKIE for $_SESSION is exactly what he will do.

    If you are not ready to be a little more open minded and at least give it a go then I guess you're stuck with what you currently have.

  • Why my contact form/php page sends an e-mail on page load?

    Hi all

    If all goes well, can point out the error of my ways here.

    I have a website with a www.matrixweb.fr contact page and he sends me an email everytime the page loads. The last site I've built, I used a separate page for the PHP so users then had to sail back to a page in the site, but this time I just want to send the data and stay where they are on the contact page. In short, I want just the php to send me mail with the form data in and not an empty one every time someone loads the page!

    I'm pretty new to this so much good advice would be much appreciated.

    Thank you very much

    Concerning

    Rob

    You found the email when loading the page because you didn't check to see if the form and its data have been deposited before sending the email.  This is normally how it's done such a treatment script.  So at least you could do this-

    <>

    If (isset($_POST['submit']) & $_POST ['submit'] == 'Contact Matrix Web') {}

    $to = "[email protected]";

    $subject = 'Matrix Web - customer survey';

    $message = "customer name:". "." $_POST ['name']. "\r\n".

    "Email:                   " . $_POST ['email']. "\r\n".

    "Phone: & nbsp;     " . $_POST ['phone']. "\r\n".

    "survey: & nbsp;.      " . $_POST ['investigation'];

    $from = $_POST ['email'];

    $headers = "from: $from". « \r\n » ;

    mail ($to, $Subject, $message, $headers);

    }

    ?>

    Know that your script process is completely vulnerable to attack by injection - which means that someone could use your script to send spam to thousands of email addresses...

    A simple way to fix this would be to change-

    $from = $_POST ['email'];

    on this subject.

    $from = "contact@,atrixweb.fr";

    This means that you could not simply hit 'reply' to respond to one of these emails of contact, but it's a small price to pay for this security.

  • This e-mail from the thunderbird support team or a fake email?

    I received an email informing me that my account is almost full and giving me instructions on how to renew my account. I just want to check if this e-mail is really a mozilla thunderbird support or is a fake email.

    the content of the email:

    Subject: [[email protected]] alert low storage limit
    Date: Thu, October 15, 2015 17:00:08-0700
    From: < [email protected] > Service account
    Answer: [email protected]
    To: [email protected]

    Dear [email protected],

    1969-2000 MB

    We noticed that your e-mail account has almost exceeds its limit. And you will not be able to send or receive messages any time now,

    Click here to renew your account.

    NOTICE:
    failure of the renewal of your e-mail account. It will be permanently disabled.

    Thank you
    Service account

    n ' has not clicked on the hyper suggested link again.

    The wording of the messages from the 'provider' is a little off. It may be a phishing attempt.
    Contact your e-mail provider using the details found on an old Bill or use a previous contact address you have used successfully in the past.
    DO NOT CLICK ON LINKS IN THE MESSAGE-UNSUB



    The messages appear to come from - [email protected] , but the reply address is another area - [email protected].

    The address of this last was reported as scam
    http://scammed.by/scam.php?id=77518


    Your question

    This e-mail from the thunderbird support team or a fake email?

    Thunderbird support is not a provider of e-mail and does not send a message like this. I suspect that it is a scam.

    TB - 38, 3 Win10-PC

  • track detail displays &amp; prints on all e-mails from the Inbox, and forward e-mails. How to remove or hide?

    My incoming e-mails shows all information tracking (which was previously hidden) on the screen and print emails. If I send an email tracking information included in the email sent. If I reply to an e-mail message, the information is not displayed (pictured) on the email. We have not been able to find a way to hide this information as it was in the past and to our other users.

    The menu bar, select View-Headers-Normal

    No menu bar? Press the ALT key.

  • Cannot change rules in Mail because the window is too short and not resizable

    When I create or edit a rule in the mail, the window is always too short, and it cuts the Actions section. I had this problem for a while, but there is a small bit visible (the wick down the line) and I could click to edit it, but now there's nothing I can click at all, that keeps me completely from the use of the rule. How can I fix or work around this problem?

    In the past, restarting Mail would bring this window to its full size. If this does not work for you, try this:

    Exit the Mail.

    In the Finder, select go, then navigate to the folder. Copy and paste the path below and click GO:

    ~/Library/containers/com. Apple.mail

    Move the entire folder com.apple.mail to the Recycle Bin, open Mail and test. If all goes well, you can empty the trash. You may need to re create your user settings.

    Some have said it works, and others say that it worked temporarily.

  • mail starts the download at startup

    How can I stop the OS X 10.11.5 download of mail at startup?

    Open system preferences > users and groups > login items. Remove Mail from the list.

Maybe you are looking for