Hi there,
I have configured "Search network only" campaign using adword api. The campaign configured has "All features" but I want the Standard one.
The code which I have used is
$campaign = new Campaign();
$campaign->setName('APISearch03' . uniqid());
$campaign->setAdvertisingChannelType(AdvertisingChannelType::SEARCH);
Could you please help me out with the code to configure "Standard" one within "Search network only" type campaign.
Regards,
Prashant More