Re: KeywordsStates using Google Ads API

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Average CPC is not a currently supported historical metric. Please see this page for supported KeywordPlanHistoricalMetrics. As with the TargetingIdeaSelector searchParameters in the AdWords API, you can filter your GenerateKeywordIdeasRequest. The available filters are listed in the Ge

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi Matt, Ok, Got. So Category ID in the "Products and Services" is Business Category. 1) I cannot see AVERAGE_CPC as well. https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.AttributeType Can you please check? 2) How I can map this SearchParameters with Goo

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi, In addition to Categories. How I can use RelatedToUrlSearchParameter? Is this same as UrlSeed or it is SiteSeed ? //Create related to url search

Re: KeywordsStates using Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This is not currently available in the API. As mentioned in the migration guide, the Business Category has been removed in the Ads API. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2AIbEY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Is CATEGORY_PRODUCTS_AND_SERVICES is still not available with API? Please let me know how we can get this? On Thursday, 21 January 2021 at 00:00:11 UTC+5:30 Google Ads API Forum Advisor Prod wrote: > Hello, > > The "www" is not required for the Url Seed. > > > Regards, > Anthony > > [image: Goo

Re: KeywordsStates using Google Ads API

2021-01-20 Thread Google Ads API Forum Advisor Prod
Hello, The "www" is not required for the Url Seed. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AIbEY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: KeywordsStates using Google Ads API

2021-01-19 Thread cv
what can be urlSeed https://developers.google.com/google-ads/api/reference/rpc/v6/UrlSeed format. Is this domain name with www or without www? Thanks, On Tuesday, 19 January 2021 at 00:23:56 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, there is currently no way to get these

Re: KeywordsStates using Google Ads API

2021-01-18 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, there is currently no way to get these with Google Ads API. I cannot say whether or not they are going to be included in the future but you can follow our blog for announcements. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AIbEY:ref -- -- =~=~=~

Re: KeywordsStates using Google Ads API

2021-01-18 Thread cv
Hi Anthony, Any other service I can get categories data using Google Ads API? Thanks, On Monday, 18 January 2021 at 10:27:32 UTC+5:30 cv wrote: > Hi Anthony, > > Is that deprecated or any plan to include those in future? > > Thanks, > > > > On Friday, 15 January 2021 at 21:47:58 UTC+5:30 adsapi

Re: KeywordsStates using Google Ads API

2021-01-17 Thread cv
Hi Anthony, Is that deprecated or any plan to include those in future? Thanks, On Friday, 15 January 2021 at 21:47:58 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, the Attributes which include these values are not available > in Google Ads API. > > Regards, > Anthony > > [i

Re: KeywordsStates using Google Ads API

2021-01-15 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, the Attributes which include these values are not available in Google Ads API. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AIbEY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: KeywordsStates using Google Ads API

2021-01-15 Thread cv
Hi Ernie, https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.Type_AttributeMapEntry I am not getting this fields using Google Ads API. 'CATEGORY_PRODUCTS_AND_SERVICES' 'AVERAGE_CPC' Thanks On Tuesday, 12 January 2021 at 15:38:29 UTC+5:30 adsapiforumadvisor wrote

Re: KeywordsStates using Google Ads API

2021-01-12 Thread Google Ads API Forum Advisor Prod
Hi, Please see my answer for the questions you've sent recently: How I can limit the No of keywords in response? -As discussed by my colleague on his reply, limits are based on the requests, not the keywords. You can find the limits for the keyword plan services here. Is the keywords returns are

Re: KeywordsStates using Google Ads API

2021-01-11 Thread cv
Thanks for response. This is solved now. On Friday, 8 January 2021 at 22:51:03 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > For IDEAS, you can use the KeywordPlanIdeaService.GenerateKeywordIdeas as > described here >

Re: KeywordsStates using Google Ads API

2021-01-11 Thread cv
HI, How I can limit the No of keywords in response? Is the keywords returns are based on keywords passed and same as Keywords Planner UI? Thanks, On Friday, 8 January 2021 at 22:51:03 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > For IDEAS, you can use the KeywordPlanIdeaService.GenerateKey

RE: KeywordsStates using Google Ads API

2021-01-08 Thread Google Ads API Forum Advisor Prod
Hello, For IDEAS, you can use the KeywordPlanIdeaService.GenerateKeywordIdeas as described here and you can use KeywordPlanService.GenerateHistoricalMetrics as described here for STATS. Limits are based on the requests, not the keywords. You can find the limits for the keyword plan services her

KeywordsStates using Google Ads API

2021-01-08 Thread cv
Hi, I wanted to get Keywords Stats Similar to Adwords API. When I request the keywordsIdeas service I can get keywords but those keywords are based on input keywords and not the same as passed keywords. So I am looking at similar service like we have on Adwords API here