Skip to content

Commit

Permalink
chore: update campaign manager urls (from BAPI to PAPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
gersmann authored and andruschka committed Nov 3, 2023
1 parent f160526 commit 22b6169
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/cm-banner/cm-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type TrackingInfo = {
})
export class CmBanner {
@Prop() apiURL: string =
"https://business-api.parcellab.com/v3/public/campaign/contentBlocks";
"https://product-api.parcellab.com/v3/public/campaign/evaluate/";
@Prop() medium: string = "web";
@Prop() contentType: string = "banner_order_status_page";
@Prop() bannerType: string = "mainBannerVertical";
Expand Down
16 changes: 8 additions & 8 deletions src/components/cm-banner/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

## Properties

| Property | Attribute | Description | Type | Default |
| ------------- | -------------- | ----------- | -------- | ----------------------------------------------------------------------- |
| `apiURL` | `api-u-r-l` | | `string` | `"https://business-api.parcellab.com/v3/public/campaign/contentBlocks"` |
| `bannerType` | `banner-type` | | `string` | `"mainBannerVertical"` |
| `contentType` | `content-type` | | `string` | `"banner_order_status_page"` |
| `language` | `language` | | `string` | `undefined` |
| `medium` | `medium` | | `string` | `"web"` |
| `trackingId` | `tracking-id` | | `string` | `undefined` |
| Property | Attribute | Description | Type | Default |
| ------------- | -------------- | ----------- | -------- | ------------------------------------------------------------------ |
| `apiURL` | `api-u-r-l` | | `string` | `"https://product-api.parcellab.com/v3/public/campaign/evaluate/"` |
| `bannerType` | `banner-type` | | `string` | `"mainBannerVertical"` |
| `contentType` | `content-type` | | `string` | `"banner_order_status_page"` |
| `language` | `language` | | `string` | `undefined` |
| `medium` | `medium` | | `string` | `"web"` |
| `trackingId` | `tracking-id` | | `string` | `undefined` |

---

Expand Down
4 changes: 2 additions & 2 deletions www/build/pl-cm-banner.entry.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/build/pl-cm-banner.entry.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22b6169

Please sign in to comment.