Is it possible to update a CPV campaign using the AdWords API?

2016-10-12 Thread tedsf
Hey Folks, I'm trying to figure out if it's possible to make updates to my existing CPV (or CPM) campaign using the AdWords API. An example would be I want to update the videos I am targeting. I create a CSV file with the updated video list. Is there a way to make this update using the

Java API Code snippet Campaign Performance Report

2016-10-12 Thread ntdmbot01
Im new to adwords , I'm able to get the campaigns using CampaignService , I tries to get Campaign Performance Report details Im stuck in mid and dont know how to proceed and what objects should I use to retrieve the Campaign Performance Reports, a code snippet will be very helpful. Thanks in

Re: Java API Cove Sample Campaign_Performance_Report

2016-10-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You could try this example in Java and you may use the below sample AWQL query to generate the Campaign Performance Report

Re: Download format CSV output columns with quotes

2016-10-12 Thread Frode Sætre
Hi Shwetha, Is it not possible to contain the information in quotes? Why? This has not been an issue earlier? mandag 10. oktober 2016 20.13.57 UTC+2 skrev Shwetha Vastrad (AdWords API Team) følgende: > > Hi Frode, > > I'm afraid it's not possible to change the way the columns are formatted

JAVA API Google Adwords Campaign Performance Report

2016-10-12 Thread ntdmbot01
Im new to adwords , I'm able to get the campaigns using CampaignService , I tries to get Campaign Performance Report details Im stuck in mid and dont know how to proceed and what objects should I use to retrieve the Campaign Performance Reports, a code snippet will be very helpful. Thanks in

Java API Cove Sample Campaign_Performance_Report

2016-10-12 Thread ntdmbot01
Im an newbie to adwords, Im trying to get campaign performance report where you can get most of the campaign details can anyone share a code snippet to retrieve it I am able to get the campaigns, adgroups and ads but I need a detailing on Campaign on the number of clicks, impressions etc. A

Re: How do you get Structured Snippet extensions?

2016-10-12 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Suvodhoy, Thanks for getting back to me. Could you please send your recent SOAP logs that you used to get extensions, to me again by *Reply privately to author*? The last one you sent to us was already too old and it's hard for engineers to investigate. Thanks for your cooperation.

Re: Dynamic sitelinks Costing a fortune, for adds Google automatically post that have no resemblance to the add in question

2016-10-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Will, I'm afraid this issue is out of scope for this forum since we deal with AdWords API related issues. I would suggest that you post your query in the AdWords Community Forum as they are better equipped to

Re: Java API Cove Sample Campaign_Performance_Report

2016-10-12 Thread ntdmbot01
Hi Peter, It was useful thanks for the update but i need it to be in a object not to download as a file, what are the classes used to get the response and execute the query(service objects and return type objects so i can use them to do further operations). On Wednesday, October 12, 2016 at

Dynamic sitelinks Costing a fortune, for adds Google automatically post that have no resemblance to the add in question

2016-10-12 Thread Will Beeley
Google state that There's no cost to add extensions to your campaign , but when I log into my Google adwords account under Ad extensions view automated extensions report it shows a payment cost for

Re: Download format CSV output columns with quotes

2016-10-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Frode, I'm afraid it's not possible to specify that a particular column be returned within double quotes. The returned values are escaped appropriately for the selected download format . For

About create / update Ads via API.

2016-10-12 Thread T.Motodate
I have some questions about create / update Ads via AdWords API. 1) About create banner ad. I referred the Samples page and found the section "Add expanded text ad". I recognized that we can create text ads according to this section. However, I couldn't found any sections about adding Banner

Re: Java API Cove Sample Campaign_Performance_Report

2016-10-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may retrieve the response as a string object. Please refer to the below code for an example : ReportDownloadResponse response = new ReportDownloader(session).downloadReport(query, DownloadFormat.CSV); Comment out the save to file line