Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3423

Bulk 2.0 - EmailClickthrough Activity Link

$
0
0

According to the new Bulk 2 documentation, I'm able to retrieve the URL of a link clicked in an email when exporting Activity data out of Eloqua.

 

This is my Export definition:

 

{

    "name": "Test",

    "fields": {

        "type": "{{Activity.Type}}",

        "contact": "{{Activity.Field(EmailAddress)}}",

        "link": "{{Activity.Field(EmailClickthruLink)}}"

    },

    "filter": "'{{Activity.Type}}' = 'EmailClickthrough'",

    "dataRetentionDuration": "PT1H",

    "autoDeleteDuration": "PT1H"

}

 

The sync ends in an error with the following logs:

 

[{:syncUri=>"/syncs/276",

  :count=>0,

  :severity=>"error",

  :statusCode=>"ELQ-00107",

  :message=>"There was an error processing the export.",

  :createdAt=>"2014-05-27T21:31:58.4700000Z"},

{:syncUri=>"/syncs/276",

  :count=>0,

  :severity=>"information",

  :statusCode=>"ELQ-00101",

  :message=>"Sync processed for sync 276, resulting in Error status.",

  :createdAt=>"2014-05-27T21:31:58.4700000Z"}]

 

Can you please let me know what I'm doing wrong?

 

Thanks,

Ilya


Viewing all articles
Browse latest Browse all 3423

Trending Articles