RE: item not found;an error occurred. please try again later when create campaign using google ads script with bulk upload

2024-12-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. As your concern is related to the Google Ads scripts. I would suggest to raise your concern on the Google Ads scripts forum. Please note that our team can only assist with the technical queries/concerns related to the Google Ads

Genders do not exist for campaigns created via Bulk Upload

2023-07-07 Thread charlesb...@gmail.com
Group().getName()) //here, campaigns/ad groups are only listed for the campaign I created manually //campaign created via bulk upload (I have 3) are not listed } } Per the comments, a campaign named "YouTube" (created manually) appears but all my other campaigns aren't

RE: how to designate connected tv at "row type:device" in bulk upload

2023-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. It seems like your concern is regarding Google Ads Scripts. Unfortunately, our team specializes in Google Ads API (https://developers.google.com/google-ads/api/docs/start) related concerns only. For Google Ads Scripts related concerns, pl

How to designate Connected TV at "Row Type:Device" in Bulk Upload

2023-05-21 Thread aki
I use the "Bulk Upload" which is explained in the article below. (https://developers.google.com/google-ads/scripts/docs/features/bulk-upload) And also, I check "Bulk Upload Temple" (https://www.gstatic.com/adwords/campaignmgmt/templates/campaign_mcc_template.xlsx) But t

Is it possible to bulk upload ConversionAdjustments by the api?

2023-02-24 Thread tim ogilvie
Is there a way to do bulk uploads using this: https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments?hl=en#code_example Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~

Re: Best solution for audiences bulk upload in performance max campaigns?

2023-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haydea, Thank you for getting back to us. I hope you are doing well today. Moving forward to your concern, If you are looking for the performance max campaign, you may refer to this document. This document contains information about Performance max campaign. Regards, Google Ads API Team re

Re: Best solution for audiences bulk upload in performance max campaigns?

2023-02-23 Thread Haydea Dantes
This would be a peformance max campaign On Thursday, 23 February 2023 at 16:08:27 UTC+1 Google Ads API Forum Advisor wrote: > Hi Haydea, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > Moving forward to your concern,

Best solution for audiences bulk upload in performance max campaigns?

2023-02-23 Thread Haydea Dantes
Hi, We need to launch a campaign whose goal is to generate leads for local aesthetic surgery clinics all accross Europe. So we are looking into targeting people living within 5 km radious from a list of around 3000 clinics. Each clinic would have a customised landing page and phone number to la

Re: Upload Offline Conversions - BULK Upload

2022-05-25 Thread Dominik Raffetseder
For every link there i got service unvailable? adsapi schrieb am Freitag, 20. Mai 2022 um 04:05:37 UTC+2: > Hi Dominik, > > Thank you for your question. > > Currently, you should only be able to upload up to 2,000 conversions per > call >

Upload Offline Conversions - BULK Upload

2022-05-18 Thread Dominik Raffetseder
Good Morning, is there any example for bulk upload click conversions in PHP? Is bulk upload possible? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: Trying to edit Product Status via API Bulk upload of CSV file.

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Michael, Thanks for reaching out. You can issue a MutateAdGroupCriteriaRequest to make changes to ad group criterion, such as product listing groups statuses. However, the Ads API documentation does not contain a code sample for implementing this in bulk. The closest sample is the AddShoppi

Trying to edit Product Status via API Bulk upload of CSV file.

2021-12-08 Thread 'Michael Jenkins' via AdWords API and Google Ads API Forum
We currently are using Google Ads Editor to be able to do this. Essentially we generate a CSV file with: Campaign Name, Ad Group, Product Group, Product Group Type. The Product Group Type is essentially the Product Status of Biddable or Excluded. With the CSV we just need to add it to the Edito

Re: Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-08-02 Thread Google Ads API Forum Advisor
Hi Miguel, Can you please clarify if you are using either the Ads or AdWords API? If you have any inquiries related to these APIs, we can assist, if you can provide more information on the issue. However, if you are only looking to upload a CSV using the UI, I'm afraid this is out of our team's

Re: Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-08-02 Thread miguel...@jot-im.com
I firstly contacted to them and they provided me some templates which only sets basic settings such as the campaign name, budget and tracking template. Nothing related to "DynamicSearchAdsSetting". On Wednesday, July 21, 2021 at 10:18:47 AM UTC+2 adsapi wrote: > Hi Miguel, > > Thanks for raisi

RE: Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-07-21 Thread Google Ads API Forum Advisor
Hi Miguel, Thanks for raising your concern. Could you confirm if your concern is related to Google Ads API / AdWords API? I asked because uploading of CSV is not supported in API, specifically for create a new campaign and set up the Dynamic Search Ads setting. If your concern is about uploadi

Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-07-20 Thread miguel...@jot-im.com
Hello, I am trying to figure out how to create a new campaign and set up the Dynamic Search Ads setting uploading a csv file. I attach the file I'm using for testing. I am not sure if there is available a column to add that specific setting. Any idea about which column should I include in the

RE: Bulk upload keywords using java

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The AdWords API documentation does not have a keyword bulk upload sample similar to the bulk upload feature found in the Ads scripts documentation. The closest sample that I can find is the add keywords to an ad group sample. Regards, Matt Google Ads API Team

Bulk upload keywords using java

2021-04-21 Thread Siddhi Khole
Hi team, I have a specific requirement to upload keywords via csv in java. I have gone through documents and found google ads script for bulk upload but I need to implement this in java. Is there any API/ sample code for bulk upload in java. Can you please help me out with this? FYI

RE: bulk upload offline conversions

2021-01-27 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The expired_click error indicates the click is either too old to be imported or occurred before the conversion window. I would recommend that checking the Importing Click Conversions guide. As you mentioned scripts, in case you are referring to Ads scripts, offli

bulk upload offline conversions

2021-01-26 Thread 'matthew...@qlinkwireless.com' via AdWords API and Google Ads API Forum
Hi all, I am trying to bulk upload offline conversions via my own implementations with the adwords API. I keep getting the error " EXPIRED_CLICK", but I have no issue uploading the gClids when uploading one by one. Is there just no way to bulk upload or will I have to write a script

RE: Customer Match Bulk Upload

2021-01-18 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thank you for reaching out. The Google Ads API does support bulk upload of user data but it does not provide the CSV files upload based on its design as the API needs to validate the input rather than just upload whatever is in the file. If you need to do so, you would have to use the

Customer Match Bulk Upload

2021-01-18 Thread Ilya Karpov
Hi, is there any API to upload customer user list as a bunch of files via sftp or storage bucket like it is already implemented <https://support.google.com/admanager/answer/4349785?hl=en> in Google Ad Manager? Also I've found bulk upload <https://developers.google.com/google-ad

RE: Bulk Upload Geto-Targeting Locations

2020-11-04 Thread Google Ads API Forum Advisor Prod
Hello, You can use Bulk Mutates. You can use the CampaignCriterionService with a criterion type as location. The ids for locations can be found here. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q276sMo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Bulk Upload Geto-Targeting Locations

2020-11-03 Thread Riyaad Edoo
Is there an easy way to bulk upload locations by zip code? Would likely be hundreds of locations. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: xsi_type for bulk upload offline conversions

2020-01-24 Thread Google Ads API Forum Advisor Prod
Hi Iskander, Thank you for reaching out. Please see the Python example here for more information on importing offline conversions. As it shows, you should use the xsi type "UploadConversion". However, the OfflineConversionFeedService isn't a supported batch job operation so you will be unable t

xsi_type for bulk upload offline conversions

2020-01-24 Thread 'Iskander Taneev' via AdWords API and Google Ads API Forum
Hello! I'm using Python API to write a script that compiles offline conversion at runtime and utilises batch processing in order to upload them in bulk. However, I'm facing difficulties regarding choosing a correct 'xsi_type'. Could anyone give me an advice as to which one should I be using?

Re: Bulk upload campaign empty response

2020-01-16 Thread Branko Dragovic
Hi Mitchell, I sent log file as private message. All the best, Branko -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribe

RE: Bulk upload campaign empty response

2020-01-15 Thread Google Ads API Forum Advisor Prod
Hi Branko, Thank you for reaching out. Can you please provide the complete detailed request and response logs via reply privately to author so that I can further investigate the issue? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google A

Bulk upload campaign empty response

2020-01-15 Thread Branko Dragovic
Hi, Im tying to upload campaign This is response i get: https://adwords.google.com/api/adwords/cm/v201809";> For other campaigns all worked perfectly. Not i have empty response. Do you know what is cause of this issue ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Bulk upload

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello, Bulk uploads are supported with Google Ads Scripts. If you have any further questions, I'd recommend reaching out to the Google Ads Scripts Forum. Regards, Anthony Google Ads Scripts Team ref:_00D1U1174p._5001UKNwQd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Bulk upload

2019-10-21 Thread Thanh Nguyen
> > *Unfortunately, the bulk upload tool in the UI is not available in either > AdWords API or Google Ads API.* What about the other 2 bulk action? Bulk Scripts & Bulk Rules? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: BulkUpload script working/failing inconsistently - why can't we build into certain accounts with the same script/bulk upload that reads the same csv?

2019-09-24 Thread Robert Knopfler
It ended up working somehow an hour later, thanks On Tuesday, September 24, 2019 at 10:23:58 PM UTC-7, adsapiforumadvisor wrote: > > Hi Robert, > > Could you confirm if you are still encountering the issue? I asked this > because I can see that you already posted this concern on this forum post

Re: BulkUpload script working/failing inconsistently - why can't we build into certain accounts with the same script/bulk upload that reads the same csv?

2019-09-24 Thread Google Ads API Forum Advisor Prod
Hi Robert, Could you confirm if you are still encountering the issue? I asked this because I can see that you already posted this concern on this forum post in the Google Ads scripts forum. One of our colleagues will be contacting you and provide support via the said thread. Let me know if you

Re: BulkUpload script working/failing inconsistently - why can't we build into certain accounts with the same script/bulk upload that reads the same csv?

2019-09-24 Thread Robert Knopfler
Ejay - I'm trying to post in the forum, but I keep getting an error connecting with the server, and it persists even after reloading. On Monday, September 23, 2019 at 10:39:28 PM UTC-7, adsapiforumadvisor wrote: > > Hi Robert, > > Thanks for posting your concern. > > It appears that the issue wa

RE: BulkUpload script working/failing inconsistently - why can't we build into certain accounts with the same script/bulk upload that reads the same csv?

2019-09-23 Thread Google Ads API Forum Advisor Prod
Hi Robert, Thanks for posting your concern. It appears that the issue was encountered in 'Bulk Uploads' of Google Ads scripts. However, this forum is dedicated for the AdWords API and Google Ads API related concerns/issues. You can post your concern on Google Ads Scripts Forum and let's contin

BulkUpload script working/failing inconsistently - why can't we build into certain accounts with the same script/bulk upload that reads the same csv?

2019-09-23 Thread Robert Knopfler
We have multiple CIDs that we are attempting to build campaigns into via BulkUpload, and in one case we're getting an error *"No header row was found for this spreadsheet" (MCC: 730-277-0792 CID: 316-467-9480)* and in another case, using a script that reads (from Google Drive) and uploads the s

RE: Bulk upload

2019-08-15 Thread Google Ads API Forum Advisor Prod
Hi Alexander, Unfortunately, the bulk upload tool in the UI is not available in either AdWords API or Google Ads API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UEJANC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Bulk upload

2019-08-15 Thread Alexander
Is there a way to access the "bulk upload" from Google Ads UI through adwords API ( or the new ads API) ? In the UI it is available at Tools > Bulk Actions > Uploads I know that "bulk upload" is possible in Google Ads Scripts, but is it also possible

Re: Bulk upload negative keywords

2018-11-22 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
s. Regards, Dannison AdWords API Team On Friday, November 23, 2018 at 12:45:22 AM UTC+8, cos...@gmail.com wrote: > > I'm trying to bulk upload negative keywords via the google ads -> tools -> > bulk upload section. I need to do it that way and NOT with the > adwords e

Bulk upload negative keywords

2018-11-22 Thread cosbgn
I'm trying to bulk upload negative keywords via the google ads -> tools -> bulk upload section. I need to do it that way and NOT with the adwords editor. I've tried adding the negative keyword as `-negativeKeyword` but it would get added as a normal one with a minus in front.

Re: Cannot properly create FeedItemAdGroupTarget in bulk upload with negative reference keys (PHP v201806)

2018-08-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
rk is dealing > with creating FeedItemAdGroupTarget's for new ad groups that I am > uploading. When using a negative reference key on the FeedItemAdGroupTarget > for both the feedItemId and the adGroupId, it looks like the FeedItem gets > created but without any targeting. Th

Cannot properly create FeedItemAdGroupTarget in bulk upload with negative reference keys (PHP v201806)

2018-08-07 Thread Bryan
for both the feedItemId and the adGroupId, it looks like the FeedItem gets created but without any targeting. The order in the bulk upload is Ad Group > FeedItem > FeedItemAdGroupTarget. Please let me know what other information you may need to he

Re: adding labels to ad bulk upload

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Richard, I understand you have some concerns related to AdWords scripts. On this forum, we will discuss concerns related to AdWords API only. I would recommend you to post your question on the AdWords scripts forum . Regards, Sai

adding labels to ad bulk upload

2018-07-10 Thread richard
Hi, Do you have it in your scope to make it possible to within the bulk upload (ad) also include a label to the ads? currently, it is not supported? https://developers.google.com/adwords/scripts/docs/features/bulk-upload-entities This feature would simplify a lot when working with the API

Re: bulk upload html5 banners to GDN

2014-12-29 Thread Michael Cloonan (AdWords API Team)
> Hey All, > > I need to upload a bulk of HTML5 display ads to GDN. > > I tried to do it with Adwords editor. However, I don't see in the wizard > an option to add a new display ad the option to select a zip file. > > how can I bulk upload html banners to

bulk upload html5 banners to GDN

2014-12-29 Thread Eyal Filiba
Hey All, I need to upload a bulk of HTML5 display ads to GDN. I tried to do it with Adwords editor. However, I don't see in the wizard an option to add a new display ad the option to select a zip file. how can I bulk upload html banners to GDN via the API ? Thanks,

Re: Bulk Upload not working in production only

2011-06-21 Thread David Torres
n a single add in live adwords account. Still the same > problem for bulk upload every thing works fine when i linked my > application to google sandbox but when i linked it to live environment > bulk upload stop working. > > On Jun 15, 4:58 pm, Pulkit wrote: > > > Hi, >

Re: Bulk Upload not working in production only

2011-06-16 Thread Pulkit
Hi, I just checked the staus of job it shows cmpleted but still not able to see even a single add in live adwords account. Still the same problem for bulk upload every thing works fine when i linked my application to google sandbox but when i linked it to live environment bulk upload stop working

Bulk Upload not working in production only

2011-06-15 Thread Pulkit
Hi, I am facing a problem with bulk upload. I have an MCC account and an adwords client account. I linked both the accounts and all the billing information in both the accounts are perfect. My developer token is approved. Now i have an application which is designed to upload bulk ads keeping all

AdWords API Re: Bulk upload

2009-08-03 Thread AdWords API Advisor
Hello, There's no way to create both a campaign and a keyword in the same SOAP call. You need to make multiple SOAP calls to achieve this. If you want to add multiple objects of the same type though, then yes, you can do that in a single SOAP call. If you want to add multiple campaigns using v13

AdWords API Bulk upload

2009-08-03 Thread sree...@cybage.com
Hi All, I am using java client to upload my campaigns/ad groups/keywords into adwords. Is there any way to upload multiple campaigns/keywords in a single call ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWord

AdWords API Re: Bulk Upload Criteria

2008-09-19 Thread Jan Piotrowski (AdWords API Guru)
Hey Nick, have a look at Adwords Editor. The shortcuts Ctrl + Shift + K/T are very powerful and probably exactly what you are looking for. - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" gr

AdWords API Re: Bulk Upload Criteria

2008-09-18 Thread AdWords API Advisor
Hello Nick, You don't have to use individual SOAP calls for each keyword; addCriteria()/updateCriteria() both take lists of Criterion objects as parameters, so you can do a batch of criteria at once. http://www.google.com/apis/adwords/developer/CriterionService.html Of course, you're still

AdWords API Bulk Upload Criteria

2008-09-18 Thread Nick Retallack
I noticed people have asked this question before, but I haven't seen a satisfactory answer. My application organizes groups of keywords. It would be really nice to be able to sync this all to adwords without having to use individual soap calls for each keyword. Is there any way to post an adgro