In bulk Eloqua API complex filter Question

Hello

I have a bit of a problem with the API of BULK ELOQUA.

This question is more precisely to do with filters.
I have the below to filter a combination of updating & Date created fields.

"filter": "(('{{Contact.Field (C_DateCreated)}}' > = ' 2015-07-09' AND '{{Contact.Field (C_DateCreated)}}' < ' 2015-07-10') OR ("{{Contact.Field (C_DateModified)}}"> =" 2015-07-09' AND '{{Contact.Field (C_DateModified)}}' < ' 2015-07-10'"))". "

This seems to return the correct results, but a lot of incorrect results-

Here's an example output with the deleted email.

{

'EmailAddress ':,.

'DateCreated': ' 2015-07-13 03:21:07 ",".

'DateModified': '2015-07-15 04:30:18.

},

As you can see that it does not meet the criteria I'm using. (July 9, 2015).

When I use the filter separately it seems to work perfectly. FOR EXAMPLE

"filter": "('{{Contact.Field (C_DateModified)}}' > = ' 2015-07-09' AND '{{Contact.Field (C_DateModified)}}' < ' 2015-07-10')".


The above returns only results with a DateModifed of July 9, 2015.

Is my built wrong filter?

Any help is greatly appreciated.

Thank you

Damien.

Hi Damien,.

Currently we support only, because of our research infrastructure, filters in the form:

(A or B) and (C or D or E) and...

We do not support (A and B) or (C and D) that is expected to extend this functionality to export activity as it should in this case.

-Sorin

Tags: Marketers

