Re: Alternate for get_service while migrating to. Google Ads API

2022-04-18 Thread Deepak Kumar
of existing users from there or how is it structured? Thanks, Deepak Kumar On Mon, Apr 18, 2022 at 12:29 PM Google Ads API Forum Advisor wrote: > Hi there, > > Thanks for reaching out to the Google Ads API Forum. > > Could you confirm if you’re using current versio

Alternate for get_service while migrating to. Google Ads API

2022-04-13 Thread Deepak Kumar
Hi, I am trying to update the existing code to use Google Ads API but I am not able to find the alternate for get_service object as it not a part of the current API. AttributeError: 'GoogleAdsServiceClient' object has no attribute 'get_service' Can you help me on the same? Thanks -- --

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector

2013-07-26 Thread DEEPAK KUMAR
UTC+9, DEEPAK KUMAR wrote: Hello All I am trying to download Report Using Google adwords api. When I Run to the below given code it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector Please Help me. using System; using System.Collections.Generic; using

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH with FieldPath Selector for multi clients

2013-07-22 Thread DEEPAK KUMAR
Hello Anash I am trying to download report from google adwords using API. But it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector I am new to google adwords API Please Help Me. For download Report I am using Below code : using System; using

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector

2013-07-22 Thread DEEPAK KUMAR
Hello All I am trying to download Report Using Google adwords api. When I Run to the below given code it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector Please Help me. using System; using System.Collections.Generic; using System.Linq; using System.Web;