Re: Importing data from Eloqua into Google Analytics
Amit, Do you know if you can do something similar in E9? Krista
View ArticleRe: Ways of tagging contacts captured through form submission?
Thanks Michael McKinnon for the response. It was a huge help for me.
View ArticleNeed help on PUT API for account field
Hi, I am trying to access the put API for assets/account/field/{ID}. I provided a valid ID of the record that I earlier created using POST /assets/account/field. Header has two items - Authorization...
View ArticleSupport to Eloqua authentication schemes
We came to know that Eloqua supports both Basic and OAuth 2.0 schemes. We would like to know the plan and support on the authentication schemes going forward. Will both schemes be supported in future...
View ArticleREST equivalent object of SOAP
Hi, We are trying to access the Eloqua core object using REST APIs and come to know that there are certain object which are supported using SOAP but not using REST. For example: Visitors object. Please...
View ArticleContact is subscribed bulk filter is not working?
I want to get all contacts which are subscribed so I created bulk filter: '{{Contact.Email.IsSubscribed}}' = 'True' The export returns error. Other filters, e.g.:...
View ArticleRe: Contact is subscribed bulk filter is not working?
I did a way around: First I added the field, to retrieve, Contact.Email.IsSubscribed and then I checked the value of it. If it was false then don't add it to an array/db/file. It is working, it might...
View ArticleRe: Bulk API and CLR
It isn't possible, only if you create HTTP request, it's some kind of "hacking". So there isn't any normal way of doing that.
View ArticleRe: Is it possible to import opportunities to Eloqua from CSV file...
It isn't possible, only by creating HTTP request (with all the params and AUTH token), it's some kind of "hacking". So there isn't any normal way of doing that.
View ArticleRe: Is it possible to export contacts which responded to campaign according...
It is, by creating segment with REST api. Or by creating a filter with BULK api.Creating an segment: uri = "/assets/contact/segment";Create JSON Body with segment criteria etc.Don't forget to refresh...
View ArticleIs there a way to see how many accounts are in the database?
Hi all, Just looking to see if there's a way to use a contact filter or even the reporting console to see how many companies/accounts there are in the database. Also, this would be in E9. Thanks!
View ArticleRe: Picklist form field cannot be marked as required
Hi, Ben. As Jenna mentioned below there are ways to make picklists required. We build all our code and often heavily edit the form code that's generated by Eloqua. For the example you showed above,...
View ArticleRe: Picklist form field cannot be marked as required
I would look into jquery.validate if you want to code the validation yourself, rather than trying to code your own validator. jquery.validate has robust validation features and handles single and...
View ArticleManaging shared assets? (Re-inventing the wheel)
My company has been using Eloqua for quite some time. When I joined, I found a long list of shared assets -- some dating back to the Eisenhower administration. During my Eloqua University training,...
View ArticleRe: Program Builder - Missing a step?
No, we are uploading from our previous email management system to get started and start mapping out the processes moving forward.
View ArticleRe: Duplicate Email Address in SFDC
I don't think we had the case were Eloqua was creating the duplicates. But you could also use the created date or the user id (eloqua's id) to mark the newest record as not the master or to mark any...
View Article