View Source Dealcloud.Marketing (dealcloud v0.4.0)

The Marketing endpoints capture activities associated with campaigns and web pages

Link to this section Summary

Functions

See Dealcloud.Impl.Marketing.Activity.post/2.

See Dealcloud.Impl.Marketing.Activity.get/2.

See Dealcloud.Impl.Marketing.PageViewActivity.get/2.

See Dealcloud.Impl.Marketing.Activity.patch/2.

See Dealcloud.Impl.Marketing.PageViewActivity.patch/2.

Link to this section Types

Specs

activity() :: %Dealcloud.Marketing.Activity{
  activityType: term(),
  communicationId: term(),
  description: term(),
  externalEventId: term(),
  externalRecipientId: term(),
  summary: term(),
  timestamp: term()
}

Specs

query() :: %Dealcloud.Marketing.Query{
  communicationId: term(),
  contactId: term(),
  fields: term()
}

Link to this section Functions

Link to this function

create_activity(params, config)

View Source

Specs

See Dealcloud.Impl.Marketing.Activity.post/2.

Link to this function

get_activity(params, config)

View Source

Specs

See Dealcloud.Impl.Marketing.Activity.get/2.

Link to this function

get_page_activity(params, config)

View Source

Specs

get_page_activity(Dealcloud.Marketing.Query.t(), Dealcloud.Auth.t()) :: any()

See Dealcloud.Impl.Marketing.PageViewActivity.get/2.

Link to this function

update_activity(params, config)

View Source

Specs

See Dealcloud.Impl.Marketing.Activity.patch/2.

Link to this function

update_page_activity(params, config)

View Source

Specs

update_page_activity(Dealcloud.Marketing.Activity.t(), Dealcloud.Auth.t()) ::
  any()

See Dealcloud.Impl.Marketing.PageViewActivity.patch/2.