eloqua
Discussion List
-
Picture in email signature shows not good in MS OutlookI have created some dynamic content for a personalized signature under an email. This dynamic content contains a picture/photo of the account manager. The email looks go…
-
Deleting files from Eloqua File Storage not workingI could not see anyone asking about this particular unusual problem, hoping someone may have some guidance. We are using Eloqua in the Web Based version (no local server…
-
REST vs BULK activities - Answer content not matchingHello Topliners community! We are currently developping an app to export activities via BULK. While retrieving the values, we found out the subject line wasn't the one s…Thibaut Huaumé 21 views 1 comment 0 points Most recent by Thibaut Huaumé Oracle Marketing Developer Tools
-
What filters can be applied to exports of Email Send Activity from Eloqua API?My team is working on an integration that would pass Eloqua activity data - in this case email sends/opens - to a third party reporting platform. The integration gives t…
-
Eloqua Integration with Oracle InfinityHi Folks I need help in integration of Eloqua with Oracle infinity tool, please share some insight if any one came across this area of integration. Thanks & Regards, Vas…
-
New contacts by form in insight reportingHello - is there is a simple way to query if a contact was new/existing when a form was submitted in a custom analysis? Feels like standard functionality but can't find …
-
How to setup counter in program canvas or CDO program canvasHow do I stamp random numbers to field in CDO on each submssion TO THE cdo OR FORMUser_SJOTX 1 view 1 comment 0 points Most recent by Constantin Gutic - LogDMS.com Oracle Marketing Developer Tools
-
Data Cleansing - How to keep a list of contacts out of Eloqua contact database?Does anyone have a solution for keeping a mass list of contacts out of Eloqua? For example, we have a list of 300K contacts that we have removed from Eloqua. We would li…Christina Hall 1 view 1 comment 0 points Most recent by Constantin Gutic - LogDMS.com Oracle Marketing Developer Tools
-
Form Processing Steps - CDO conditionsHi, I have been struggling to make Processing Steps excecute based on CDO record value conditions. This is a functionality when navigating to a processing step condition…Mike de Wildt 11 views 1 comment 0 points Most recent by Larisa Chirila - LogDMS.com Oracle Marketing Developer Tools
-
Eloqua creating contacts with only an email addressWe have about 14k contacts in Eloqua that do not have a first and last name on the contact record and are wondering how this is happening. I tested this with an old cont…Matthew Phillip 11 views 1 comment 0 points Most recent by Ke Zheng Oracle Marketing Developer Tools
-
Eloqua BULK APIs to delete Campaign , Program , Email and ContactSegmentWe have a scenario where we need to remove large number of assets from Eloqua. We tried to remove campaign using following /REST/ url link /api/REST/2.0/assets/campaign/…
-
How to find virtualMTAId numeric id for API use?We are using REST api calls to create emails in Eloqua. However, one of the parameters we require is escaping us. In the Eloqua API docs there is mention of the: virtual…AndyMartin 21 views 3 comments 0 points Most recent by Maria Amelia Pimentel Oracle Marketing Developer Tools
-
Is there an easy way to copy CDO values to another CDO rather than manual export?I have this campaign wherein I need to copy specific values on one specific CDO to another. I tried to use Form Submit on Campaign canvas to copy contact fields but it d…Dianne Estefanie Ocampo 21 views 2 comments 0 points Most recent by Richard Holder - 4thoughtmarketing.com Oracle Marketing Developer Tools
-
email address validationHey there, Is there any built-in application in Eloqua that can help to validate an email address. I need this to validate my database so that I can prevent my database …
-
Padding on call to action button in Eloqua formDear Topliners Community, Our CRM Designers are experiencing problems with the call to action button in Eloqua forms. It appears impossible to have more space between th…Arnbjorn Marklund 1 view 4 comments 0 points Most recent by Jem Janik Oracle Marketing Developer Tools
-
How to access/set Contact object isBounceback meta dataHi REST/API team, I need to access and set value of isBounceback meta data field from Contact object. Can you advise how to access and set this meta filed from contact o…Wayne Chan-Oracle 11 views 6 comments 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools
-
Retrieve Contact ID via Visitors Lookup using GUIDHello, I'm trying to retrieve my Eloqua Contact ID using the REST API. When I make the following call: https://secure.p01.eloqua.com/api/REST/2.0/data/visitors?search=ex…codeWrangler 21 views 4 comments 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools
-
How to Update / modify custom object data recordsHi Team, We have received a request to update Email address values for few of custom object records, i would like to understand what are the possible ways that we can mo…
-
Bulk API: How to Get WebVisit Activity Data for a Campaign?I am attempting to use the Bulk API to retrieve certain data about campaign landing pages, including time spent on page and number of pages viewed. The WebVisit activity…
-
Configure PUT request to Eloqua error: ML Statements must have a Contact root.Facing the issue on Eloqua Configure PUT request, (create happening fine as per the documentation) While configuring and sending payload with custom objects selected and…
-
Error 400 - after testing the factorsDear members any idea why i'm getting error 400 codes Reference from this dev guide https://nvbar.org/wp-content/uploads/BulkAPI-DeveloperGuide.pdf https://secure.p03.el…
-
How to create Eloqua API only userHi, I am creating an Eloqua user id for an application to access Eloqua objects via Eloqua API endpoints. Is is possible to restrict this Eloqua user to be an API only u…Wayne Chan-Oracle 1 view 1 comment 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools
-
eloqua API email deployment - showing as live sendI'm using the REST API 2.0 for sending quick tests but they're coming through as 'live' sends in the reports. Surely there's a way for it show up as a test, right? I fee…
-
For EVERY outbound call does Eloqua sends oauth_signature for validation? Say Eloqua hits external aI understand Eloqua sends oauth_signature and other parameters which will be cross checked with app's clientid and other data and gets validated. Does the app needs to t…
-
Access Eloqua campaign responses using Rest APIHi All, I am trying to access campaign responses using rest api in a c# program. I was able to get the contacts etc., so connectivity or how to access are not an issue. …user11944479 1 view 2 comments 0 points Most recent by user11944479 Oracle Marketing Developer Tools
-
help to export data with bulk 2.0 exports APIHi Eloqua experts, I want to export data from one of my Eloqua object using Bulk 2.0 Exports API. I followed the example from Eloqua doc on Exporting data but the exampl…Wayne Chan-Oracle 11 views 4 comments 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools
-
404 when trying to POST to assets/email/deploymentHello All, I am an experienced developer, but a n00b to Eloqua. I am building a service that recieves a POST from Eloqua, creates user accounts on external systems based…user9102841 11 views 2 comments 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools
-
Is there ANY documentation on how to POST lead form data on an external page to Eloqua?Due to increasing security restrictions in Firefox, I need to update the way we submit data to Eloqua. Previously, this was all done with AJAX, and we just threw out the…
-
How to use API GET request (Eloqua API) on a HTML page with javascript / ajax to retrieve data?I am following this documentation: https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAC/DeterminingBaseURL.html Using basic authentication. I have already determine…User_YJD2X 31 views 11 comments 0 points Most recent by John Proestakes Oracle Marketing Developer Tools
-
Oracle Eloqua Developer Release Notes - 20BA list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 20B. New features Application API * We've added new A…Lou Patrick 11 views 2 comments 0 points Most recent by Lou Patrick Oracle Marketing Developer Tools