Similar Questions

  • How to recover contact entities then 125 more using Eloqua API Version 1.2?

    Hello Falks,

    I created my own windows App in .net for recover data from Eloqua-10 Contacts using the Eloqua API version 1.2. When I ask for the contact entity by using the following code:

    queryResult = service.serviceProxy.Query (contactEntityType, searchQuery, fieldList.ToArray (), currentPage, pageSize);

    where if I give pageSize in more than 125 it gives the following error msg being attached to this discussion. While I've made thousands and I want back all in a single query. Kindly, help me on the same based on the ASAP. It will be a great help for me.

    Thanking you,

    Kind regards

    Dhaval Doshi.

    Hi Alain,

    If you plan to export contact thousands records, you want to look at the documentation of the API in bulk here: Eloqua bulk API 1.0: import and export of data.

  • How to do to recover more then 200 features in business using Eloqua API Version 1.2?

    Hello

    I am new to Eloqua and created my own windows App in .net for recover data from Eloqua-10 companies using Eloqua API version 1.2. There when I ask company entity using the following code:

    queryResult = service.serviceProxy.Query (contactEntityType, searchQuery, fieldList.ToArray (), currentPage, pageSize);

    where if I give pageSize over 200, it gives a msg of error without reason. While I have only a few records (less than 20, but growing up) and I want to retrieve all in one query with a largest number of County.

    Could someone help? Thank you very much.

    Biao, see this post, I think it can be useful Eloqua graphic API - supported operations.

    Base of the table objects column links to how-to posts.

    You have to use SOAP for visitors and prospects, because they are not supported by the REST.

  • Compare two fields in Eloqua API

    Is it possible to compare two fields Eloqua in the searchQuery of the Eloqua API calls in c# for example. searchQuery = "C_DateModified = C_DateCreated"?

    Unfortunately, this can not be done.

  • Using the Eloqua.API to write to "Custom Data objects/data card Set.

    Does anyone know where there are examples for data objects programming customized via Eloqua.API, I created 2 custom data objects and you now need to write the code for these objects via the API. The examples of code that I used for the previous tasks such as create a contact, create business, update contact and company, describe the entity... I used the following link to complete the previous, above the tasks mentioned.

    http://www.eloquatrainingcenter.com/Portal/documentation/API/default.htm

    However, I don't see anything about the programming of a "Custom Data object/data card Set"

    Joey

    Hi Joey - looks like you you will first make a. Query() call using the name or the GUID personalized criteria, then the returned object, you can retrieve the Id property that will have the whole you need.

    Without this whole you will not be able to correctly map the data card.

  • Submit customer information to start the track of campaign using Eloqua API

    I'm relatively new to the Eloqua API and I was wondering if someone could help me in this task, I'm trying to complete. I made a custom form on our Web site which has fields for name, first name, Email and phone. Once someone completes this form, I want to submit data to Eloqua using the API to start this person in an already created campaign. So that this works, I need to create a contact by using the Eloqua API first with information from this person before being able to start in the campaign? How can I go about starting a person on a campaign using the API?

    Thanks for any help you can provide!

    Hi Nick,

    Yes, you will need to create the contact to Eloqua to push through a campaign.  A way to accomplish what you're trying to do would be to create the contact and add them to a list shared in Eloqua.  The campaign is usually powered by a Segment, in which a shared list can be included.  Thus, when someone submits your form, you create a record of contact for them (or to update an existing record) through the API, add the contact to a shared list, and then when the Segment (which includes this shared list) updates, contact will flow through the campaign.

    I hope this helps.

  • Using Eloqua API to get the contact email activity history

    We would like to use Eloqua API to obtain an audit for a specific e-mail which was sent to a contact OR a history of activity regarding the emails that have been sent to a contact - query by e-mail of the contact value.


    Is there a way to REST it? If not, is there another programmatic way to obtain this data?


    Thank you


    Beth

    Not with 2.0 REST but with 1.0 it would look like this (make sure to change the id on the dates contact id and start/end)

    https://secure.eloqua.com/Api/rest/1.0/data/activities/contact/519393?type=emailOpen&startDate=1388534400&endDate=1397076856
    

    Syntax

     /data/activities/contact/{id}?type={type}&startDate={startDate}&endDate={endDate}&count={count}
    
  • Is it possible to create a contact with the API block filter?

    I use the API block to export contacts and would like to create a filter by using the API.

    Is this possible?

    If so, is there an example?

    I use a POST at .../contact/filter and get an error HTTPNotFound.

    Any guidance would be appreciated.

    Thank you

    Frank

    Of course

    You send a http request using the POST method when creating the export. In the message body, you include a JSON encoded string. Here is my code PHP to create the appropriate table:

    $a_requestbody = array)

    "filter" => $a_filter.

    'name'-online 'export'.date ('Ymdhis'),

    "secondsToRetainData"-online '3600',

    "fields"-online $a_fieldmapping

    );

    The $a_filter variable is an array, which is set up like this:

    $a_filter = array)

    "FilterEnsemble"-online "valueEqualsComparisonValue."

    -Online $a_fieldmapping ['C_EmailAddress'], 'value',

    'comparisonvalue' => ' [email protected]'

    );

    I assume that you know how to configure the mapping of the fields, so I did not include here.

    Other types of filters are available here: http://secure.eloqua.com/api/docs/Static/bulk/1.0/doc.htm#FilterRuleType

    Hope this helps,

    Wouter

  • Is there a way to extract the data from form using the Eloqua API?

    I'm looking to export all the data stored in any of my forms to treat elsewhere. Y at - it a facility within the API that will allow me to perform this export? For what I saw on the forum, the BulkDataTransfer service used to do this, however, is not available on Eloqua 10 and the beta version does not include this feature?

    See you soon!

    This is an old question, but for those who find themselves on this page, your best bet now is to export activity data submission of form through the REST in bulk API v2.0 (Bulk API v2.0 Documentation).

  • High-pass filter question

    Hi all

    I have a question about the high pass filtering in LabVIEW simply based on observation, have never been taught directly on the filters.

    A signal of high pass filtering, with a Butterworth IIR filter (2nd order) for example, around the time Fortran, = 0 there is a transition from a high-intensity "false" at a rate expected, as the officer although this is achieved thanks to a program as I have nothing else to hand at the moment.  In order to minimize the importance, for the rest of the filtered signal, you can increase the sampling time, change the filter settings or even add time of additional levy in order to truncate it.

    Is there an established method to get around this?  The reason why I ask is because I'm trying to distinguish accurately Laminar and turbulent parts of a signal of speed but on time = 0, in a completely laminar signal, our method returns false positives for the presence of turbulent structures.  I assume that this will always be the case, but it is better to ask first and concluded later!

    Thank you.

    All filters have a transient initial.  You must wait until it has settled on or try to compensate for the spike in some way.  Transitional measure also depends on the input (including any noise) signal, it is generally not possible to compensate exactly.

    Lynn

  • Is it possible to recover data using the Eloqua API web service for submission of form?

    I want to recover the data of contact of a form. I couldn't find examples on the webhelp API, and therefore, do not know if this is possible.

    Hello Shashank!

    Yes you can certainly do with the API.  You must save the data report to send a form as a saved report. You can then use Eloqua DTS (data transfer service) wsdl to generrate a url that is a link to the report.  Your system can then consume the URL and get the data in the report.

    The applicable methods are

    Overview of the operations data Export

    InitializeDataExport

    DataExportStatus

    GetDataExportURL

    I hope that helps!

    If you want more etailed information please submit a ticket to support, and we will be happy to help you.

    Best regards

    Dave Seaton

  • How to use the api to query / vcloud api to filter records by ID AdminVAppTemplate?

    I tried the following REST calls:


    Here, I tried to use the href of the vAppTemplate:

    https://VCD.dDEV/API/query?type=adminVAppTemplate & Filter = href is https://VCD.dDEV/API/vapptemplate-ed8aa4df-64be-454a-9acc-48ad25248092

    This means "com.vmware.vcloud.api.rest.parser.QueryParseException: Bad request: href unknown property name.

    Here, I tried to use the ID of the vAppTemplate (preferred method):
    https://VCD.dDEV/API/query?type=adminVAppTemplate & Filter = ID is urn:vCloud:vapptemplate:ed8aa4df - 64be-454-bis-9acc-48ad25248092

    https://VCD.dDEV/API/query?type=adminVAppTemplate & Filter = ID is ed8aa4df-64be - 454 a-9acc-48ad25248092

    the two returned "com.vmware.vcloud.api.rest.parser.QueryParseException: Bad request: name id unknown property.

    Here I was filtering by the parent organization (WORKS)
    https://VCD.dDEV/API/query?type=adminVAppTemplate & Filter = org is 0913b09e-7f78-4DE0-87cd-99f6cbf3227a

    Any thoughts on how I can sort by ID?  or same href?

    Hi jarhorn,

    Currently the query Service does not support filtering based on the href or id property, but you can use the entity resolver to help you since you already know that the property ID take a look at this article for more details - http://blogs.vmware.com/vsphere/2012/05/entity-resolver-in-the-vcloud-api.html

    FYI - we are aware of this limitation today with the query Service and it will be fixed.

    Thank you

  • Zig Zag filter questions

    I use Illustrator CS4 on a Macbook Pro with Lion mountain... the question.

    The first time I used the zig zag filter today I had exactly the effect I wanted:

    Screen Shot 2012-11-28 at 11.04.00 AM.png

    So when published to consider 15 peaks at 14, this is what happened:

    Screen Shot 2012-11-28 at 11.05.11 AM.png

    I don't change anything either, but the number of crests by segement.

    Then I tried to open a new document (thus also restart Illustrator) and creating a completely new line and applying the zig zag filter and got the same strange result yet.  I compared my appearance Panel settings and everything is the same except for the appearance of the tile.  I know it must be something simple that I forget but for the life of me I can't figure out what it is!

    Your path has a fill. You went to an odd number of points at the beginning and end at the top of the zig zag, an evwn of points number to start at the top and bottom end. Illustrator is just auto fill a path open.

  • Upgrade Vista to Windows 7 keyboard filter question

    I really need help with this...

    I have upgraded vista to the full retail version of Windows 7.

    Compatibility check says updating keyboard filter. I could not find much info about it and assumed it would not be too affect many except extra work I probly never use.

    Unfortunately, my keyboard doesn't work well at all.

    IM using HP-G30-260US laptop computer.

    I now disconnected the keyboard Ribbon and plugged a usb keyboard, a pain to use, but at least its working. I would really like to know a fix for this problem to get my job real keyboard and installation of windows 7 is already running on this computer, the upgrade, not a clean place. I tried to install a different Quick Launch buttons driver and uninstalled completely after windows 7 but without success.

    Please help me hehe

    Thanks a capture

    Matt

    Uninstall HP QLB and install it:

    Buttons lunch fast HP here

  • Filter question of hosted service - seems to not work

    I have a configured filter and most of the time it seems to work correctly.  The goal was to create a filter TLD of sorts, but some still get through.  Read on.

    In our environment, we care only about 6 TLDS (COM, NET, ORG, GOV, US and CA).  Due to this luxury hotel, it is ideal for simply deleting all other areas.  I created a filter where the "from" field "does not contain" these 6 words (in a dictionary) and it works... for the most part.  Some still go and sit in our junk mail box.  Of course, an email like "[email protected]" that makes grace because the letters 'com' is in the word 'complete' and who is eligible to pass the filter.  However, an email with a 'to' of '[email protected]' is sitting in our junk mail box.  Why it has not been deleted?  (See below... I removed the field)

    From: "AIGDirect.
    TO:
    Object: $13,91 buy term life insurance of $250,000
    Date: Monday, may 18, 2015 18:12:20-0700
    Message-ID:

    Even the header information (RAW MODE) containing all the references to my dictionary.

    Unfortunately not. It is based on the search criteria.

    In this case "does not contain".

    It does not use the "." using anything else that ends with right now.

    But we are also on a new version 8.1 on hosted, so there must be a few things to fix.

    One thing I ask is the option for "ends not by.

