Questions tagged [eloqua]

A commercial service provider for marketing automation acquired and maintained by Oracle. Functionality is similar to other platforms such as Adobe's Marketo.

Eloqua is a commercial service provider for marketing automation

95 questions
0
votes
0 answers

CASE statement with multiple WHEN THEN in SQL

I’m working in Eloqua BI. I am trying to create one column in which I’d like to include data from couple of other columns. Those other columns contain numbers of customers. Those columns have been created so far with a following SQL logic (in Edit…
Marcel
  • 428
  • 4
  • 8
0
votes
1 answer

Is there any difference in metrics when Querying the data using Eloqua API vs Getting a report from Eloqua Insights?

I am validating the data from Eloqua insights with the data I pulled using Eloqua API. There are some differences in the metrics.So, are there any issues when pulling the data using API vs .csv file using Eloqua Insights?
0
votes
0 answers

How to clean up my json response to be cleaner

I have an index.js file that is returning the body of an Eloqua REST obj using this code: I have tried to use JSON.stringify and this prettyJOSNStringify var request = require('request'); var prettyJSONStringify =…
Alpdog14
  • 129
  • 2
  • 14
0
votes
1 answer

Use "Custom Data Object" for non-Customer/Company related information

When I create Custom Data Object, it asks to set "Default Entity Mapping used in upload". What should I use if I want to store only product information (not who bought what) Is it possible to create a "Custom Data Object" to store…
0
votes
1 answer

Does Eloqua Landing Pages support any scripting languages?

new to Eloqua. I am going to create some landing pages on Eloqua, and it seems like there is any no backend or scripting language to show first name/last name/ or do some backend validation or calculation. Is there one?
0
votes
1 answer

Unlocking resource upon Eloqua form completed

We have a web app written in React that offers some calculation based on simple sliders. Now we only want to offer the user a PDF download when the user successfully completed our Eloqua form. If the form is not submitted the PDF show be hidden. Is…
user2656732
0
votes
1 answer

Eloqua's update event API endpoint overwrites instead of updating

I'm writing a script that will hit the Eloqua API to add a new sessions to an event as per the docs here. I'm using the endpoint /api/REST/2.0/assets/eventRegistration/{id} from the docs and doing a put request that looks like this: { "type":…
jmona789
  • 2,711
  • 6
  • 24
  • 57
0
votes
1 answer

Override email exclusions in Eloqua

Is there any way to override email exclusions in Eloqua eg: from master exclude list or globally unsubscribed? I need to send an announcement (non-marketing email) and want to ensure it will go to all recipients.
Sanfly
  • 1,021
  • 1
  • 11
  • 19
0
votes
1 answer

How to fetch picklist using Eloqua rest Api

I have a form in Eloqua which I need to translate in my project. I have added checkboxes/radiobuttons and the options are used from picklist. I am able to fetch all the fields except the picklist. How can fetch the picklist using Rest Api so that I…
0
votes
1 answer

Getting 500 Internal Server Error while creating Eloqua form with multiple fields using Rest Api

I have a requirement to support forms of Oracle Eloqua Marketing Cloud Service in my project. I was testing the rest api for forms. So when I create form with single field using the create endpoint form is created in Eloqua CMS. But when I try to…
0
votes
1 answer

Eloqua Forms - Progresive Profie / Profiling

I'm quite new in Eloqua. I'm trying to generate Progressive Profiling Forms, and as I can find in the web, there are two ways: Adding Rules, or setting Stages or Linear flow. But, I am not being able to do either. Any help? By the way, the most I…
korbo
  • 1
  • 2
0
votes
2 answers

Eloqua Forms: how to show/hide fields depending on others fields

Eloqua Forms I want to know if there is some way to show or hide fields (or sections) depending on what values of others fields. Of course, I am asking on some OOTB behavior; if not, will do it with JS. Thanks in advance.
korbo
  • 1
  • 2
0
votes
1 answer

How to resolve HTTPS connection errors in mule?

Below is the end system(Eloqua) connection code.
Thiru
  • 404
  • 1
  • 16
  • 44
0
votes
1 answer

Unable to create a form with multiple FormFields using REST API for Oracle Eloqua Marketing Cloud Service?

I am testing the REST API for Oracle Eloqua Marketing Cloud Service method for creating forms using POSTMAN. REST API link. When I give single form field, form is getting created. this is my request: POST /assets/form Content-Type:…
0
votes
1 answer

Not able to delete multiple campaigns using Postman from Eloqua

I have been trying to delete multiple campaigns from Eloqua at a time using Postman. But I am not able to do. I don't see reference in the tool as well…
vids
  • 47
  • 13