Re: AdServingOptimizationStatus Question

2016-02-18 Thread Mhamad Canaan
Hello, I will try to make it clear for what I am asking for, lets suppose I executed the AddCampaigns.php but I removed the Optional line code, the start date of the campaign will be filled automatically by the AdWords account of the user, so there are some default values that the AdWords fill

Re: v201601 Batch job service error 403

2016-02-18 Thread Jbielsa
In v201601, you need to make an additional call to exchange the bulk upload URL for a resumable upload URL. The relevant change in code is this line: https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201601/CampaignManagement/AddCompleteCampaignsUsingBatchJob.

Re: BatchJobUtilities Upload taking too long

2016-02-18 Thread Rafael Machado
Hello Anash, I upgraded to the newest library, but the problem persists... What could I do next? Thank you, Rafael On Fri, Feb 5, 2016 at 11:45 AM, Anash P. Oommen (AdWords API Team) < adwordsapiadvisor+an...@google.com> wrote: > Hi Rafael, > > If you have access to Web.config, try adding > >

Re: Ad group type and other questions API

2016-02-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Anil, I ran some tests myself and confirmed that I cannot remove the *ExplorerAutoOptimizationSetting* once it has been added. I'm following up on this and will get back to you if I have any updates. Thanks, Josh, AdWords API Team On Wednesday, February 17, 2016 at 8:56:44 AM UTC-5, Josh Ra

Re: Default value for JSON list fields

2016-02-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, I have communicated above mentioned issue as a feature request to the engineering team. This may or may not get approved. Please check out our blog for the updates or announcements. Thanks, Umesh, AdWords API Team. -- -

Re: extract exact or at least better estimate of actual bid through AdWords API

2016-02-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mehdi, You can find most of these fields by running the Keywords Performance Report . Some of the bid fields are CpcBid and CpmBid. This report also contains the QualityScore and some fields related

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-18 Thread Charles Michael
Perfect answer, thank you! On Thursday, February 18, 2016 at 9:28:57 AM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hi, > > To start, check out this AdWords Help Center article > on the types of > location targets with example

Re: AdGroupAd status incorrect?

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hi James, You are checking on AdGroup status instead of AdGroupAd status in your code. In your selector, you can add a predicate where AdGroupAd.status == "ENABLED" so that you don't have to loop through all results. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-18 Thread Yu-Juei Tseng
His image size is 300, 250 in FULL Dimension. This is valid in image ads specs. Yin Niu於 2016年2月18日星期四 UTC+8下午10時33分53秒寫道: > > Hello, > > The error occurred because the image si

Re: v201601 Batch job service error 403

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hi Clément, Are you able to access the upload URL? What type of operations do you have in your batch job? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

AdGroupAd status incorrect?

2016-02-18 Thread James
Hello, Sorry if this has been covered, or if I have made a silly error... I am trying to use the AdGroupAdService to find the Final / Destination URLs for the ads we manage (there are about 6000 or so). This part seems okay. But I want to only deal with our ads that are active, so i have been

v201601 Batch job service error 403

2016-02-18 Thread Clément Picou
Hello, since I've migrated to v201601 I've got a 403 error when I upload entities with the batch job service. The job add operation works but the upload doesn't. The message is "Failed to upload operations for batch job." Thank you Clément -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdServingOptimizationStatus Question

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hello, Sorry I didn't make it clear in my reply. You don't have to set the value unless it is required. Sometimes if you are not sure, you could try to send the request, if you don't get any errors that are related to required parameters, then you are good. As for your webpage design, I wou

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hello, The error occurred because the image sizes do not meet requirements. Please check out the static image ads specs . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AdServingOptimizationStatus Question

2016-02-18 Thread Mhamad Canaan
Maybe I forgot to tell you, I am developing webpage that can create and manage campaigns of adwords, so I need to make the user fully satisfied with all the options he might need. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeve

Re: AdServingOptimizationStatus Question

2016-02-18 Thread Mhamad Canaan
I understand how to not include it in the code, but this is not the issue, my concern is that how to make a way to let the user choose whether it is standard or all feature and being able to satisfy both options, thats why I am asking about what to do with the advanced settings if he chose stand

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi, To start, check out this AdWords Help Center article on the types of location targets with examples of each. I find the examples help me figure out the size of a location type in reference to other location types. - Canton: Large

Re: AdServingOptimizationStatus Question

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hello, Yes, you can ignore the advanced settings if you are only creating a standard campaign. If you are looking at the sample AddCampaigns.php code, wherever it is marked o

extract exact or at least better estimate of actual bid through AdWords API

2016-02-18 Thread Mehdi Zare
Hi, I need to get a better figure about actual bid on keyword level. I mean something better than avg. bid. Is it possible to get it through a query on AdWords API? I'm also interested in effective quality score and position. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Default value for JSON list fields

2016-02-18 Thread Danilo B.
Since API v201509, several fields containing multiple URLs are sent as JSON lists instead of semicolon delimited strings. Here's the excerpt from the docs: If the docs specify the type

Re: AdServingOptimizationStatus Question

2016-02-18 Thread Mhamad Canaan
Hi Yin Niu, Ok so there are so many "Advanced Settings" to be filled if it was "All Feature", this I have no problem with, but what if it was "Standard" campaign? all these settings are ignored? like the Frequency cap, Campaign URL option, shcedule, etc.. what do I do with them? I fill them in