Campaign sub type for "Search network only" campaign

57 views
Skip to first unread message

rcard...@gmail.com

unread,
Jul 18, 2017, 9:10:09 AM7/18/17
to AdWords API Forum, prashan...@gmail.com
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
Search.png

Sreelakshmi Sasidharan (AdWords API Team)

unread,
Jul 18, 2017, 2:05:05 PM7/18/17
to AdWords API Forum, prashan...@gmail.com
Hi Prashant, 

The campaign subtypes in the AdWords UI is to help UI users find relevant campaign options. The API will not have a corresponding attribute in the campaign object for these subtypes. The campaigns created via the AdWords API will be equivalent to "All features" campaign in the UI. The campaign types that are available via the API can be found here. In your case, you may have to create the "Search Network Only- Standard" campaign via the AdWords UI. 

Thanks,
Sreelakshmi, AdWords API Team
Reply all
Reply to author
Forward
0 new messages