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
5
votes
3 answers

Can I push events to Eloqua like Google Analytics?

With Google Analytics I can push a custom event to the service with code like this in JavaScript: _gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']); Is there a way to do this with Eloqua in conjunction with their JavaScript…
John B
  • 20,062
  • 35
  • 120
  • 170
4
votes
2 answers

Can I create a contact in Eloqua from javascript?

Is there a way to create a contact in Eloqua directly from the javascript in my web page (rather than using a backend REST API call)? I can do this in Marketo with their munchkin javascript library by calling associateLead as described in this…
Jason
  • 225
  • 1
  • 7
3
votes
2 answers

Message":"There was an error processing the request.","StackTrace":"","ExceptionType" - JQUERY

Here is my code, I keep on getting the same error response. "{"Message":"There was an error processing the request.","StackTrace":"","ExceptionType":""}" I can't figure it out. I'm using Eloqua APIs to get basic information such as total number of…
Edgar Serna
  • 73
  • 2
  • 2
  • 7
3
votes
0 answers

TypeError: not a valid non-string sequence or mapping object

TypeError: not a valid non-string sequence or mapping object • Constructed the data dictionary and used json.dumps • Post request along with the data data = { "filter": "'{{Activity.Type}}'='Bounceback'", "name": "Bulk Activity Export -…
yome
  • 2,853
  • 5
  • 20
  • 18
2
votes
1 answer

Eloqua form has `` tags inside input values

Eloqua is generating forms: http://codepen.io/EightArmsHQ/pen/6dce8530a881a3c5795e822ffefe508b?editors=1000 But the output html looks like this: I…
Djave
  • 8,595
  • 8
  • 70
  • 124
2
votes
1 answer

Configuration Page for AppCloud Content Service

I have developed an Eloqua AppCloud Content Service and installed it. But when ever I try to Edit Content on the service instance, I see no configuration page there. Can someone point me to a direction on how to render the edit page?
Amit Kumar Ghosh
  • 3,618
  • 1
  • 20
  • 24
2
votes
2 answers

Eloqua OAuth2 authentication get token URL inaccessible

I want to use OAuth2 authentication in my application for calling Eloqua APIs using access token. I'm following instructions given in the link…
Ash T
  • 21
  • 3
2
votes
3 answers

Eloqua BulkAPI 2.0 returns 404: There was a validation error

I am trying to create a contacts export in Eloqua following this tutorial. The outcome I experience is: HTTP/1.1 400 There was a validation error. { "failures": [{ "field": "name", "constraint": "Must be a string value, at least…
JenM
  • 21
  • 3
2
votes
1 answer

Eloqua integration via REST API using JAVA

Contact standard fields like First Name, Last Name and Email Address have been set via java and integrated using Rest API. Could you please guide me in creating custom objects and custom fields via java using REST API? I can create the same in…
2
votes
1 answer

Create large text field in Eloqua using REST API

I was trying to create custom object and corresponding fields in Eloqua. While creating a field with datatype largeText it throws validation error. I can create fields with datatypes like date, text, numeric etc. How can I create largeText…
2
votes
2 answers

How to schedule a campaign in eloqua by api?

Am working in Eloqua 10. I am creating a dotnet application to create campaign by using eloqua rest api. I am able to create campaign and activate a campaign. But how can I schedule a campaign that should be activated on a specific date? Is there…
Aju Mon
  • 225
  • 2
  • 15
1
vote
0 answers

How to Post data from external HTML form to Eloqua Form using cURL

I want to post data from an external HTML form to a simple form created in Eloqua, using cURL method. I tried to follow this documentation but I am not able to post data to Eloqua. When I try from command line (Windows) - curl --user "usercreds"…
Goldengalaxy
  • 313
  • 1
  • 2
  • 8
1
vote
1 answer

What is the format of Eloqua Contact Id?

Bulk api is returning ids as for ex: "CTPOP000000000007" ,does this mean eloqua format is: first 5 letters are characters and the rest represent a number?
suma
  • 11
  • 1
1
vote
1 answer

Submit value directly from Eloqua email

I want to send out an email using Eloqua that has links in it. These links would refer to our microsite on Eloqua. Based on the link that is clicked, I want a field to be updated in the Eloqua database. For example: Are you planning to attend the…
R Bell
  • 25
  • 4
1
vote
0 answers

How to export all external activities from Eloqua using Bulk API

We need to export all external activities from our Eloqua instance. We have been able to export the "normal" activities using the activities endpoint (Bulk/2.0/activities) where it is required to specify the activity type. I searched on the…
eruizh
  • 11
  • 3
1
2 3 4 5 6 7