Hi Jonas,
Thanks for reaching out. It does seem that you are trying to use an older version of the template spreadsheet. You should be able to download this spreadsheet by going through the Google Ads UI and click Campaigns > More > Upload and then View Templates. I have also attached the spreadsheet file for your convenience.
Kindly try this at your end then let me know.
Thanks,
|
||||||
Hi Jonas,
Thanks for coming back. Can you kindly follow steps below so we can take a look at what causes the issue?
Hi Jonas,
Thanks for coming back. Can you kindly provide your CID and the bulk upload file that you are using via Reply privately to author or Reply to author option instead, so I could check this on our end? If those options aren't working on your end, you can send those requested details on this email (googleadsscr...@google.com) and include the link of this thread so we could keep track of this existing conversation.
Hi Jonas,
Thanks for coming back. Can you kindly provide your CID and the bulk upload file that you are using via Reply privately to author or Reply to author option instead, so I could check this on our end? If those options aren't working on your end, you can send those requested details on this email (googleadsscripts-support@google.com) and include the link of this thread so we could keep track of this existing conversation.
Hi Jonas,
Thanks for coming back. Unfortunately, I am unable to read the bulk upload file that you have provided. Can you kindly privately provide a shareable link instead through the options I have mentioned previously? As you have also stated that you are using a test account, kindly check that the ad group you have specified in your template does exist in that same account.
Hi Jonas,
Can you kindly try uploading your CSV file in your Google Drive instead, then try the following script at your end? You may check the results in Upload - Bulk Actions menu. Let me know how it goes after trying.
var file = DriveApp.getFilesByName('CSV FILE NAME').next();
var upload = AdsApp.bulkUploads().newFileUpload(file);
upload.forCampaignManagement();
// Use upload.apply() to make changes without previewing.
upload.preview();Hi Jonas,
Thanks for coming back and clarifying your requirement. You would need separate bulk upload template spreadsheet per entity / level. Can you kindly provide a screenshot where you change your account language settings where the bulk upload works when it is changed to English?
Hi Jonas,
Thanks for additional information. Unfortunately, I cannot be more of help to you since you are using the Bulk Upload function in the UI which is already out of our expertise. I would suggest that reach out to the Google Ads Product Team instead for better assistance and also for you to be enlightened on the number formats which causes the issue on your end. You may seek assistance from their team through this link.
If you have other questions/concerns regarding the Google Ads Scripts, please do let me know.
Hi Jonas,
I would also like to express my appreciation for contacting us. Yes, you should be able to bulk upload supported entities by using the code snippet I have provided previously. If you'll encounter issues implementing please do not hesitate to contact us back.