Skip to content

Commit 4c4f72f

Browse files
harsh-joshi99kc-ong-taguchi
authored andcommitted
[Bing Ads Audiences] Add description in action (#3132)
* scaffold new bing ads audiences destination * remove unused tests * Add action boilerplate in new destination * Add description in action
1 parent e46d6f4 commit 4c4f72f

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/bing-ads-audiences/syncAudiences

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/bing-ads-audiences/syncAudiences/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Payload } from './generated-types'
44

55
const action: ActionDefinition<Settings, Payload> = {
66
title: 'Sync Audiences',
7-
description: '',
7+
description: 'Sync users to Bing Ads',
88
fields: {},
99
perform: (request, data) => {
1010
// Make your partner api request here!

0 commit comments

Comments
 (0)