Hi Charles,
The CampaignCriterionService will return location, language, and device
targets. An example of how to do this IN PHP is available here:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Targeting/GetCampaignTargetingCriteria.php
Be aware that targ
Hi,
I'm looking for a way (different from report) to get Campaign information
about "Countries", "Languages" and "Devices" configuration.
I thought to take this way but it gives me just the Languages:
$user = $this->getUser();
$user->SetClientId('0123456789');
$campaignService = $user->GetServi