Add-SnapchatAds Cmdlet
Inserts Snapchat Ads data.
Syntax
Add-SnapchatAds [parameters]
Remarks
The Add-SnapchatAds cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Snapchat Ads records.
Add-SnapchatAds -Connection $connection -Table "Campaigns" -Columns @("Name") -Values @("Jon Doe")