Re: Upgrading to a newer version

2022-03-02 Thread Stephen Barrett
So I would need to update these files in my files to version 10, correct? Thanks! Stephen Barrett / Sr. Web Lead step...@veloxmedia.com / 208-830-6398 VELOX Media 866-324-8899 / 208-338-1400 518 S 9th St Boise ID 83702 www.veloxmedia.com On Mar 2, 2022, 10:12 AM -0700, Google Ads API Forum

Re: Upgrading to a newer version

2022-03-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stephen, Yes, you would need to update the imports as they are referencing old versions of the API. If you are using the PHP keyword planning example, you can compare v10 example with your v8 code. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Wymyn:ref

Re: Upgrading to a newer version

2022-03-01 Thread Stephen Barrett
So I wouldn’t need to update any of the files - like the following in my getkeyword.php file? use Google\Ads\GoogleAds\Lib\OAuth2TokenBuilder; use Google\Ads\GoogleAds\Lib\V8\GoogleAdsClient; use Google\Ads\GoogleAds\Lib\V8\GoogleAdsClientBuilder; use Google\Ads\GoogleAds\Util\V8\ResourceNames;

Re: Upgrading to a newer version

2022-03-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stephen, Going from v8 to v10 of the Ads API should not require any changes to your implementation. For versions that contain changes to Keyword Planning, the release notes for that version will have a Planning section. Regards, Matt Google Ads API Team Matt Google Ads API Team

Re: Upgrading to a newer version

2022-02-25 Thread Stephen Barrett
Thank you. I'm migrating from version 8 to 9 and then 9 to 10. I'm only using the library for keywordideas and I just wanted to know if I had to overwrite my library multiple times to get to the latest version. On Friday, February 25, 2022 at 2:17:07 PM UTC-7 adsapi wrote: > Hi Stephen, > >

RE: Upgrading to a newer version

2022-02-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stephen, Thanks for reaching out. There may be reusable parts of your custom implementation, but the new Ads API is different from the old SOAP AdWords API. I'd recommend looking through the migration guide for more details on this. Like the AdWords API, the Ads API client libraries support

Upgrading to a newer version

2022-02-24 Thread Stephen Barrett
When upgrading to a newer version, do I need to overwrite the entire client library or just sections of it? What are the best practices? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com