Re: KeywordPlanService.GenerateHistoricalMetricsRequest only returns GLOBAL results

2022-05-25 Thread synibleworkers
This is a major issue, which needs to get fixed this week before the 
Adwords API goes completely offline, otherwise there is no way to get 
search volume stats. Whoever has power here, please let the API developers 
know how urgent this is. 

On Tuesday, 24 May 2022 at 09:21:29 UTC-4 rut...@thedutchlab.com wrote:

> Wow, I've spent HOURS investigating this. The new API having this issue on 
> this after multiple versions is beyond my understanding. Figures why I only 
> discovered this just now.
>
> I've implemented the new API way ahead of time before the old one was end 
> of life,  thinking it would save a lot of stress. I'm throwing in some 
> keywords here for others to find this post.
>
> Adding geoTargets or languageConstants at the KeywordPlanCampaign API 
> call, for retrieving HistoricalMetrics using generateHistoricalMetrics 
> does not have any effect on searchvolume information.
>
> On Tuesday, May 24, 2022 at 11:38:59 AM UTC+2 adsapi wrote:
>
>> Hello Anthony, Marek, Lasse,
>>
>> We're investigating this. Unfortunately, I cannot give any timelines 
>> right now, but I'll keep you informed once I hear more new information.
>>
>> Best,
>> Thanet, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2YbrjF:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a32a23b-d6ac-4886-a975-e455dc9080a9n%40googlegroups.com.


Re: API Quota Reduction

2022-05-25 Thread synibleworkers
This has issue has been brought up many times and the team here is not 
understanding the issue. Why release 10.1 and allow us to generate metrics 
without a keywword plan if we can't set the language and location? The 10.1 
release was meant to solve an issue but they forgot certain functionality 
making it unusable. The ads api team needs to understand that the  
*generateKeywordHistoricalMetrics 
*HAS to be able to add location and language for it to be useful otherwise 
it's unusable. Telling us to go back and generate a keyword plan is exactly 
the reason they released 10.1 and the  *generateKeywordHistoricalMetrics *so 
we wouldn't have to do that. Can someone on the ads team please make the 
api developers aware that the 10.1 release is useless unless they allow us 
to set language and location when calling  
*generateKeywordHistoricalMetrics.*  

On Wednesday, 25 May 2022 at 06:54:54 UTC-4 labustgo...@gmail.com wrote:

> Hello Peter,
>
> Maybe the snippet below might help clarify what I meant.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> * https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en#create_a_keyword_plan
>  
> $keywordPlanResource
>  
> = self::createKeywordPlan($googleAdsClient,
> $customerId);$planCampaignResource = self::createKeywordPlanCampaign(
> $googleAdsClient,$customerId,$countryCode, //$languageCode,
> $keywordPlanResource);// ...$keywordPlanServiceClient = 
> $googleAdsClient->getKeywordPlanServiceClient();$generateHistoricalMetricsResponse
>  
> = $keywordPlanServiceClient->generateHistoricalMetrics(
> $keywordPlanResource);// After 10.1// 
> ==$keywordPlanIdeaServiceClient = 
> $googleAdsClient->getKeywordPlanIdeaServiceClient();$generateHistoricalMetricsResponse
>  
> = $keywordPlanIdeaServiceClient->generateKeywordHistoricalMetrics([
> 'customerId' => $googleAdsClient->getLoginCustomerId(),
> 'keywords' => $keywords]);*
>
> Before 10.1, you needed to create a *KeywordPlan* to generate historical 
> metrics, and you could specify the location and language parameters when 
> creating a *KeywordPlanCampaign*.
>
> The 10.1 release introduced *generateKeywordHistoricalMetrics*, allowing 
> historical metrics generation without the need for a *KeywordPlan*.
>
> As far as I can tell, there is no way to specify language and location 
> parameters when calling *generateKeywordHistoricalMetrics*.
>
> On Tuesday, May 24, 2022 at 8:58:49 PM UTC-8 adsapi wrote:
>
>> Hi Syed,
>>
>> Thank you for your reply.
>>
>> As mentioned earlier by our colleague Matt, the language and location 
>> will need to be specified o*n the keyword plan campaign*, when using the 
>> GenerateKeywordHistoricalMetrics 
>> 
>>  
>> feature of the Google Ads API. 
>>
>> You may review this example 
>> 
>>  
>> to know more about the implementation. 
>>
>> That said, when finally generating the metrics, You will no longer need 
>> to specify once more the language and location. The metrics will then be 
>> based on the contents of your keyword plan campaign, including the language 
>> and location that you set within those plans.
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2YqDI0:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3f7b906d-d172-4271-acc8-2cf0525313b9n%40googlegroups.com.


Re: API Quota Reduction

2022-04-22 Thread synibleworkers
Yep this is brutal. I'm surprised more people aren't complaining about 
this. Quota drop from millions per day to 15000. It's now impossible to do 
real search volume research. It's also totally non-intuitive. Why do I have 
to setup a keyword plan, campaign, ad group just to check some search 
volumes. Who thought that was a good setup? It should let us check search 
volumes as we used to, then... when we've selected the keywords we want, we 
can create the keyword plan, campaign etc.. How it is now makes no sense, 
uses excessive, needless resources and doesn't allow anyway to do large 
scale keyword search volume research. It's a shame. 

On Tuesday, 19 April 2022 at 05:30:54 UTC-4 adsapi wrote:

> Hi Syed,
>
> Thank you for your reply.
>
> To confirm, mutate operations (create, update, remove) should be counted 
> in the usual operations limit as mentioned here 
> .
>  
> You may also opt to use the BatchJobService 
> 
>  
> when creating your keyword plans, and others, since the mutate operation 
> 
>  
> of this service also supports these operations.
>
> For the other *get* methods of the planning services, they are then 
> calculated differently / separately as per this section 
> 
>  
> of our API limits guide.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YqDI0:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/935423a1-7078-4b81-86d6-8925fcb9ff42n%40googlegroups.com.