Cmdlets for Google Campaign Manager 360

Build 24.0.9060

Select-GoogleCM Cmdlet

Parameters   Output Objects  

Searches Google Campaign Manager 360 data.

Syntax

Select-GoogleCM [parameters]

Remarks

The Select-GoogleCM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Campaign Manager 360 data.

$conn = Connect-GoogleCM -InitiateOAuth "GETANDREFRESH" -ProfileID "1234567"
Select-GoogleCM -Connection $conn -Table "CampaignPerformance" -Columns @("Clicks","Device") -Where "Device='Mobile devices with full browsers'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060