Re: Version Transition

2018-07-04 Thread biuser
Hi, We are receiving data in csv format. This query returns empty result, is there a syntax error in our query? (incoming csv is attached) string query = "SELECT Date, CampaignId, CampaignName, AdGroupId, AdGroupName, Impressions, Clicks, Cost FROM " +

Re: Google HPA Api about

2018-05-14 Thread biuser
Thank you for directing. On Monday, May 14, 2018 at 10:38:10 AM UTC+3, Peter Oliquino (AdWords API Team) wrote: > > Hi, > > The Google Hotel Ads API is out of scope for our team. You may may find > their help center and contact us link here >

Google HPA Api about

2018-05-14 Thread biuser
Hello, dear google team. Can you provide us an example code or project in C# for sending a sample request in Oauth2 to Google HPA Hotels Ads API? Good work, Best regards Çağatay ERDOĞDU Database Administrator TatilSepeti.com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: (URGENT!) Total : AdGroups Costs

2017-11-06 Thread biuser
Hi Shwetha, The criteria you gave me in the mail you sent was important to me (where AdGroupStatus = 'enabled'). I can access the requested data with this condition in the sql query, Thanks for your help. Çağatay ERDOĞDU Database Administrator cagatay.erdo...@tatilsepeti.com On Friday, November

Re: (URGENT!) Total : AdGroups Costs

2017-11-03 Thread biuser
Hi, I sent you a message with the reply privately to the author option. If you answer within the day, I'd be happy thanks for your interest. Çağatay ERDOĞDU Database Administrator cagatay.erdo...@tatilsepeti.com On Wednesday, November 1, 2017 at 8:46:38 PM UTC+3, Shwetha Vastrad (AdWords API

Re: (URGENT!) Total : AdGroups Costs

2017-11-01 Thread biuser
Hi, Thanks for the answers, but skipReportSummary is already set to false in the config file. as a result I get the total number of campaigns when I get the total costs How can I get the total cost of adgroups? How is this calculated in the AdWords panel? I can find it in the data base if I can

Re: (URGENT!) Total : AdGroups Costs

2017-10-30 Thread biuser

(URGENT!) Total : AdGroups Costs

2017-10-30 Thread biuser
Hi, I have a problem. How to get the sum of the ad groups costs via adwords api. I can reach the all cost but, I dont want to get total campaign cost. I need only ' Total AdGroups' Costs. Best regards, Çağatay ERDOĞDU cagatay.erdo...@tatilsepeti.com -- --

Error: QueryError.PARSING_FAILED

2017-09-28 Thread biuser
Hello there, I have a problem. Unfortunately, it gives an error while I am trying to retrieve ADGROUP_PERFORMANCE_REPORT : the error is " QueryError.PARSING_FAILED". My query as follow; string query = "select date CampaignId, campaign, AdGroupId, adGroup, Impressions, Clicks, Cost" +