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

Adds missing field for Campaign ID to campaign builder #16782

Merged
merged 3 commits into from Dec 13, 2020

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Nov 24, 2020

Description:

fixes #16233

Review

  • Functional review done
  • Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
  • Security review done see checklist
  • Code review done
  • Tests were added if useful/possible
  • Reviewed for breaking changes
  • Developer changelog updated if needed
  • Documentation added if needed
  • Existing documentation updated if needed

@sgiehl sgiehl added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Nov 24, 2020
@sgiehl sgiehl added this to the 4.1.0 milestone Nov 24, 2020
@@ -18,6 +18,8 @@
"CampaignGroupHelp": "This parameter is used to track a Campaign Group to identify a group or audience. Campaign groups are helpful for tracking the overall performance of multiple campaigns with similar goals.",
"CampaignPlacement": "Campaign Placement",
"CampaignPlacementHelp": "Used to describe the advertising placement or position, for example an entire website, specific pages from a website, an individual ad unit positioned on a single page, a video, a mobile phone app, and more.",
"CampaignId": "Campaign ID",
"CampaignIdHelp": "This parameter is used to track a Campaign ID: an identifier which can be a number or any string of data up to 100 characters.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might sound better as: "a Campaign ID: a unique identifier for the command consisting of at most 100 numbers, letters or symbols.", what do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tsteur that was the text we are using here as well: https://matomo.org/docs/tracking-campaigns-url-builder/
Maybe we should update that one then, too?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated it, page might be cached though for a bit

@diosmosis
Copy link
Member

tested locally, everything works. thought there would be a test failure in CampaignBuilder_spec.js, but not seeing one.

@tsteur
Copy link
Member

tsteur commented Dec 11, 2020

@diosmosis the fields only appear when MarketingCampaign plugin is installed, that's why.

@tsteur tsteur merged commit f90eda3 into 4.x-dev Dec 13, 2020
@tsteur tsteur deleted the campaignidinbuilder branch December 13, 2020 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Campaign URL Builder: Campaign ID field is missing in the app
3 participants