Maybe you are looking for

  • Move groups of tabs after organized

    I have about 4 groups of tabs open. I organize them by resizing and moving them around the screen. Then I clicked on a tab and start browsing. When I go back to look at my tab groups (whether by clicking the button or by using "Ctrl + Shift + e"), th

  • Password of the administrator BIOS HP Pavilion g6

    Try to enter the BIOS. Do not know the password. Tried several different password and I got stop code 59452423 What is the administrator password? Help, please. Thank you!

  • HP laptop - 15-ay038no: 2nd hdd/ssd HP for laptop - 15-ay038no

    Hello I recently bought a HP laptop - 15-ay038no and I want to add a 2nd hard drive. This model supports an additional hard drive? I have a conector next to the CPU which is empty (wired Ribbon). It is not an installed optical Bay. http://support.HP.

  • Left pane on missing Panel, XP Home Edition

    I have XP Home Edition, I'm changing my classic Control Panel view.The problem which that I face is there is no left pane Panel to change the display. How can I get this Panel to view, there is only the control icons.

  • The AEC on Highway-C &amp; E code for windows, Android and iPhone

    Hello We have Expressway-C & E version 8.5.1 and Jabber client 10.6.2 CUCM version is 10.5 AEC on Highway-C & E does not work. For windows, I get a beep while shouting and nothing happens after you enter the code of the ACS. Any suggestion how to Col