RE: Google AdWords API migration to Google Ads API

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jhonny, I already replied to you on your private thread, we can continue your conversation there. For all those who want to know the answer here's is a partial copy: Here's our reports migration guide and here's our general reports guide. All reports use GoogleAdsService and you can use Sea

Google AdWords API migration to Google Ads API

2022-04-25 Thread Jhonny Afonso
Hi, I am using Google AdWords API and we received the email to migrate to Google Ads API. We are using your API via CURL/file_get_contents (PHP) We've using these URL https://adwords.google.com/api/adwords/reportdownload/v201809 https://adwords.google.com/api/adwords/mcm/v201809 https://adwords.

Re: Google Adwords API Migration

2011-12-22 Thread Minh Le
I've got the solution. On Dec 21, 4:06 pm, Minh Le wrote: > I am doing migration from Google Adwords API v200909 to v201109. Now I > have some troubles with my code in a .NET project: > > private void StoreCampaignInDB(string campaign_email, string > campaign_password, string clientEmail, int Acc

Google Adwords API Migration

2011-12-21 Thread Minh Le
I am doing migration from Google Adwords API v200909 to v201109. Now I have some troubles with my code in a .NET project: private void StoreCampaignInDB(string campaign_email, string campaign_password, string clientEmail, int AccountID, StringBuilder sDailyReport) { try