Re: AdwordAPIからAdsAPIへの移行について

2019-08-25 Thread masa hassy
私は既にサンプルコードを入手しています。 あなたの回答しているこのサンプルコード では私の疑問が解消しません。 以下のAdwordAPIのTargetingIdeaServiceで書いていたコードをAdsAPIに置き換える*具体的なコード*を教えて欲しいです $targetingIdeaService = new AdWordsServices()->get(SESSION,

RE: AdwordAPIからAdsAPIへの移行について

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hello Masa, If you want to get the keyword ideas like Tageting IdeaService.Get you could use KeywordPlanIdeaService.generateKeywordIdeas in Google Ads API. Here is the code sample that you can use to fetch the keywords ideas. Also, you could refer here(Keyword Planning section) to know more

AdwordAPIからAdsAPIへの移行について

2019-08-23 Thread masa hassy
以前使用していたAdwordAPIからAdsAPIへ移行調査をしています。 AdwordAPIではTargetingIdeaServiceを使用していましたが AdsAPIではKeywordPlanIdeaServiceに変更するときに TargetingIdeaServiceで以下の設定をする場合、 KeywordPlanIdeaServiceではどのように設定するのでしょうか? *具体的なコードの例で教えて下さい。* - TargetingIdeaService $targetingIdeaService = new