Create Draft with all campaigns pause

2016-11-04 Thread Imran Tufail
Hi, I want to create a draft and want all my Ads to pause. Is there any api to pause all Ads in a draft campaign ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

create a draft and pause all Ads

2016-11-04 Thread Imran Tufail
Hi, I want to create a draft and want all my Ads in this draft campaign to be pause. Is there any api to pause all Ads in a draft campaign ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Re: create a draft and pause all Ads

2016-11-04 Thread 'Joyce Lava' via AdWords API Forum
Hello Imran, You can refer to this example code on how to create a draft campaign. Once you have that, it will serve as a mirror of the base campaign, that said, you need to use the *draftCamp

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0; CampaignOperat

Re: Stalling batch jobs may be back?

2016-11-04 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We have cleared out the current queue of stalled jobs for your account, and have generated download URLs for those jobs so you can fetch results for each one. Please let me know if this issue recurs while we're working on fixing the underlying problem. Regards, Mike, AdWords API Team

How to set Feed ID for a remarketing campaign?

2016-11-04 Thread Dmitry O
Hi, Using UI, I can do the following: https://www.dropbox.com/s/pjt0z7mdc6s89a2/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202016-11-04%2014.32.50.png?dl=0 But how can I do the same thing using API? There is a dynamic remarketing guide: https://developers.google.com/adwords/api/docs/gui

Youtube Trueview Campaign Service

2016-11-04 Thread trupti . kolhe
Are you providing any service to pull (Get) campaigns of Youtube TrueView Like Campaign Service? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0; CampaignOperat

Re: Are Trueview ads available through the API?

2016-11-04 Thread trupti . kolhe
Hello, While searching for Trueview gone through your post. Is there any api available to pull Trueview Campaigns ? On Wednesday, December 12, 2012 at 9:13:09 PM UTC+5:30, LE Max wrote: > > WHY NOT? > > Is the question on everyone's mind. It still baffles me that Google would > launch a product

Re: Youtube Trueview Campaign Service

2016-11-04 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Unfortunately, API services such as the CampaignService currently do not support video campaigns . However, you can run reports such as the Campaign Performance Report

Re: Adwords Express Account CustomerId and Data Not found

2016-11-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, When you ran the *GetAccountHierarchy* example, did you make sure that you called *SetClientCustomerId* on the *$user* object, passing the *manager* account? If that doesn't resolve the problem, could you send me the client customer ID of the manager account and the AdWords Express account

Need help upgrading to expanded text ads?

2016-11-04 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWords API Community! We announced that you have until January 31, 2017 to upgrade from standard text ads

Re: Adwords Express Account CustomerId and Data Not found

2016-11-04 Thread cv
Hello Josh, In terms of AdWords accounts vs. AdWords Express accounts, that distinction only exists for the user interface. You can create AdWords Express objects in an AdWords account, and vice versa. However, AdWords Express campaigns cannot be *managed* via the AdWords API, but they do appea

Re: Adwords Express Account CustomerId and Data Not found

2016-11-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for clarifying. Since this turned out to be the same question you have in the other post you mentioned, I'll let Shwetha respond there. Cheers, Josh, AdWords API Team On Friday, November 4, 2016 at 9:18:46 AM UTC-4, cv wrote: > > Hello Josh, > > In terms of AdWords accounts vs. AdWor

Re: Account Ad Extensions structure with information of whether extension is bind to campaign or to an ad group

2016-11-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, Are you using any DURING clause in the report query? Also, I see that you have included CampaignName in the query, which doesn't support zero impressions. If this campaign doesn't have any impression data for the time period specified, zero impression rows will not be included in the r

Re: Account Ad Extensions structure with information of whether extension is bind to campaign or to an ad group

2016-11-04 Thread Александр Великий
Hi Shwetha, I'm not using DURING clause. I've just tried to use it with TODAY value and got no rows event with WHERE Impressions >= 0 clause. I did include CampaignName in a query as I want to see extensions and campaigns that they belong to. I'm going to write to AdWords Script forum, but I th

The underlying connection was closed : ReportUtilities.getResponse

2016-11-04 Thread Ketaki
Hi AdWords Team, We are getting below error when trying to download data for Ad Performance Report for DateRangeType as ALL_TIME and with includeZeroImpressions = true "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server." Status : Kee

What should I send to the AdGroupAdService if I want to create an Image Ad?

2016-11-04 Thread Farid el Nasire
The documentation is slightly cryptic when it comes to this field and there are no examples available anywhere. I've used the MediaService to upload an image to AdWords, I got a mediaId back, I now want to "bind it" to an ad. With a text ad I used to send the following ADD operation: {

Re: The underlying connection was closed : ReportUtilities.getResponse

2016-11-04 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Ketaki, Are you only getting this error with the Ad Performance Report? Could you send us your report definition and client customer Id through *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: CustomerService Output difference between 2 versions of API

2016-11-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chirag, Yes, you can associate multiple MCC accounts to a single email address as well. This post also provides more details about multiple account access. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: What should I send to the AdGroupAdService if I want to create an Image Ad?

2016-11-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Farid, You need to add an ImageAd and provide the MediaId of the image you uploaded in the Image.mediaId

Re: stringLengthError.TOO_LONG

2016-11-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, The length of the key field should be between 1 and 16 characters. Looks like you might be using a string value which exceeds this limit. Could you please check and let me know if tha

Re: Account Ad Extensions structure with information of whether extension is bind to campaign or to an ad group

2016-11-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, To get the extensions at the Campaign level, you need to perform a CampaignExtensionService.get request in AdWords API. If you had specifically set the targetingCampaignId while add

Re: How to set Feed ID for a remarketing campaign?

2016-11-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Dmitry, To associate a feed with a campaign, you can use the CampaignFeedService . This guide has more details on

Re: Stalling batch jobs may be back?

2016-11-04 Thread Adrian Ghizaru
Thank you so much, we've been able to upload all batches... except the last one (job id 397817899). It seems to be stuck at 100,000 ops executed. Could you please give us a hint as to what edge case we're tripping? Given that it's happened on 3 separate occasions, it's probably worth it for us

Re: Account Ad Extensions structure with information of whether extension is bind to campaign or to an ad group

2016-11-04 Thread Александр Великий
Did I get it right? 1. If extensions were created through AdWords interface there is no way to get whether they are of campaign or adgroup level with AdWords query to PLACEHOLDER_FEED_ITEM_REPORT. 2. If extension didn't have impressions, there is no way to get it with PLACEHOLDE

Re: Youtube Trueview Campaign Service

2016-11-04 Thread trupti . kolhe
Hello Anthony, Thanks for your reply. We will wait for update int Campaign Service for Trueview ads. In Campaign Performance Report is there any field which indicates that its a Trueview campaign, I