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 M

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

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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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 our blog: https://googleadsdeveloper.blogspot.

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://googleadsdevelope

Re: Bulk upload negative keywords

2018-11-22 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, Your concern appears to be in the Google Ads UI. With this said, you could open your concern to the Advertiser's Community Forum as the product experts are better equipped in answering your concerns. Regards,

Re: bulk upload html5 banners to GDN

2014-12-29 Thread Michael Cloonan (AdWords API Team)
Hello, The AdWords API does not support generic HTML5 ads for use in GDN currently. Please watch our blog for all new feature announcements. Regards, Mike, AdWords API Team On Friday, December 26, 2014 9:58:42 AM UTC-5, Eyal Filiba wrote: > > Hey All,

Re: Bulk Upload not working in production only

2011-06-21 Thread David Torres
Hi, Can you share request ids for your logs? I'll be glad to investigate in our side having your request ids. Best, -David Torres - AdWords API Team On Jun 16, 7:23 am, Pulkit wrote: > Hi, > > I just checked the staus of job it shows cmpleted but still not able > to see even a single add in li

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.

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 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