cmSyncableSiteIds property

List<String>? cmSyncableSiteIds
getter/setter pair

A list of CM360 sites whose placements will be synced to DV360 as creatives.

If absent or empty in CreateAdvertiser method, the system will automatically create a CM360 site. Removing sites from this list may cause DV360 creatives synced from CM360 to be deleted. At least one site must be specified.

Implementation

core.List<core.String>? cmSyncableSiteIds;