AdWords Data Get Through Web Service

2015-05-04 Thread Pravin Yadav
Hi, can i get AdWords data from asp.net web service. if yes then what about authentication permission page. how to store OAuth Permissions. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

How to add an Audience into the Ad Group

2015-05-04 Thread jason
Hi. Can you tell me how to add an Audience into the Ad Group. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Analytics column titles have been updated to match the Adwords user interface 201502 migration

2015-05-04 Thread Nadine Sundquist (AdWords API Team)
Hello Kristopher, Google Analytics https://developers.google.com/analytics/ provides information about user interaction with your business. It also has an API https://developers.google.com/analytics/devguides/reporting/ to retrieve reports. Check out AdWords in Google Analytics

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-04 Thread Josh Radcliff (AdWords API Team)
Hi, Are you sure that the report is returning zero rows? I think it's more likely that it's actually returning an error because there are certain field combinations that are not allowed. Please see this other forum post https://groups.google.com/d/msg/adwords-api/33lf7hvGtGY/bBHU6UbQrg0J for

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-04 Thread Sarah Riddell
Hi Josh, Thanks for your reply again. Yes, my report field combination is not right, when i removed *AdNetworkType2 *field from my SELECT query it returns the results as i desired. As you suggested, i will chose only the fields that are actually of interest to mine. Can you Clarify? me on-

download ImageAd from display campaign

2015-05-04 Thread Evgeni
Hi, I'm wondering whether there is a way to save the unique set of images which were used for ImageAds objects for, lets say, a single campaign using API? For example, I have a campaign 'C', which contains 2 ad groups 'A1' and 'A2'. Ad group 'A1' has 2 image ads (created from 1.jpg and 2.jpg).

Need to get details of feeditems with 0 clicks

2015-05-04 Thread NITISH KOCHAR
Hi, When i try to get the details from AD_CUSTOMIZERS_FEED_ITEM_REPORT table of google adwords api, i am not able to get the details of the feeditems which have zero clicks. Is there any way do get those details? Just for the reference, code i am trying is : ReportDownloadResponse

Call Only extensions Migration

2015-05-04 Thread Michael Cloonan (AdWords API Team)
Hello everyone. A few months ago, we announced http://googleadsdeveloper.blogspot.com/2015/02/new-callonly-creative-type-in-adwords.html the new CallOnlyAd https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.CallOnlyAd as a replacement for the existing ONLY

Re: Reporting - Data for Removed artifacts

2015-05-04 Thread GregT
Hi, Danial. Were you able to find out anything about this? Thanks, Greg On Tuesday, April 21, 2015 at 8:07:04 AM UTC-5, Danial Klimkin wrote: Hello Greg, Let me check internally and get back to you in a few days. -Danial. On Monday, April 20, 2015 at 5:41:28 PM UTC+3, GregT wrote:

Re: How to add an Audience into the Ad Group

2015-05-04 Thread Raghavendra Soudala (AdWords API Team)
Hi Jason, To add an audience into the Ad Group you should use a BiddableAdGroupCriterion https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterion where *criterion* = a CriterionUserList with userListId set

Re: AdWords Data Get Through Web Service

2015-05-04 Thread raghavendra soudala
Hi Pravin Yes, you can! All you have to do is just create an ASP.NET service, add reference to the library, and make API calls. For reference there is an asp.net code example in the OAuth folder https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp of code

Re: How to add a template ad into the ad group

2015-05-04 Thread Raghavendra Soudala (AdWords API Team)
HI Jason Template ID 190 is not currently supported in the AdWords API. However, here is a list of the supported template ads https://developers.google.com/adwords/api/docs/appendix/templateads. For an example of how to add a *TemplateAd* using the API, check out the *AddClickToDownloadAd*

Re: MutateJobService - slow response

2015-05-04 Thread Josh Radcliff (AdWords API Team)
Hi GDZ, Do you have the *requestId* from the response of one of your *MutateJobService* requests that took 50 seconds? I'd like to take a look at it from our side. One thing to keep in mind is that the benefits of *MutateJobService* go beyond just quickly submitting large requests. Although

Re: Need to get details of feeditems with 0 clicks

2015-05-04 Thread Raghavendra Soudala (AdWords API Team)
Hi Nitish, You may want to take a look at our Zero Impressions guide https://developers.google.com/adwords/api/docs/guides/zero-impression-reports, which explains how you can include or exclude report data without impressions. Also, the Report Types list

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-04 Thread Josh Radcliff (AdWords API Team)
Hi Sunny, To find which reports have the *AdNetworkType2* field, please refer to the Report Types page https://developers.google.com/adwords/api/docs/appendix/reports . Regarding your second question, you aren't limited to running a report for a single day. You can either: 1. Choose one

Re: Need Developer token for existing product account

2015-05-04 Thread Raghavendra Soudala (AdWords API Team)
Hi Pravin You need to have an MCC account http://www.google.com/adwords/myclientcenter/(not a regular AdWords account) to sign up for a dev token. If you are already using an MCC, you won't be able to access dev token as read-only user (the AdWords API Center won't appear for read-only