Commit d509ae1d by Gabe Mulley Committed by Gabe Mulley

change verified cert image

parent 28575fb3
......@@ -77,7 +77,7 @@ export class CourseHome { // eslint-disable-line import/prefer-default-export
const logEventProperties = { courseRunKey: this.courseRunKey };
const promotionEventProperties = {
promotion_id: 'courseware_verified_certificate_upsell',
creative: 'original_hero',
creative: 'hero_matthew_smith',
name: 'In-Course Verification Prompt',
position: 'hero',
};
......
......@@ -50,7 +50,7 @@ describe('Course Home factory', () => {
describe('Upgrade message events', () => {
const segmentEventProperties = {
promotion_id: 'courseware_verified_certificate_upsell',
creative: 'original_hero',
creative: 'hero_matthew_smith',
name: 'In-Course Verification Prompt',
position: 'hero',
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment