Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add campaignId to activities stream #82

Merged
merged 4 commits into from Mar 30, 2023

Conversation

bryantgray
Copy link
Contributor

@bryantgray bryantgray commented Mar 29, 2023

Description of change

marketo bulk api returns campaignId.


https://developers.marketo.com/rest-api/bulk-extract/bulk-activity-extract/

Optional array of strings containing field values. The listed fields will be included in the exported file. By default, the following fields are returned:

  • marketoGUID
  • leadId
  • activityDate
  • activityTypeId
  • campaignId
  • primaryAttributeValueId
  • primaryAttributeValue
  • attributes

This change adds it to activities streams as 'inclusion', 'available'.

Manual QA steps

  • Verified campaignId respects inclusion

Risks

  • Low. This only adds the option to select campaignId.

Rollback steps

  • revert this branch

Co-authored-by: leslievandemark lvandemark@talend.com

@bryantgray bryantgray merged commit 2e0df09 into master Mar 30, 2023
1 check passed
@bryantgray bryantgray deleted the TDL-22536/add-campaign-id-to-activies-stream branch March 30, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants