Create Campaign

7 views
Skip to first unread message

Ersin Uslu

unread,
Apr 25, 2017, 9:24:48 AM4/25/17
to AdWords API Forum
Hi
I have found this code in samples, I run it ,But it doesnt create the campaign.
Are there another necessary settings. What is missing? 

function createOrUpdateCampaigns() {

  var columns = [ 'Campaign', 'Budget', 'Bid Strategy type', 'Campaign type' ];

  var upload = AdWordsApp.bulkUploads().newCsvUpload( columns, {moneyInMicros: false} );

  upload.append({
    'Campaign': 'Test Campaign 1',
    'Budget': 1,
    'Bid Strategy type': 'cpc',
    'Campaign type': 'Search Only'
  });
  // Use upload.apply() to make changes without previewing.
  upload.preview();
}

function main() {
  createOrUpdateCampaigns();  
}
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages