Keyword Planner Suddenly Throws Error

2024-08-01 Thread Matt Dworkin
Hello,


We've been using keyword planner via for a while, and today it randomly 
stopped working for our employees. Our look back date was 2024-07 (start) - 
2024-08 (end). If we expand the look back to a few months ago, it seems to 
work. 

We get the following error: Failure: 
{"errors":[{"errorCode":{"keywordPlanIdeaError":"INVALID_VALUE"},"message":"The 
input has an invalid value."}],"requestId":"1NsCjUiyBp4xdm0NRG3iTg"}

I think this has happened around the first of the month before. Is there a 
reason why we would suddenly get this error at the start of a month? 

Thanks,
Matt

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7fd99517-31e1-4d43-a380-418e523eaef1n%40googlegroups.com.


Re: google keyword planner

2024-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Upon checking your provided error logs, I found that you are using Google Ads 
API version 13. Kindly note that v13 is deprecated as of June 7, 2023, and 
sunset was done at the end of January 2024. That means, after the end of 
January, if you hit the API with version 13, that request will not be accepted 
or blocked. That means after sunset, the respective versions will no longer be 
available. Please refer to Deprecation and Sunset to get more information about 
sunset dates for Google Ads API versions.

So, I would suggest you upgrade your API to the latest version 16, and for more 
information, you can refer Upgrade to the latest version API documentation.

This message is in relation to case "ref:!00D1U01174p.!5004Q02rzsFm:ref" 
(ADR-00226957)

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cvYeB0SBDXGY00Sk5M55iGT82khZdJDM2L-g%40sfdc.net.


Re: google keyword planner

2024-04-03 Thread Maciek eF
Hi,
this is request and response

*[2024-04-03 12:56:06,156 - INFO] Request --- Method: 
/google.ads.googleads.v13.services.KeywordPlanService/MutateKeywordPlans 
Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", 
"login-customer-id": "7832449095", "x-goog-api-client": "gl-python/3.10.9 
grpc/1.54.2 gax/2.11.0 gccl/21.1.0 pb/4.23.0", "x-goog-request-params": 
"customer_id=5974745636" } Request: customer_id: "5974745636" operations { 
create { name: "Keyword plan for traffic estimate 
ca4987f2-cf5c-4a09-9d85-0575b0969f8f" forecast_period { date_interval: 
NEXT_QUARTER } } } Response --- Headers: { 
"google.ads.googleads.v13.errors.googleadsfailure-bin": 
"\nJ\n\u0002\b&\u0012DVersion v13 is deprecated. Requests to this version 
will be blocked.\u0012\u001687xXWcheyLMwQItRWy_JYA", 
"grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
argument.\u001a\u0001\nDtype.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure\u0012d\nJ\n\u0002\b&\u0012DVersion
 
v13 is deprecated. Requests to this version will be 
blocked.\u0012\u001687xXWcheyLMwQItRWy_JYA", "request-id": 
"87xXWcheyLMwQItRWy_JYA" } Fault: errors { error_code { request_error: 
UNSUPPORTED_VERSION } message: "Version v13 is deprecated. Requests to this 
version will be blocked." } request_id: "87xXWcheyLMwQItRWy_JYA"* 

wtorek, 12 marca 2024 o 17:47:58 UTC+1 Google Ads API Forum Advisor 
napisał(a):

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> After reviewing your concern, I understand that you are trying to generate 
> historical metrics 
> 
>  
> from the Google Ads API but getting errors. In order to address your issue, 
> please provide us with complete API logs (request 
> 
>  
> and response 
> 
>  
> with request-id 
> 
>  
> and request header 
> )
>  
> generated at your end.
>
> Kindly note that you have to enable logging if you are using a client 
> library. You can refer to the guides Java 
> , 
> .Net 
> ,
>  
> PHP 
> , 
> Python 
> ,
>  
> Ruby 
>  
> or Perl 
>  
> to enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag. 
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02rzsFm:ref" (ADR-00226957)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/72c2ba9c-43ec-4801-b873-79b8fa6a5f9cn%40googlegroups.com.


Re: difference in results between google ad words api and keyword planner console

2024-03-25 Thread numan tariq
Hye 
Yeah sure I can guide you through the path.
First of all I login into to ads.google.com then Select the account 
846-917-6003.
Then I goto Tools in the left menu bar and select Keword Planner in 
Planning section.
Then I click Discover New Keywords Card.
Type my keyword lets say "Technology" and press Get Results.
Then click the checbox of desired keyword and add it to keyword plan.
Then move to the next tab which is Forecast.
Click all saved keywords which only includes the desired keyword and add 
all the desired filters to get result. Which gives me conversions budget 
Clicks and other resutls.


On Thursday, March 21, 2024 at 3:39:12 PM UTC+5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> After checking the Google Ads account 9511535245, we couldn't find any 
> keyword forecast reports in the UI. Could you please provide us with how 
> that report was generated (the navigation path) so that we can check from 
> our end and assist you further? 
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s02v0:ref" (ADR-00227763)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e69b4b1-a077-4482-965b-925c5f9084ean%40googlegroups.com.


Re: difference in results between google ad words api and keyword planner console

2024-03-20 Thread numan tariq
login-customer-id : 9511535245

On Wednesday, March 20, 2024 at 4:31:51 PM UTC+5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> I would like to inform you that the UI screenshot which you have provided 
> is cropped and does not contain the customer ID in it. So, kindly provide 
> us with the uncropped UI screenshot including the customer ID to assist you 
> further.
>
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s02v0:ref" (ADR-00227763)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b255794c-3e3d-4869-accc-a06e15743e85n%40googlegroups.com.


Re: difference in results between google ad words api and keyword planner console

2024-03-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

I would like to inform you that the UI screenshot which you have provided is 
cropped and does not contain the customer ID in it. So, kindly provide us with 
the uncropped UI screenshot including the customer ID to assist you further.

This message is in relation to case "ref:!00D1U01174p.!5004Q02s02v0:ref" 
(ADR-00227763)

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/GM3XF0SAN9CJ00INT9XwM9SGGefG9goICzhA%40sfdc.net.


Re: difference in results between google ad words api and keyword planner console

2024-03-19 Thread numan tariq
Please let me know If you need anything

On Tuesday, March 19, 2024 at 10:59:35 AM UTC+5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> Based on the information provided, I understand that you are facing the 
> discrepancies with the data generated via the API and UI. To analyse the 
> issue please provide us with the following information: 
>
>- Complete updated API logs (*request* 
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
> and  
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>*response* 
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
> with  
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
>*request-id* 
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
> and  
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>*request
>  
>header* 
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>)
>  
>generated at your end  
>- Downloaded report from the keyword planner UI and the API 
>- Confirm for which fields you are observing this discrepancy 
>
> You can send them via *Reply privately to the author option* or *Direct 
> reply to this email*.
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s02v0:ref" (ADR-00227763)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a2e55922-5989-4d25-99ea-bf2c2a9122f5n%40googlegroups.com.


Difference in results between google ad words API and keyword planner console

2024-03-18 Thread numan tariq
Good Day,

I’m trying to forecast the value of various keywords using the google 
Adwords API. So far, the clicks, costs per click, and other metrics 
returned through the API don’t come anywhere close to those retrieved 
through the Keyword Planner console. There are several adjustable forecast 
parameters in the console such as language, location, and search network, 
and I tried to match these parameters in the API but still there is alot of 
difference.
Here is the data returned by the API
{
"campaignForecastMetrics": {
"impressions": 14520.986328125,
"clickThroughRate": 0.32958287000656128,
"averageCpcMicros": "31342",
"clicks": 4785.8681640625,
"costMicros": "15030",
"conversions": 74.193649291992188,
"conversionRate": 0.015502652153372765,
"averageCpaMicros": "2021736"
}
}

and here is the data by keyword planner console

Conversions
120
Avg. CPA
$1.25
Clicks
3.8K
Impressions
17K
Cost
$150
CTR
22.6%
Avg. CPC
$0.04

Please let me know if you need any information from our end to assist in 
resolving this issue.

Best regards,
Numan Tariq

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aa0b8102-64c1-4f9b-a874-ac483a049750n%40googlegroups.com.


Google Keyword Planner

2024-03-12 Thread Maciek eF
Hi 
I'm trying to use keyword planner from API. 
I use script from this site 
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en

so something like this :

def generate_historical_metrics(client, customer_id):
"""Generates historical metrics and prints the results.

Args:
client: an initialized GoogleAdsClient instance.
customer_id: a client customer ID.
"""
googleads_service = client.get_service("GoogleAdsService")
keyword_plan_idea_service = client.get_service("KeywordPlanIdeaService")
request = client.get_type("GenerateKeywordHistoricalMetricsRequest")
request.customer_id = customer_id
request.keywords = ["mars cruise"]
# Geo target constant 2840 is for USA.
request.geo_target_constants.append(
googleads_service.geo_target_constant_path("2840")
)
request.keyword_plan_network = (
client.enums.KeywordPlanNetworkEnum.GOOGLE_SEARCH
)
# Language criteria 1000 is for English. For the list of language 
criteria
# IDs, see:
# 
https://developers.google.com/google-ads/api/reference/data/codes-formats#languages
request.language = googleads_service.language_constant_path("1000")

response = 
keyword_plan_idea_service.generate_keyword_historical_metrics(
request=request
)

for result in response.results:
metrics = result.keyword_metrics
# These metrics include those for both the search query and any 
variants
# included in the response.
print(
f"The search query '{result.text}' (and the following variants: 
"
f"'{result.close_variants if result.close_variants else 
'None'}'), "
"generated the following historical metrics:\n"
)

# Approximate number of monthly searches on this query averaged for 
the
# past 12 months.
print(f"\tApproximate monthly searches: 
{metrics.avg_monthly_searches}")

# The competition level for this search query.
print(f"\tCompetition level: {metrics.competition}")

# The competition index for the query in the range [0, 100]. This 
shows
# how competitive ad placement is for a keyword. The level of
# competition from 0-100 is determined by the number of ad slots 
filled
# divided by the total number of ad slots available. If not enough 
data
# is available, undef will be returned.
print(f"\tCompetition index: {metrics.competition_index}")

# Top of page bid low range (20th percentile) in micros for the 
keyword.
print(
f"\tTop of page bid low range: 
{metrics.low_top_of_page_bid_micros}"
)

# Top of page bid high range (80th percentile) in micros for the
# keyword.
print(
"\tTop of page bid high range: "
f"{metrics.high_top_of_page_bid_micros}"
)

# Approximate number of searches on this query for the past twelve
# months.
for month in metrics.monthly_search_volumes:
print(
f"\tApproximately {month.monthly_searches} searches in "
f"{month.month.name}, {month.year}"
)


and when I  try to run function:
generate_historical_metrics(client, customer_id)
it goes with that error:
--- 
AttributeError Traceback (most recent call last) Cell In[48], line 1 > 1 
generate_historical_metrics(client, customer_id) Cell In[30], line 12, in 
generate_historical_metrics(client, customer_id) 10 request = client.
get_type("GenerateKeywordHistoricalMetricsRequest") 11 request.customer_id = 
customer_id ---> 12 request.keywords = ["mars cruise"] 13 # Geo target 
constant 2840 is for USA. 14 request.geo_target_constants.append( 15 
googleads_service.geo_target_constant_path("2840") 16 ) AttributeError: 
Assignment not allowed to message, map, or repeated field "keywords" in 
protocol message object. 

I'm stuck here and don't know what to do next. 

I'll appriciate your help very much

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 be

Metrics from Keyword Planner vs Google Ads API (GenerateKeywordForecastMetricsResponse)

2024-01-07 Thread 'Isaac Esses' via Google Ads API and AdWords API Forum
Hi There,

I'm currently trying to pull keyword forecasts from the Google Ads API and 
I'm finding the values different than what I'm seeing in the UI; I'm hoping 
someone can help me:
1. Understand the differences
2. Find a way to get the exact values from the UI via the API so that I can 
share these forecasts with my customer without them seeing discrepancies 
(if/when they check)

Example: 
Forecast for the keyword 'subaru' Broad Match for Jan 7 - 13 returns: 
*Google Ads UI:*
Impressions: 396,815.34
Cost:$354,573.73
*Google Ads API via GenerateKeywordForecastMetrics:*
Impressions: 397,709.50
Cost:$401,164.15

Screenshot from Google Ads Keyword Planner:
https://screenshot.googleplex.com/BSWxPqo9UGwQNWW

Response from Google Ads API Call:
https://screenshot.googleplex.com/9qAyVST3bwo3fhc

Additional Documentation: 
https://developers.google.com/google-ads/api/reference/rpc/v15/GenerateKeywordForecastMetricsResponse

Thanks! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95c86483-50e3-4b90-955f-68d992c8500dn%40googlegroups.com.


RE: data mismatch between google ui (keyword planner) and api

2024-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you are observing the data 
discrepancy in the values of Keyword Planner between the Google Ads UI and the 
API.

In order to assist you further, kindly provide us with the complete API logs 
(request and response with request-id and request header) generated at your end 
along with the corresponding uncropped UI screenshot (from Google Ads account).

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r5Hiq:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/q8CYz0S6Q8CW00NWHC6QK8RZ6yN1t0YT1x5w%40sfdc.net.


Data mismatch between Google UI (Keyword planner) and API

2024-01-03 Thread kakaka11
The values ​​called through the Keyword Planner provided by Google and the 
API are different. There is a big difference in the values. Is this really 
the case?

I used the sample code in the link below.

https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas?hl=ko
def main(
client, customer_id, location_ids, language_id, keyword_texts, page_url
):
keyword_plan_idea_service = client.get_service("KeywordPlanIdeaService")
keyword_competition_level_enum = (
client.enums.KeywordPlanCompetitionLevelEnum
)
keyword_plan_network = (
client.enums.KeywordPlanNetworkEnum.GOOGLE_SEARCH_AND_PARTNERS
)
location_rns = map_locations_ids_to_resource_names(client, location_ids)
language_rn = client.get_service("GoogleAdsService").
language_constant_path(
language_id
)

# Either keywords or a page_url are required to generate keyword ideas
# so this raises an error if neither are provided.
if not (keyword_texts or page_url):
raise ValueError(
"At least one of keywords or page URL is required, "
"but neither was specified."
)

# Only one of the fields "url_seed", "keyword_seed", or
# "keyword_and_url_seed" can be set on the request, depending on whether
# keywords, a page_url or both were passed to this function.
request = client.get_type("GenerateKeywordIdeasRequest")
request.customer_id = customer_id
request.language = language_rn
request.geo_target_constants = location_rns
request.include_adult_keywords = False
request.keyword_plan_network = keyword_plan_network

# To generate keyword ideas with only a page_url and no keywords we need
# to initialize a UrlSeed object with the page_url as the "url" field.
if not keyword_texts and page_url:
request.url_seed.url = page_url

# To generate keyword ideas with only a list of keywords and no page_url
# we need to initialize a KeywordSeed object and set the "keywords" 
field
# to be a list of StringValue objects.
if keyword_texts and not page_url:
request.keyword_seed.keywords.extend(keyword_texts)

# To generate keyword ideas using both a list of keywords and a 
page_url we
# need to initialize a KeywordAndUrlSeed object, setting both the "url" 
and
# "keywords" fields.
if keyword_texts and page_url:
request.keyword_and_url_seed.url = page_url
request.keyword_and_url_seed.keywords.extend(keyword_texts)

keyword_ideas = keyword_plan_idea_service.generate_keyword_ideas(
request=request
)

for idea in keyword_ideas:
competition_value = idea.keyword_idea_metrics.competition.name
print(
f'Keyword idea text "{idea.text}" has '
f'"{idea.keyword_idea_metrics.avg_monthly_searches}" '
f'average monthly searches and "{competition_value}" '
"competition.\n"
) 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/75fc80d3-d84b-43eb-83db-703d4a41ebc8n%40googlegroups.com.


Re: getting different volume of search (api vs keyword planner)

2023-10-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

According to the Google Ads dashboard , I can confirm that there is no issue in 
the Google Ads API. To analyse the issue further as mentioned earlier, could 
you please provide us with the complete API logs (request and response with 
request-id and request header ) generated at your end along with the 
screenshot from the UI(Uncropped). You can send them via Reply privately to the 
author option or Direct reply to this email.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

This message is in relation to case "ref:!00D1U01174p.!5004Q02msP17:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/mXZ3K0S332PZ009MS6BxZkSDyofNhirknw6A%40sfdc.net.


Re: getting different volume of search (api vs keyword planner)

2023-10-24 Thread Jabez Tadesse
Getting the exact type of behaviour too, please let us know if there
are any developments in this public thread ... 👍

On Monday, July 10, 2023 at 3:19:01 AM UTC-7 Google Ads API Forum Advisor 
wrote:

> Hi, 
>
> Thank you for responding back.
>
> You may refer to the context below for our previous response regarding 
> your issue. 
>
> “*Moving forward with your concern, can you provide us with the complete 
> API logs (**request** and **response** with **request-id **and **request 
> header)** generated on your end? This is so we can check on our end as 
> well and investigate further. Additionally please also share with us the 
> **whole 
> Google Ads UI screenshot (without cropping) **of the data in the UI when 
> you encountered the discrepancies.*
>
> *For the client libraries, logging can be enabled by navigating to the 
> Client libraries > Your client library (ex Java) > Logging documentation, 
> which you can access from this **link **(*
> *https://developers.google.com/google-ads/api/docs/client-libs* 
> *). You 
> can provide it via the Reply privately to author option. If this option is 
> not available, you may send the details directly to 
> our googleadsa...@google.com alias instead.*”
>
> Additionally, with regards to your question on getting the volume of 
> search, you may use the KeywordPlanIdeaService (
> *https://developers.google.com/google-ads/api/reference/rpc/v14/KeywordPlanIdeaService#generatekeywordhistoricalmetrics*
>  
> )
>  
> for the GenerateKeywordHistoricalMetrics method. Please note that as stated 
> in this documentation (
> *https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics*
>  
> )
>  
> historical metrics provide metrics on how keywords have previously 
> performed on Google Search including:
>
>- Average monthly searches (past 12 months) 
>- Approximate monthly search volume (per month) 
>
> Reference links included in this email:
>
>- request: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request*
>  
>
> 
>  
>- response: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response*
>  
>
> 
>  
>- request-id: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id*
>  
>
> 
>  
>- request header - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers*
>  
>
> 
>  
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2msP17:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3bbe4b38-574a-4c3b-9648-8c7a49f8386dn%40googlegroups.com.


Re: discrepancies in historical monthly search volumes between api and web keyword planner

2023-10-24 Thread Jabez Tadesse
Hi, William. Do you mind giving us more insight as to what solved this 
issue?

You said " Thanks, the migration reference page answers my question." 

Can you please give us a bit more detail? We're also facing the same issues 
here.

Thanks 😊

On Tuesday, May 16, 2023 at 8:17:00 AM UTC-7 Google Ads API Forum Advisor 
wrote:

> Hi William and Dan,
>
> @William - Thank you for responding back to us. We're glad that you're 
> able to find the answer to your question on the provided migration 
> reference. Should you have future concerns directly with Google Ads API, do 
> not hesitate to come back to us and we will be glad to assist you.
>
> @Dan, Thank you for sharing your insight on this. This will greatly help 
> the community.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2lGnUr: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/e929c03e-0d0e-4209-b137-6ca9e000abdbn%40googlegroups.com.


Re: getting different volume of search (api vs keyword planner)

2023-07-08 Thread Eliav Lankri
Can you please re-write the email? I can't see it and the link is not to 
the email.

Btw, general question, to get the volume of search, like Keyword planner, 
should we use the following? 



On Friday, July 7, 2023 at 5:38:37 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi, 
>
> Thank you for reaching out to Google Ads API Forum.
>
> Moving forward with your concern, can you provide us with the complete API 
> logs (*request* and *response* with *request-id *and *request header)* 
> generated 
> on your end? This is so we can check on our end as well and investigate 
> further. Additionally please also share with us the *whole Google Ads UI 
> screenshot (without cropping) *of the data in the UI when you encountered 
> the discrepancies.
>
> For the client libraries, logging can be enabled by navigating to the 
> Client libraries > Your client library (ex Java) > Logging documentation, 
> which you can access from this *link *(
> *https://developers.google.com/google-ads/api/docs/client-libs* 
> <https://developers.google.com/google-ads/api/docs/client-libs>). You can 
> provide it via the Reply privately to author option. If this option is not 
> available, then send it instead on this email address 
> googleadsa...@google.com <https://groups.google.com/>.
>
> Reference links included in this email:
>
>- request: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request*
>  
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request>
>  
>- response: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response*
>  
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response>
>  
>- request-id: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id*
>  
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id>
>  
>- request header - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers*
>  
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>
>  
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2msP17:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2d5d415-3c19-40ca-b200-6e07e1583123n%40googlegroups.com.


RE: getting different volume of search (api vs keyword planner)

2023-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

Moving forward with your concern, can you provide us with the complete API logs 
(request and response with request-id and request header) generated on your 
end? This is so we can check on our end as well and investigate further. 
Additionally please also share with us the whole Google Ads UI screenshot 
(without cropping) of the data in the UI when you encountered the discrepancies.

For the client libraries, logging can be enabled by navigating to the Client 
libraries > Your client library (ex Java) > Logging documentation, which you 
can access from this link 
(https://developers.google.com/google-ads/api/docs/client-libs). You can 
provide it via the Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Reference links included in this email:

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers

This message is in relation to case "ref:_00D1U1174p._5004Q2msP17:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/gq9Xg0RXFKNN00hUGIJQSWT-WAHFjrdn729A%40sfdc.net.


Getting different volume of search (API vs Keyword planner)

2023-07-07 Thread Eliav Lankri
Hello

We're using the Ads API to get volume of search for terms by country.
But the issue is that we're getting totally differet numbers from the 
Keyword planner. What could be the issue? or what the Dev should check?

*gbp to usd calculator *(United Kingdom)

Keyword Planner: 720
Our tool/Ads API: 40,500

small business loans ontario interest rates
Keyword Planner: 0
Our tool/Ads API: 90,500


What we're missing? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ffb9df53-c175-4fa7-8d6b-9a06dd535317n%40googlegroups.com.


Resource Limit when creating a campaign with Keyword Planner

2023-06-05 Thread Simron Patel
Hello, 

I am using KeywordPlanCampaignService Service from Google Python API in 
order to create a campaign from the keyword planner.

When attempting, I receive a message:
"Request contains an invalid argument."

 "The request would cause a limit on the number of allowed resources of 
this type to be exceeded."
with error_code: "resource_count_limit_exceeded_error: RESOURCE_LIMIT"

when looking at the particular account, i do not see a single 
keyword/campaign created
[image: keyword_planning_issue.PNG]

so why am I getting this error message?

Regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0789aace-48fd-4ce5-b28e-ef6af4fb27e0n%40googlegroups.com.


Re: discrepancies in historical monthly search volumes between api and web keyword planner

2023-05-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi William and Dan,

@William - Thank you for responding back to us. We're glad that you're able to 
find the answer to your question on the provided migration reference. Should 
you have future concerns directly with Google Ads API, do not hesitate to come 
back to us and we will be glad to assist you.

@Dan, Thank you for sharing your insight on this. This will greatly help the 
community.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2lGnUr: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/PgCwo0RURBRU004w4smXgoSuy-GgFlqCYtUw%40sfdc.net.


Re: discrepancies in historical monthly search volumes between api and web keyword planner

2023-05-16 Thread Dan Thies
On Thursday, May 11, 2023 at 10:01:55 PM UTC+8 wil...@wturrell.co.uk wrote:The other thread refers to forecast data and I'm looking at Historical metrics.https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanService?hl=en#generatehistoricalmetricsCan you confirm that TrafficEstimatorService is the old name for the Keyword Planner and this situation applies to historical searches as well? (it seems odd that the API and the web UI would use a different data source.)I believe that this is correct. It’s always been the case that the APIs run on different servers/data centers/data stores.The keyword data is extra weird, because even in the web interface you can get different data between two accounts. The more an advertiser spends the better the data they get but Google deliberately makes it fuzzy for everyone. I did look at the XHR requests when paging through results in https://ads.google.com/aw/keywordplanner/plan/keywords/historical?... but it didn't help much.(Thanks)On Thursday, May 11, 2023 at 11:31:29 AM UTC+1 Google Ads API Forum Advisor wrote:

	

Hi Dan,

Thank you for sharing the solution to on this thread. This will greatly help the community.

@Will, 

You may check the thread (https://groups.google.com/g/adwords-api/c/LASHwRCl1xQ/m/PegUXzurEAAJ) provided by Dan and let us know if you have further question.

Regards,


	
		
			
			Google Ads API Team
		
	

ref:_00D1U1174p._5004Q2lGnUr: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 a topic in the Google Groups "Google Ads API and AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/eC6SGX-IgC0/unsubscribe.
To unsubscribe from this group and all its topics, 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/d29c303f-2227-4350-9f16-6e29b2c16e91n%40googlegroups.com.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/36783BF4-F40B-411D-AAC7-0A307658BD95%40shoppingads.today.


Re: discrepancies in historical monthly search volumes between api and web keyword planner

2023-05-12 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry 
(https://groups.google.com/g/adwords-api/c/eC6SGX-IgC0) from the forum as 
it wasn't routed to our support queue.

Regards,
Google Ads API Team

On Thursday, May 11, 2023 at 10:01:55 PM UTC+8 wil...@wturrell.co.uk wrote:

> The other thread refers to forecast data and I'm looking at Historical 
> metrics.
>
> https://developers.google.com/google-ads/api/reference/rpc/v13/KeywordPlanService?hl=en#generatehistoricalmetrics
>
> Can you confirm that TrafficEstimatorService is the old name for the 
> Keyword Planner and this situation applies to historical searches as well? 
> (it seems odd that the API and the web UI would use a different data 
> source.)
>
> I did look at the XHR requests when paging through results in 
> https://ads.google.com/aw/keywordplanner/plan/keywords/historical?... but 
> it didn't help much.
>
> (Thanks)
>
>
> On Thursday, May 11, 2023 at 11:31:29 AM UTC+1 Google Ads API Forum 
> Advisor wrote:
>
>> Hi Dan,
>>
>> Thank you for sharing the solution to on this thread. This will greatly 
>> help the community.
>>
>> @Will, 
>>
>> You may check the thread (
>> https://groups.google.com/g/adwords-api/c/LASHwRCl1xQ/m/PegUXzurEAAJ) 
>> provided by Dan and let us know if you have further question.
>>
>> Regards,
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2lGnUr: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/d29c303f-2227-4350-9f16-6e29b2c16e91n%40googlegroups.com.


Re: Discrepancies in Historical monthly search volumes between API and web keyword planner

2023-05-10 Thread Dan Thies
Answered here - 
https://groups.google.com/g/adwords-api/c/LASHwRCl1xQ/m/PegUXzurEAAJ

On Wednesday, May 10, 2023 at 1:31:19 PM UTC-7 William Turrell wrote:

> If I add terms to a Keyword Plan and retrieve historical data, it's common 
> for a few months in the web UI (via a CSV download) to have different 
> search volumes to the same data retrieved via the API.
>
> Is this a known issue? Something I'm missing? (The geo_target should be 
> the same for both, not sure what else could be different).
>
> Thanks,
> Willim
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/92c92b56-b2c1-4665-806b-924ddc5af1a6n%40googlegroups.com.


Discrepancies in Historical monthly search volumes between API and web keyword planner

2023-05-10 Thread 'William Turrell' via Google Ads API and AdWords API Forum
If I add terms to a Keyword Plan and retrieve historical data, it's common 
for a few months in the web UI (via a CSV download) to have different 
search volumes to the same data retrieved via the API.

Is this a known issue? Something I'm missing? (The geo_target should be the 
same for both, not sure what else could be different).

Thanks,
Willim

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6f12e905-2a9d-4d52-b49c-26bd765cb1cfn%40googlegroups.com.


Re: different output between google ads keyword planner and google ads api keywordplanideaservice

2023-04-29 Thread Michael Diamantopoulos
Thank you for your response, that must be it, but unfortunately there is no 
detailed documentation on how to use SiteSeed in your site 
https://developers.google.com/google-ads/api/reference/rpc/v13/SiteSeed. In 
Python I have used the code below:

def main(
client, customer_id, location_ids, language_id, keyword_texts, page_url
):
keyword_plan_idea_service = client.get_service("KeywordPlanIdeaService")
keyword_competition_level_enum = (
client.enums.KeywordPlanCompetitionLevelEnum
)
keyword_plan_network = (
client.enums.KeywordPlanNetworkEnum.GOOGLE_SEARCH_AND_PARTNERS
)
location_rns = map_locations_ids_to_resource_names(client, location_ids)
language_rn = client.get_service("GoogleAdsService").
language_constant_path(
language_id
)

# Either keywords or a page_url are required to generate keyword ideas
# so this raises an error if neither are provided.
if not (keyword_texts or page_url):
raise ValueError(
"At least one of keywords or page URL is required, "
"but neither was specified."
)

# Only one of the fields "url_seed", "keyword_seed", or
# "keyword_and_url_seed" can be set on the request, depending on whether
# keywords, a page_url or both were passed to this function.
request = client.get_type("GenerateKeywordIdeasRequest")
request.customer_id = customer_id
request.language = language_rn
request.geo_target_constants = location_rns
request.include_adult_keywords = False
request.keyword_plan_network = keyword_plan_network

# To generate keyword ideas with only a page_url and no keywords we need
# to initialize a UrlSeed object with the page_url as the "url" field.
if not keyword_texts and page_url:
request.url_seed.url = page_url

# To generate keyword ideas with only a list of keywords and no page_url
# we need to initialize a KeywordSeed object and set the "keywords" 
field
# to be a list of StringValue objects.
if keyword_texts and not page_url:
request.keyword_seed.keywords.extend(keyword_texts)

# To generate keyword ideas using both a list of keywords and a 
page_url we
# need to initialize a KeywordAndUrlSeed object, setting both the "url" 
and
# "keywords" fields.
if keyword_texts and page_url:
request.keyword_and_url_seed.url = page_url
request.keyword_and_url_seed.keywords.extend(keyword_texts)

keyword_ideas = keyword_plan_idea_service.generate_keyword_ideas(
request=request
)

for idea in keyword_ideas:
competition_value = idea.keyword_idea_metrics.competition.name
print(
f'Keyword idea text "{idea.text}" has '
f'"{idea.keyword_idea_metrics.avg_monthly_searches}" '
f'average monthly searches and "{competition_value}" '
"competition.\n"
)
generate_keyword_ideas.py 

But how can I replace the urlseed functionality with siteseed?

On Friday, 28 April 2023 at 20:47:47 UTC+3 Google Ads API Forum Advisor 
wrote:

> Hello Michael,
>
> Thank you for raising your concern to us.
>
> Can you please confirm if this guide about* Keywords Ideas *- 
> https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas
>  is 
> what you are looking for?
>
> Within the said guide, it mentioned the following:
>
>- For the URL of a webpage or entire website related to your business, 
>use *UrlSeed* 
>. 
>The URL seed targets only a specific URL. If there are no hits, the search 
>automatically expands up to the pages from the same domain. 
>- For an entire site, use *SiteSeed* 
>. 
>Given a top-level domain name, such as www.example.com, the site seed 
>generates up to 250,000 keyword ideas from publicly available information. 
>
> Let me know if you have any questions.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l8Cdk: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 r

Different output between Google Ads Keyword Planner and Google Ads API KeywordPlanIdeaService

2023-04-28 Thread Michael Diamantopoulos
Hello,

Is there an argument in the KeywordPlanIdeaService similar to the "Use the 
entire site" in the Keywords Planner UI? The results I am getting 
from KeywordPlanIdeaService are similar to the Keywords Planner UI only if 
the "Use only this page" option is selected

Thanks a lot in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/477361ab-884f-42f9-893a-5f4d8592db45n%40googlegroups.com.


Keyword Planner API - getting just U.S historical stats

2023-02-22 Thread Maciek eF
Hi dear members,
I have problem with keyword planner API.
I set polish language and Poland as geo target in 
create_keyword_plan_campaign, but I get just stats from USA (for example 
program do faktur shows in API just 10 approximate monthly searches, but in 
UI keywordplanner I can see around 6,600 monthly searches. What have I done 
wrongly?

Thanks for your help in advance.

def create_keyword_plan_campaign(client, customer_id, keyword_plan):
"""Adds a keyword plan campaign to the given keyword plan.
Args:
client: An initialized instance of GoogleAdsClient
customer_id: A str of the customer_id to use in requests.
keyword_plan: A str of the keyword plan resource_name this keyword 
plan
campaign should be attributed to.create_keyword_plan.
Returns:
A str of the resource_name for the newly created keyword plan 
campaign.
Raises:
GoogleAdsException: If an error is returned from the API.
"""
keyword_plan_campaign_service = client.get_service(
"KeywordPlanCampaignService"
)
operation = client.get_type("KeywordPlanCampaignOperation")
keyword_plan_campaign = operation.create

keyword_plan_campaign.name = f"Keyword plan campaign {uuid.uuid4()}"
keyword_plan_campaign.cpc_bid_micros = 1
keyword_plan_campaign.keyword_plan = keyword_plan

network = client.enums.KeywordPlanNetworkEnum.GOOGLE_SEARCH
keyword_plan_campaign.keyword_plan_network = network

geo_target = client.get_type("KeywordPlanGeoTarget")
# Constant for U.S. Other geo target constants can be referenced here:
# https://developers.google.com/google-ads/api/reference/data/geotargets
geo_target.geo_target_constant = "geoTargetConstants/2840"
keyword_plan_campaign.geo_targets.append(geo_target)

# Constant for English
language = "languageConstants/1030"
keyword_plan_campaign.language_constants.append(language)

response = keyword_plan_campaign_service.mutate_keyword_plan_campaigns(
customer_id=customer_id, operations=[operation]
)

resource_name = response.results[0].resource_name

print(f"Created keyword plan campaign with resource name: 
{resource_name}")

return resource_name

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/14828720-aa4f-4e39-9190-499490b6238en%40googlegroups.com.


RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread Ming Him Tou
Hi Yasar,

Thanks for the reply and I will try to apply it when we are coding for the API.

I just tried to post the question on forum and reply it through the email.
Will it post on the forum thread at the same time?

In this case, how can I avoid it?

Regards,
Ming

From: Google Ads API Forum Advisor 
Sent: Friday, 27 January 2023 2:49 pm
To: Ming Him Tou 
Cc: Suki Leung ; adwords-api@googlegroups.com; Alice 
Yuen 
Subject: RE: About the result of Google Keyword planner of both UI & API

Hi Ming,

In addition, I had to delete your last post as it contained completed logs. 
Kindly refrain from posting complete logs and sensitive deails on the forum 
thread. Instead, you may send us privately.

Thank you!!

Regards,
[Google Logo]
Yasar
Google Ads API Team



ref:_00D1U1174p._5004Q2iNzTT: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/TY2PR02MB3838E3BB81A72B9ECCD20179E4CC9%40TY2PR02MB3838.apcprd02.prod.outlook.com.


RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ming,

Thank you for the reply.

You may check this documentation for more information on Generate Forecast 
Metrics. Additionally since you want to generate forecast metrics, I would 
suggest you Call KeywordPlanService.GenerateForecastMetrics with that keyword 
plan. You may check this documentation for more information.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2iNzTT: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/osxwx0RP4FR100p7hmVbc9Qieuxh_TKCXuEw%40sfdc.net.


RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ming,

Thank you for reaching out to the Google Ads API support team.

With regards to your concern, it appears that this is about comparing the 
forecast metrics data between the Google Ads UI and API. Kindly note that in 
order for our team to provide accurate guidance, we will be needing some 
information from you. Having said that, can you please provide the uncropped 
screenshot of the Google Ads UI showing the said data and the complete request 
and response logs with request ID and request header generated on your end?

You may then send the requested logs via the Reply privately to author option. 
If this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

In addition, you may check our API documentation which has the details about 
Keyword Planning in the Google Ads API. Also, this Generate Forecast Metrics 
guide and this section for its mapping to the UI.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2iNzTT: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/uMYbl0RP3I1T009bt1Hlq4Sh21P7F9ExF_gw%40sfdc.net.


About the result of Google Keyword planner of both UI & API

2023-01-26 Thread Ming
Hi there,

I tried to obtain the forecast metrics from both online Keyword Planner UI 
& API with same campaign language, location, manual cpc value, estimation 
period etc.

I got the metric value from the online Keyword Planner UI but I got all 0 
from the API result. Is there any different for the forecast part in both 
online Keyword Planner UI & API? coz I got the same value for historical 
metrics but not in forecast part.

Regards,
Ming

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/690ff0b1-fe5e-40ca-b437-1079874cbfe5n%40googlegroups.com.


RE: About batch process of keyword planner

2022-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ming,

Thanks for reaching out to the Google Ads API Forum.

With regard to your concern, note the historical & forecast metrics, it does 
not have operations, but it is planning services. However, BatchJobService 
supports operations that are listed in MutateOperation here only. For more 
information on BatchJob, you may refer to this page.

As a side note, all requests to Keyword Planning services for both standard and 
basic access are rate limited. Fewer requests are allowed per minute when 
compared to other services. Our recommendation is to cache or store results as 
you will receive the same response over a long time span. For example, if you 
request a set of existing keywords, the response is not going to change over a 
period of hours or days. In the case of historical metrics, the statistics 
refresh monthly.

Let us know if you have any additional questions.

Regards,

Marjorie
Google Ads API Team
ref:_00D1U1174p._5004Q2hLpjC: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/U_dCj0RN6T0Q00gL6nnvVjTgCFadTBf5YFXA%40sfdc.net.


About batch process of keyword planner

2022-12-20 Thread Ming
Hi there,

I am using the batch processing to create all the keyword plan, keyword 
plan campaign, keyword plan adgroup & keyword plan adgroup keyword.

I would like to generate the historical & forecast metrics from the keyword 
plans that I have genearted.

Is there any chance that I can generate those metrics in batch instead of 
sending the request one by one as it cost a lot of time & quota was limited.

Regards,
Ming

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/14682d9a-9bac-4a05-83ce-dd01b4ee437cn%40googlegroups.com.


RE: About keyword planner language constant

2022-11-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out. You should be able to include all keywords from all 
languages by leaving the language field unset.

For language codes, please use the Google Ads API reference data.

Regards,

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2fqLnS: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/sNVms0RKOGEV00F3BA6rhZRcGS-6Z3nXLQ6w%40sfdc.net.


About keyword planner language constant

2022-10-31 Thread Ming
Hi there,

I am working on the Keyword Planner API keyword plan campaign part.

Within the request, I can set the language constant for the prediction.

I just checked with the Code reference 
<https://developers.google.com/adwords/api/docs/appendix/codes-formats#expandable-7>
 and 
I cannot find a ID for All language.

Is it okay to use zero to represent all languages as I can find it in the 
Keyword Planner UI.

[image: chrome_RHpdXmyx3V.png]

Regards,
Ming

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6768242a-e718-4bea-869a-ae5d3867a7f2n%40googlegroups.com.


RE: Problem when using Google Ads Keyword Planner with Python

2022-10-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel,

Thank you for raising this concern to the Google Ads API Forum.

To have a clearer view, could you please provide the complete API request and 
response logs with request ID and request header that generated on your end 
where we can see the said error? If you haven't yet, logging can be enabled by 
navigating to the Client libraries > Your client library (ex. Java) > Logging 
documentation, which you can access from this link. This information will help 
our team to better check this.

You can provide it via the Reply privately to author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2f2y6s: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/LZC8n0RJDXIW00Laxl1jyqRYq0HgrlyvVBNg%40sfdc.net.


Problem when using Google Ads Keyword Planner with Python

2022-10-07 Thread Daniel Heredia Mejias
When I try to use this piece of 
code: 
https://github.com/googleads/google-ads-python/blob/main/examples/planning/generate_keyword_ideas.py
 
to extract ideas from Keyword Planner, it throws an error with the variable 
geo_target_constants.

The error message is: Assignment not allowed to message, map, or repeated 
field "geo_target_constants" in protocol message object.

Could you help to demystify if there is something wrong with the piece of 
code itself or the way I am executing it?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/13111850-3e4d-410a-9579-e0c4f12b208an%40googlegroups.com.


Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

Thank you for providing updates to your concern.

I am going to delete your latest post as it contains sensitive information. 
With this, since your developer token has been exposed, I would suggest 
developer token reset.

Moving forward, it appears that you are referring to a test account access 
level of developer token. Please note that you can only use it in a test Google 
Ads account that is discussed in this document. The test account appears with a 
red label according to this section. With this, since you have used the 
developer token to a production account, then I am afraid that you will indeed 
experience the DEVELOPER_TOKEN_NOT_APPROVED. Try using the developer token with 
test account access level to a test Google Ads account created when following 
this link.

Let me know what goes after.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/LLhvZ0RF77P800kaxowrkJQKi0CCrxFe8O8w%40sfdc.net.


Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

Also, I am going to delete your latest post as it contains sensitive 
information. With this, since your developer token has been exposed, I would 
suggest developer token reset.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/yx8Xe0RF77D400KVUPksZZThuzGRS4Ky7kww%40sfdc.net.


Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

Thank you for providing updates to your concern.

It appears that you are referring to a test account access level of developer 
token. Please note that you can only use it in a test Google Ads account that 
is discussed in this document. The test account appears with a red label 
according to this section. With this, since you have used the developer token 
to a production account, then I am afraid that you will indeed experience the 
DEVELOPER_TOKEN_NOT_APPROVED. Try using the developer token with test account 
access level to a test Google Ads account created when following this link.

Let me know what goes after.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/nv2c90RF775100Ao2GV04QRI-joOReDXq_ZQ%40sfdc.net.


Re: Google keyword planner using node js

2022-07-17 Thread Haris Arif
Hi,

As per your suggestion, i have called the API through curl command which 
gives following error.

curl -i --request POST 
https://googleads.googleapis.com/v11/customers/5753283815/keywordPlans/car:generateHistoricalMetrics
 
 \
> --header "Content-Type: application/json" \
> --header "developer-token: 7BtKiwJq_mKcf6s-KhWpPg" \
> --header "Authorization: Bearer 
ya29.A0AVA9y1uSl7jV_06r17iMPQrTR7Hp97lWnkOMIOJx2mLbZ_X8tkYx4b79AKpmNmBmaJ3uWcEdMiHOmzs0VC1gT3lyUpO8DVEzDxbR3CIGEjpOZTgKC69XckDPFHgfP8_QebHvH6o0_LEtZU-X0zijK67d0rFhgQYUNnWUtBVEFTQVRBU0ZRRTY1ZHI4c0p6c0tsRkp1NURaZlRqY3QwQW9rdw0165"
 


HTTP/2 403 
request-id: ylOECe_UB3HScjm3RQTang
vary: X-Origin
vary: Referer
vary: Origin,Accept-Encoding
content-type: application/json; charset=UTF-8
date: Sun, 17 Jul 2022 14:11:31 GMT
server: ESF
cache-control: private
x-xss-protection: 0
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43"
accept-ranges: none

{
  "error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "authorizationError": "DEVELOPER_TOKEN_NOT_APPROVED"
},
"message": "The developer token is not approved. Non-approved 
developer tokens can only be used with test accounts."
  }
],
"requestId": "ylOECe_UB3HScjm3RQTang"
  }
]
  }
}


*but my account is already a test account then why it is giving me above 
error.*


[image: Capture.PNG]
On Wednesday, July 13, 2022 at 12:33:15 AM UTC+5 adsapi wrote:

> Hi Haris,
>
> Could you send us a 'DEBUG' log level request and response log of raw API 
> communications that generates this error?
>
> The request and response appears similar to the JSON Mappings in our REST 
> documentation 
> 
>  with 
> additional headers and information such as request Id 
> 
> . 
>
> If you are using our REST interface 
>  then the 
> full multi line curl command line is a request log and adding curl command 
> line option '-i' will also generate a response log.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFp7F: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/2453f915-2438-4db6-aea2-2bcd58101b71n%40googlegroups.com.


RE: Keyword Planner

2022-07-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jeff,

Thank you for raising this concern to the Google Ads Forum.

To have a clearer view to your issue, could you please provide the complete 
request and response logs with requestID and request header that generated on 
your end also a screenshot where we can see the  "bonprix" that you mentioned? 
This information will help our team to further check this. If you haven't yet, 
logging can be enabled by navigating to the Client libraries > Your client 
library (ex. Java) > Logging documentation, which you can access from this link.

For security purposes, you can provide it via the Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2cVYkK: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/bIb5H0REYOIL00ApGM4AqfQ4qjpPt6_hLpkg%40sfdc.net.


Keyword Planner

2022-07-13 Thread Jeff Reuter
Hello,

I have a question about the keyword planner. I am using the API to get 
historical metrics for keywords.

When for example I add the keyword "bonprix" to a keyword plan, I get 
certain historical search volume data. When I add "bon prix" with a space 
instead, I get different search volume information, which is expected. When 
I add both variants to the same keyword plan however, the variant "bon 
prix" does not appear to get added to the keyword plan and only search 
volume data for "bonprix" is returned. This makes it impossible to get the 
combined search volume for both variants, except when adding each variant 
to their own keyword plan.
This same behaviour happens when using the UI. "bonprix" and "bon prix" on 
their own show different search volumes, when adding them both to the same 
keyword plan however, "bon prix" doesn't get added and only "bonprix" 
search volume is shown.

Thank you and with regards,

Jeff

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a52cdac2-9268-4b61-b309-d4a3b399bcebn%40googlegroups.com.


Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
 Hi,

Thanks for the quick reply,

I have done as you suggested me but still giving below error.

HTTP/1.1 404 Not Found 
Content-length: 1628
X-xss-protection: 0
X-content-type-options: nosniff
Server: ESF 
Date: Tue, 12 Jul 2022 18:38:18 GMT 
X-frame-options: SAMEORIGIN 
Alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43"
Content-type: text/html; charset=UTF-8


On Monday, July 11, 2022 at 10:03:11 AM UTC+5 adsapi wrote:

> Hi Haris,
>
> This is Carmela from the Google Ads API team. Thank you for getting back 
> to us.
>
> Moving forward, as my colleague Matt mentioned, you may refer to this REST 
> interface 
> 
>  for 
> making HTTP requests. since you are doing the generateHistoricalMetrics, 
> then you may see this documentation 
> .
>  
> Your HTTP request will be:  
>
>- *https://googleads.googleapis.com/v11/customers/ 
>
> /keywordPlans/:generateHistoricalMetrics*
>  
>
>
> If you happen to have specific questions / clarifications, feel free to 
> add those in this thread so we can assist you.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFp7F: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/ab3f81f7-2c9c-4601-b425-7c4e1cd19e0bn%40googlegroups.com.


Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
Hi,

Thanks for the quick reply,

I have done as you have suggested me but still giving below error.

HTTP/1.1 404 Not Found 
Content-length: 1628
X-xss-protection: 0
X-content-type-options: nosniff
Server: ESF 
Date: Tue, 12 Jul 2022 18:38:18 GMT 
X-frame-options: SAMEORIGIN 
Alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43"
Content-type: text/html; charset=UTF-8
On Monday, July 11, 2022 at 10:03:11 AM UTC+5 adsapi wrote:

> Hi Haris,
>
> This is Carmela from the Google Ads API team. Thank you for getting back 
> to us.
>
> Moving forward, as my colleague Matt mentioned, you may refer to this REST 
> interface 
> 
>  for 
> making HTTP requests. since you are doing the generateHistoricalMetrics, 
> then you may see this documentation 
> .
>  
> Your HTTP request will be:  
>
>- *https://googleads.googleapis.com/v11/customers/ 
>
> /keywordPlans/:generateHistoricalMetrics*
>  
>
>
> If you happen to have specific questions / clarifications, feel free to 
> add those in this thread so we can assist you.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFp7F: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/9c8bbea5-fe25-4d8f-a6ff-98c14bb57765n%40googlegroups.com.


Re: Google keyword planner using node js

2022-07-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

This is Carmela from the Google Ads API team. Thank you for getting back to us.

Moving forward, as my colleague Matt mentioned, you may refer to this REST 
interface for making HTTP requests. since you are doing the 
generateHistoricalMetrics, then you may see this documentation. Your HTTP 
request will be:

https://googleads.googleapis.com/v11/customers//keywordPlans/:generateHistoricalMetrics


If you happen to have specific questions / clarifications, feel free to add 
those in this thread so we can assist you.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/eUqSs0REUBCU00nbxnELgBSCuFXbwdWVZ9Pg%40sfdc.net.


Re: Google keyword planner using node js

2022-07-09 Thread Haris Arif
Hi Matt,

Thanks for your input,

I am unable to understand the HTTP request

https://googleads.googleapis.com/v11/{keywordPlan=customers/*/keywordPlans/*}:generateHistoricalMetrics

Can you please  guide me on this how to use it.


I am doing as following:

https://googleads.googleapis.com/v11/keywordPlan="Play Station 
5"/*:generateHistoricalMetrics 

On Thursday, July 7, 2022 at 6:36:57 PM UTC+5 adsapi wrote:

> Hi Haris,
>
> Please refer to the REST interface 
> <https://developers.google.com/google-ads/api/rest/reference/rest/v11/customers.keywordPlans>
>  
> for making HTTP requests to the Keyword Planner. You can find the endpoint 
> at the top of each keyword plan method page (e.g. generateForecastCurve 
> <https://developers.google.com/google-ads/api/rest/reference/rest/v11/customers.keywordPlans/generateForecastCurve>
> ).
>
> Regards,
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFp7F: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/b2230c28-46d2-4c67-9f9d-ba4cd69a065cn%40googlegroups.com.


Re: Google keyword planner using node js

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

Please refer to the REST interface for making HTTP requests to the Keyword 
Planner. You can find the endpoint at the top of each keyword plan method page 
(e.g. generateForecastCurve).

Regards,

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/9Tb8_0RENKH200Ha857Y1zT_qMFce0HD4iHg%40sfdc.net.


Re: Google keyword planner using node js

2022-07-07 Thread Haris Arif
Hi Ernie,

Thanks for the prompt feedback, 

My whole app is based on node so it will be very difficult for me to 
migrate on other language. 
So there is another question, I want to know if there is any way to call 
keyword planner API from postman?

Regards,
Haris
On Monday, July 4, 2022 at 7:16:26 AM UTC+5 adsapi wrote:

> Hi Haris,
>
> Thank you for posting your concern to our team.
>
> I would like to inform you that Node JS is a client library that our team 
> doesn't support, only the client libraries listed here 
> <https://developers.google.com/google-ads/api/docs/client-libs>. With 
> this, I would suggest using one of the client libraries in the provided 
> link and you may refer to this document 
> <https://developers.google.com/google-ads/api/docs/keyword-planning/overview> 
> as it discussed there how to manage keyword planner and sample 
> implementation is also provided in the document. 
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFp7F: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/1c6faa6a-9592-4295-85a9-b3f16c061d49n%40googlegroups.com.


RE: Google keyword planner using node js

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris,

Thank you for posting your concern to our team.

I would like to inform you that Node JS is a client library that our team 
doesn't support, only the client libraries listed here. With this, I would 
suggest using one of the client libraries in the provided link and you may 
refer to this document as it discussed there how to manage keyword planner and 
sample implementation is also provided in the document.

Let me know if you have further questions.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2cFp7F: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/vxbNl0REH4YV00kNXVugJ0TVqjlzxFUkAgMg%40sfdc.net.


Google keyword planner using node js

2022-07-03 Thread Haris Arif
Hi,

I am new with google ads api, i need to use google ads api keyword planner 
feature with node js but i cant find any relevant solution for this.

Can someone please help me on this.

Regards,
Haris

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15d8a6e0-e0a8-4915-9d1e-c4c596b573ebn%40googlegroups.com.


RE: Getting error on Keyword Planner UI when KeywordPlan Created using API

2022-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Vijaysinh,

Thank you for reaching out to the Google Ads API support team.

Unfortunately, at the moment Keyword Plans in the API and the UI are not fully 
compatible.

Thus, you need to choose if you wish to use only the API or only the UI to 
manage your keyword plans, but you cannot use both.

We plan to improve them to be more compatible in the future.

Best,

Mattia Tommasone
Google Ads API Team
ref:_00D1U1174p._5004Q2b60Q4: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/HrwvW0RD7M5600GV9IkzozS_qxmALjIniKCA%40sfdc.net.


Re: Keyword Planner API not filtering for region specified

2022-05-30 Thread Alexey
https://groups.google.com/g/adwords-api/c/3-qUQblSw-Q

On Tuesday, May 31, 2022 at 9:32:15 AM UTC+4 Una wrote:

> We have been trying to integrate the Google Ads Keyword Planner API  to 
> create keyword plans () and generate historical metrics (Generate 
> Historical Metrics  |  Google Ads API  |  Google Developers 
> <https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics>)
>  
> using the Python code snippets in the documentation mentioned above. The 
> code snippet includes a line which helps specify the region for which the 
> search volume needs to be fetched for (geo_target.geo_target_constant = 
> "geoTargetConstants/2840").
>
> We have referred to the link  
> https://developers.google.com/google-ads/api/reference/data/geotargets  
> <https://developers.google.com/google-ads/api/reference/data/geotargets>to 
> identify the required region code, but despite inputing the correct ID, the 
> response from the API does not show region specific search volume but 
> rather gives only the worldwide search volume numbers.
>
> Any help to get search volume for specific region for the keywords would 
> be greatly appreciated.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4bc7ce00-145c-42c6-8e39-d98a29b1e4bfn%40googlegroups.com.


Keyword Planner API not filtering for region specified

2022-05-30 Thread Una
We have been trying to integrate the Google Ads Keyword Planner API  to 
create keyword plans () and generate historical metrics (Generate 
Historical Metrics  |  Google Ads API  |  Google Developers 
<https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics>)
 
using the Python code snippets in the documentation mentioned above. The 
code snippet includes a line which helps specify the region for which the 
search volume needs to be fetched for (geo_target.geo_target_constant = 
"geoTargetConstants/2840").

We have referred to the link  
https://developers.google.com/google-ads/api/reference/data/geotargets  
<https://developers.google.com/google-ads/api/reference/data/geotargets>to 
identify the required region code, but despite inputing the correct ID, the 
response from the API does not show region specific search volume but 
rather gives only the worldwide search volume numbers.

Any help to get search volume for specific region for the keywords would be 
greatly appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2939bcd1-68e9-4e1a-92ba-0f4fe73d718an%40googlegroups.com.


Google Keyword Planner API Lacking Data Compared to UI

2022-05-13 Thread Niall Quirke
Hi, 

When you generate keyword ideas for a search term on the Keyword Planner UI 
you can download a CSV of the ideas with info such as search volume, brand 
names, store names, materials, etc. but when you generate keyword ideas for 
a search term through the API you only get search volume and competition 
index. 

Is there any way of getting this brand, store, materials, etc. data through 
the API?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bb765514-1b64-47d5-88db-63e65bfbacb7n%40googlegroups.com.


Re: Does the Google Ads API and Keyword Planner Tool no longer support data containing children's keywords?

2022-05-10 Thread Eric Louis
Hey Yasar,

Yes, with the service of *generateKeywordHistoricalMetrics* 
.It
 
works!
Thank you for following up.

Regards,
Eric
On Tuesday, May 10, 2022 at 4:51:47 PM UTC+8 adsapi wrote:

> Hi Eric,
>
> Should you have additional clarifications with the APIs, please write back 
> and we'll be happy to assist you.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aQjoH: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/b125d264-6e81-4812-b149-ab8341238ae5n%40googlegroups.com.


Re: Does the Google Ads API and Keyword Planner Tool no longer support data containing children's keywords?

2022-05-08 Thread Eric Louis
Thank you for figuring it out! 

On Friday, May 6, 2022 at 3:55:33 PM UTC+8 adsapi wrote:

> Hi Eric,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> I can see that Google Ads UI’s Keyword Planner Tool is not showing any 
> data for the said keywords. However, our team does not have support scope 
> on the Ads UI related concerns. That said, the Google Ads Product Support 
> team should then be able to provide more insight on why such behavior is 
> observed. You may then reach their team via this help center 
> <https://support.google.com/google-ads/gethelp> link. If you observe said 
> behavior using API, then you may provide us complete logs via privately, so 
> we assist you further.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aQjoH: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/fa651989-bcbf-47d9-a6fe-6edddf6574den%40googlegroups.com.


RE: Impossible to open Keyword Planner on Google Ads web interface

2022-03-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hugo,

Thank you for reaching out to our API support team. Also, I had to delete your 
initial post as your attachment included your user / account information. I am 
now reposting the the other contents of your post below :

Hello everyone,

I would like to know if it is normal that I cannot open a Keyword Planner from 
the Google Ads web interface but created from the API (in Python). When I open 
the new Keyword Plan created  through the API, an error is displayed while 
loading. (See the screenshot in attachment)
Even with the sample code in the documentation I get the error : 
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics

Regards,
Hugo

That said, you may note that our API team can only provide support for issues 
encountered with the API. Google Ads UI errors such as the one in your 
screenshot are better discussed with the Google Ads Product Support team, as 
they are better equipped for such matters. You may then reach their team via 
this help center link.

As for your API concern "Even with the sample code in the documentation I get 
the error", could you share the generated and complete request and response 
logs, and the request-id? If you haven't yet, logging can be enabled by 
referring to this Python logging guide.

Furthermore, since our team can only provide support in English could you also 
share an English translation of the error encountered in the UI for our team's 
additional reference?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2YqL8a: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/9lCCF0R96QU900LmsNvjDoRFmhFb_6FgLlwQ%40sfdc.net.


Re: Historical Metrics appearing in Keyword Planner but not API response

2021-10-21 Thread Alex
 

[2021-10-22 11:36:05,336 - DEBUG] Making request: POST 
https://accounts.google.com/o/oauth2/token

[2021-10-22 11:36:05,432 - DEBUG] Starting new HTTPS connection (1): 
accounts.google.com:443

[2021-10-22 11:36:07,774 - DEBUG] https://accounts.google.com:443 "POST 
/o/oauth2/token HTTP/1.1" 200 None

[2021-10-22 11:36:11,903 - DEBUG] Request

---

Method: 
/google.ads.googleads.v8.services.KeywordPlanService/MutateKeywordPlans

Host: googleads.googleapis.com

Headers: {

  "developer-token": "REDACTED",

  "login-customer-id": "REDACTED",

  "x-goog-api-client": "gl-python/3.8.8 grpc/1.39.0 gax/1.31.2 
gapic/13.0.0",

  "x-goog-request-params": "customer_id=REDACTED"

}

Request: customer_id: "REDACTED"

operations {

  create {

forecast_period {

  date_interval: NEXT_QUARTER

}

name: "Keyword plan for traffic estimate 
f455a1ef-fa45-4d23-b211-d6623a84188e"

  }

}



Response

---

Headers: {

  "content-disposition": "attachment",

  "request-id": "kIe1SuK-WSbLZ7XxKuppYg"

}

Response: results {

  resource_name: "customers/REDACTED/keywordPlans/344537353"

}



[2021-10-22 11:36:11,903 - INFO] Request made: ClientCustomerId: REDACTED, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v8.services.KeywordPlanService/MutateKeywordPlans, 
RequestId: kIe1SuK-WSbLZ7XxKuppYg, IsFault: False, FaultMessage: None

[2021-10-22 11:36:14,951 - DEBUG] Request

---

Method: 
/google.ads.googleads.v8.services.KeywordPlanCampaignService/MutateKeywordPlanCampaigns

Host: googleads.googleapis.com

Headers: {

  "developer-token": "REDACTED",

  "login-customer-id": "REDACTED",

  "x-goog-api-client": "gl-python/3.8.8 grpc/1.39.0 gax/1.31.2 
gapic/13.0.0",

  "x-goog-request-params": "customer_id=REDACTED"

}

Request: customer_id: "REDACTED"

operations {

  create {

keyword_plan_network: GOOGLE_SEARCH

geo_targets {

  geo_target_constant: "geoTargetConstants/2840"

}

keyword_plan: "customers/REDACTED/keywordPlans/344537353"

name: "Keyword plan campaign 96cd3bb0-e7b6-41d7-93e5-0134af6bfb64"

language_constants: "languageConstants/1000"

cpc_bid_micros: 100

  }

}



Response

---

Headers: {

  "content-disposition": "attachment",

  "request-id": "_idVBxCTkiUS01gr9tYarw"

}

Response: results {

  resource_name: "customers/REDACTED/keywordPlanCampaigns/343935775"

}



[2021-10-22 11:36:14,952 - INFO] Request made: ClientCustomerId: REDACTED, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v8.services.KeywordPlanCampaignService/MutateKeywordPlanCampaigns,
 
RequestId: _idVBxCTkiUS01gr9tYarw, IsFault: False, FaultMessage: None

[2021-10-22 11:36:16,709 - DEBUG] Request

---

Method: 
/google.ads.googleads.v8.services.KeywordPlanAdGroupService/MutateKeywordPlanAdGroups

Host: googleads.googleapis.com

Headers: {

  "developer-token": "REDACTED",

  "login-customer-id": "REDACTED",

  "x-goog-api-client": "gl-python/3.8.8 grpc/1.39.0 gax/1.31.2 
gapic/13.0.0",

  "x-goog-request-params": "customer_id=REDACTED"

}

Request: customer_id: "REDACTED"

operations {

  create {

keyword_plan_campaign: 
"customers/REDACTED/keywordPlanCampaigns/343935775"

name: "Keyword plan ad group a2f0e17d-d9f2-486e-b53c-7fac87f0b17c"

cpc_bid_micros: 250

  }

}



Response

---

Headers: {

  "content-disposition": "attachment",

  "request-id": "IUN4NKh3jCGzop9t2T4STg"

}

Response: results {

  resource_name: "customers/REDACTED/keywordPlanAdGroups/348748717"

}



[2021-10-22 11:36:16,709 - INFO] Request made: ClientCustomerId: REDACTED, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v8.services.KeywordPlanAdGroupService/MutateKeywordPlanAdGroups,
 
RequestId: IUN4NKh3jCGzop9t2T4STg, IsFault: False, FaultMessage: None

Created keyword plan ad group with resource name: 
customers/REDACTED/keywordPlanAdGroups/348748717

[2021-10-22 11:36:19,643 - DEBUG] Request

---

Method: 
/google.ads.googleads.v8.services.KeywordPlanAdGroupKeywordService/MutateKeywordPlanAdGroupKeywords

Host: googleads.googleapis.com

Headers: {

  "developer-token": "REDACTED",

  "login-customer-id": "REDACTED",

  "x-goog-api-client": "gl-python/3.8.8 grpc/1.39.0 gax/1.31.2 
gapic/13.0.0",

  "x-goog-request-params": "customer_id=REDACTED"

}

Request: customer_id: "REDACTED"

operations {

  create {

match_type: BROAD

keyword_plan_ad_group: 
"customers/REDACTED/keywordPlanAdGroups/348748717"

text: "etf bitcoin"

cpc_bid_micros: 200

  }

}



Response

---

Headers: {

  "content-disposition": "attachment",

  "request-id": "Sxl66qx4hfxC2IAONUfl-A"

}

Response: results {

  resource_name: 
"customers/REDACTED/keywordPlanAdGroupKeywords/617364819283"

}



[2021-10-22 11:36:19,643 - INFO] Request made: ClientCustomerId: REDACTED, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v8.services.KeywordPlanAdGroupKeywordService/MutateKeywordPlanAdGroupKeywords,
 
RequestId: Sxl

RE: Historical Metrics appearing in Keyword Planner but not API response

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alex,

Could you privately send us a communication log of request and response to the 
API showing the query along with the screenshot of the UI showing the 
discrepancy?

The request and response appears similar to the JSON Mappings in our REST 
documentation. Our client libraries have loggers with logging instructions, to 
see these instructions you can click on the client library you use in the 
sidebar of our client library guide and click on "Logging". When setting the 
logger to 'DEBUG' you can see the requested logs.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2QDzlp: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 
"AdWords API and Google Ads 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/I2tgA0R1CHG000aZ2Ti_Z4SfaaEblrz2WWoQ%40sfdc.net.


Historical Metrics appearing in Keyword Planner but not API response

2021-10-20 Thread Alex
Hello,

I am using the Historical Metrics API and it is giving a response for 
"bitcoin etf" and "vibrator" in the Keyword Planner Interface but nothing 
as a response within the API.

Any suggestions?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/842b2e69-434a-45e6-9b94-2487af7940c7n%40googlegroups.com.


RE: Google Keyword Planner

2021-07-23 Thread Google Ads API Forum Advisor
Hi Jan,

Thanks for reaching out to us.

Could you please confirm whether you are using the AdWords API or the Google 
Ads API?

For the Adwords API, by setting the TargetingIdeaService.RequestType to STATS 
for the TargettingIdeaService, you can get the historic search volume for the 
specific keyword. The sample code in Java to fetch keywords related to a seed 
keyword is mentioned here. With a little modification as mentioned above, you 
would be able to use the sample program as per your requirements. You may check 
out this guide, and this section for more information on the parameters you can 
use.

For the Google Ads API, by using the 
KeywordPlanIdeaService.GenerateKeywordIdeas Ideas can be returned. For more 
information, please refer to this documentation.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2JCmBe: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 
"AdWords API and Google Ads 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/o6dMu0QWOTZT00MWh29g4nQKy0cO-cT-TKow%40sfdc.net.


Google Keyword Planner

2021-07-22 Thread Jan Dranreb Balangue
Hi is there a chance i can get the search volume of per keywords through 
Google Keyword Planner API? if yes how?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/4c5b20d4-d257-4654-a4fa-ff35184aaf37n%40googlegroups.com.


RE: Keyword planner API to google sheet / google data studio

2021-03-17 Thread Google Ads API Forum Advisor Prod
Hi Bob,

Thanks for reaching out. There isn't an Ads API-Sheets/Data Studio connector 
that I can point to, but I would recommend looking into the Sheets API with 
Apps Scripts. For Data Studio related support, I would recommend reaching out 
on this forum.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2DwFep: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 
"AdWords API and Google Ads 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/4ZA7c0QQ4CJ800aQ9er_6JQV6QVupgYLpcjg%40sfdc.net.


Keyword planner API to google sheet / google data studio

2021-03-16 Thread Qijian Bob Ge
Hi Team,

I am trying to automatically push keyword planner data into either google 
sheet / google data studio. Is any way to do that?

I am currently copy and paste the data into google spreadsheet at weekly 
basis,. Just try to avoid manual work.


Many thanks,
Bob

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/6c533c99-07c0-4410-927e-d33202f37304n%40googlegroups.com.


RE: Regarding Keyword Planner API

2021-03-16 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for  reaching out.

Extracting the keywords generated by the UI's Keyword Planner using the Google 
Ads API is not possible.

You can however, implement the API equivalent feature of the Keyword Planner 
and then from the results, you can create the keywords by referring to this 
targeting guide and this example.

I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Dvy5V: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 
"AdWords API and Google Ads 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/U6WX60QQ3E0N00yN1BgluzSzWx7Ed1anKA2A%40sfdc.net.


Regarding Keyword Planner API

2021-03-16 Thread Osoftz Tech
Hi google team,
How to add keywords to an existing campaign or ad groups from 
keyword planner using Google Ads API ? This option is available in Keyword 
Planner's UI. Is there a way to achieve it  in  Google Ads API ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/d9567c81-f027-40b3-a751-cf4c468b6e63n%40googlegroups.com.


RE: Querying existing Keyword Planner Ad Group Metrics

2021-03-11 Thread Google Ads API Forum Advisor Prod
Hi Pascal,

Thank you for posting your concern.

Since your question about keyword_plan_path and the other inquiries are related 
to Python code implementation, then I would suggest to reach out to the author 
of the client library as they are more equipped to provide support to this 
topic. You may reach out to them and get support by posting your concern here.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2DucpF: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 
"AdWords API and Google Ads 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/IsvKu0QPUIKZ0013MSHms-TxqZMTzYXkDE9Q%40sfdc.net.


Querying existing Keyword Planner Ad Group Metrics

2021-03-11 Thread Pascal Clausen

Hi, with the available example python scripts I managed to use the Google 
Ads API get a campaign infos, add a keyword plan, get keyword ideas, and 
generate forecast metrics. However I still have difficulties to understand 
some of the logic and especially finding the names of the methods to 
perform given actions. For example, the code for getting a KeywordPlan is 
keyword_plan_service = client.get_service("KeywordPlanService") and 
resource_name = keyword_plan_service.keyword_plan_path(customer_id, 
keyword_plan_id). I could not find where the method keyword_plan_path is 
listed in the documentation. The documentation lists: rpc GetKeywordPlan(
GetKeywordPlanRequest 
)
 
returns (KeywordPlan 
), 
with  a field resource_name  for GetKeywordPlanRequest and KeywordPlan that 
seems to "require" cusomter_id and plan_id (that I extracted from the url 
in Google Ads Planner). Because of the script example I can use it. But if 
I want now to query the forecast and historical metrics for an existing  
Keyword Plan Ad group, I don't know how to proceed. There is a 
KeywordPlanAdGroupService with  GetKeywordPlanAdGroupReques 
t
 
returning a  KeywordPlanAdGroup with field resource_name that seems to 
"require"  customer_id and  kp_ad_group_id. How do I query the planner ad 
group in this case (keyword_plan_ad_group_path does not work)? And more 
generally, how do I find the method, e.g. keyword_plan_path? Thank you very 
much and best regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/d818a0c2-16e9-4344-ace8-11ec39fba9efn%40googlegroups.com.


Re: discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-30 Thread Google Ads API Forum Advisor Prod
Hi Steve,

I see you have created a private thread on the same subject. We can continue 
troubleshooting from there and cease communication on this thread.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q29URlj: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 
"AdWords API and Google Ads 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/6zjS00QM667900QccA_sBIR5mIRg_LJT-Y0A%40sfdc.net.


Re: discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-28 Thread Steve Wilcox
Ernie,

I cannot reply to author.  It says I do not have permission.  I will email 
the requested information to the API team as I have done before.

On Sunday, December 27, 2020 at 10:36:16 PM UTC-7 adsapiforumadvisor wrote:

> Hi Steve,
>
> Thank you for posting your concern.
>
> To investigate your concern, please provide the following details via *Reply 
> privately to author* option: 
>
>- complete API request and response logs with request ID generated on 
>your end 
>- customer ID 
>- screenshot of the whole UI 
>
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q29URlj: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 
"AdWords API and Google Ads 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/adb5842b-e063-4268-89d4-37bfdc29a3a4n%40googlegroups.com.


RE: discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-27 Thread Google Ads API Forum Advisor Prod
Hi Steve,

Thank you for posting your concern.

To investigate your concern, please provide the following details via Reply 
privately to author option:

complete API request and response logs with request ID generated on your end
customer ID
screenshot of the whole UI


Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q29URlj: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 
"AdWords API and Google Ads 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/vamKH0QM1BJR001ViZpS_JRfqKaCf4FZAeBQ%40sfdc.net.


discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-23 Thread Steve Wilcox
 For some reason, when I run generateForecastMetrics, I get pretty 
radically different results from the keyword planner UI
  
  "campaignForecast": {
"impressions": 17.875293731689453,
"ctr": 0.01632027141749859,
"averageCpc": "1154007",
"clicks": 0.2917296588420868,
"costMicros": "336658"
  },   
  
  vs
  
Clicks
1
Impressions
47
Cost
$0.12
CTR
3.1%
Avg. CPC
$0.08
  
  Looks like the question has been asked before but never got a response:
  https://groups.google.com/g/adwords-api/c/7hoiR6Y1aH8/m/4eIynErkBgAJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/87752013-6174-4568-8ea9-01ddb0af9f07n%40googlegroups.com.


Results of generateForecastMetrics do not match the Keyword Planner UI

2020-12-23 Thread Steve Wilcox
I see this has been asked before, but no answer was provided

(https://groups.google.com/g/adwords-api/c/7hoiR6Y1aH8/m/4eIynErkBgAJ)

Like the above user, when I run generateForecastMetrics for a keyword plan 
campaign, I get what look like very different results:

"campaignForecast": { "impressions": 17.875293731689453, "ctr": 
0.01632027141749859, "averageCpc": "1154007", "clicks": 0.2917296588420868, 
"costMicros": "336658" }, 
 

than when I look at the same plan in the keyword planner UI:


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/85b62c7b-822b-4b0f-86ff-b2f44a3a9441n%40googlegroups.com.


RE: Data discrepancy between Google Ads API and Keyword planner UI

2020-11-16 Thread Google Ads API Forum Advisor Prod
Hi Raskrutka,

Apologies for the late response. Are you still seeing the discrepancies that 
you mentioned previously? If so I can try to help figure out where the 
discrepancies are coming from.

Best,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5004Q23v6Vp: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 
"AdWords API and Google Ads 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/tjKE70QJWJXF00YTLQFC9kR1SMaluuoBiTow%40sfdc.net.


Re: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-09-16 Thread Google Ads API Forum Advisor Prod
Hi Amandeep,

If you are asking about the discrepancy between the UI and the API, then please 
note that the AdWords TrafficEstimatorService actually runs on a different 
back-end server than the UI keyword planner. The discrepancies between the UI 
and the API are expected. If you want API results that are closer to the UI, 
you should use Google Ads API keyword planning instead.

As for your second question, clicks and impressions returned are daily 
estimates.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q20WSYQ: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 
"AdWords API and Google Ads 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/Kra7t0QGRIFD00bHzjDJARSRmnIWdmUhm80w%40sfdc.net.


Re: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-09-16 Thread Amandeep Walia
Hello

Was this sorted please also share the details for this problem even more 
people are facing the same issue. Also can you clarify whether the clicks 
and impressions from keywordplanner api are daily basis or the complete 
count for the provided time period while creating the keyword plan. If yes 
then how the "total cost" key is dependent on this.

On Saturday, June 6, 2020 at 12:11:55 AM UTC+5:30 adsapiforumadvisor wrote:

> Hi,
>
> Thank you for reaching out and sharing that information. Can you please 
> share the complete detailed request and response logs of the API call *via 
> Reply privately to author *as well as a screenshot of the UI keyword 
> planner?
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q20WSYQ: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 
"AdWords API and Google Ads 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/85976ff6-8797-477d-a055-03b354834e24n%40googlegroups.com.


RE: Data mismatch between keyword planner UI and targetingIdea service in adwords API

2020-09-15 Thread Google Ads API Forum Advisor Prod
Hi Sreelal,

Thanks for reaching out! The TargetingIdeaService in AdWords API uses a 
different back end server than the UI to generate keyword ideas. Google Ads API 
results should be closer to what you see in the UI. However, it is expected 
that the result of the API and the result of the UI may not be the same.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q24bPF9: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 
"AdWords API and Google Ads 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/r1K4l0QGPOUQ00VK9QnM2GSGmBTlJVn3uOjg%40sfdc.net.


Data mismatch between keyword planner UI and targetingIdeas service response in adwords API

2020-09-15 Thread Sreelal K M
Hi

I am trying to implement the keyword planner utility using adwords api 
python sdk. But it looks like the keyword ideas provided by the keyword 
planner UI is entirely different from the adwords api response. 

*Example:*

seed keyword - face
location - india (default)
language - english (default)
search network - google

*Keyword planner UI output:*
total no of keyword ideas - 643
top 3 keyword ideas - face, serum, moisturizer

*Adwords API response:*
total no of keyword ideas - 182
top 3 keyword ideas - facebook, facebook5, facebook account open

Below is the selector I am using to call adwords API:
{
  "ideaType": "KEYWORD",
  "requestType": "IDEAS",
  "requestedAttributeTypes": [
"KEYWORD_TEXT",
"SEARCH_VOLUME"
  ],
  "searchParameters": [
{
  "xsi_type": "RelatedToQuerySearchParameter",
  "queries": [
"face"
  ]
},
{
  "xsi_type": "LocationSearchParameter",
  "locations": [
{
  "id": "2356"
}
  ]
},
{
  "xsi_type": "LanguageSearchParameter",
  "languages": [
{
  "id": "1000"
}
  ]
},
{
  "xsi_type": "NetworkSearchParameter",
  "networkSetting": {
"targetGoogleSearch": true,
"targetSearchNetwork": false,
"targetContentNetwork": false,
"targetPartnerSearchNetwork": false
  }
}
  ],
  "paging": {
"startIndex": "0",
"numberResults": "500"
  }
}

Please suggest a solution for this so that I can get the same results as 
shown on the UI using the API

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/4807fbfa-be02-442a-a42c-d7c2f8cf3d31n%40googlegroups.com.


Data mismatch between keyword planner UI and targetingIdea service in adwords API

2020-09-15 Thread Sreelal K M
I am trying to implement the keyword planner utility using adwords api 
python sdk. But it looks like the keyword ideas provided by the keyword 
planner UI is entirely different from the adwords api response. 

*Example:*

seed keyword - face
location - india (default)
language - english (default)
search network - google

*Keyword planner UI output:*
total no of keyword ideas - 643
top 3 keyword ideas - face, serum, moisturizer

*Adwords API response:*
total no of keyword ideas - 182
top 3 keyword ideas - facebook, facebook5, facebook account open


top 3 keywords suggested by keyword planner ui - *serum, facial, 
moisturizer*
top 3 keywords returned  by adwords api- 

Below is the selector I am using to call adwords API:
{
  "ideaType": "KEYWORD",
  "requestType": "IDEAS",
  "requestedAttributeTypes": [
"KEYWORD_TEXT",
"SEARCH_VOLUME"
  ],
  "searchParameters": [
{
  "xsi_type": "RelatedToQuerySearchParameter",
  "queries": [
"face"
  ]
},
{
  "xsi_type": "LocationSearchParameter",
  "locations": [
{
  "id": "2356"
}
  ]
},
{
  "xsi_type": "LanguageSearchParameter",
  "languages": [
{
  "id": "1000"
}
  ]
},
{
  "xsi_type": "NetworkSearchParameter",
  "networkSetting": {
"targetGoogleSearch": true,
"targetSearchNetwork": false,
"targetContentNetwork": false,
"targetPartnerSearchNetwork": false
  }
}
  ],
  "paging": {
"startIndex": "0",
"numberResults": "500"
  }
}

Please suggest a solution for this so that I can get the same results as 
shown on the UI using the API

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/3b93f375-7be9-40ec-86e9-2adcd56906b8n%40googlegroups.com.


Re: Volume in Google Keyword Planner and via API differs

2020-09-11 Thread 'Юлия' via AdWords API and Google Ads API Forum
Now the data coincide, thanks for answers. 

четверг, 3 сентября 2020 г. в 20:36:40 UTC+3, adsapiforumadvisor: 

> Folks,
>
> Could you also take a look at 
> https://developers.google.com/google-ads/api/docs/keyword-planning/overview 
> to 
> see if that gives you the necessary data? It is a closer API to the Keyword 
> Planner UI than TargetingIdeaService.
>
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5004Q23umB6: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 
"AdWords API and Google Ads 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/86a12c2f-e23c-4768-8f5c-656254b25ca9n%40googlegroups.com.


Re: Differences in keyword planner results using API and UI

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, this data is not available in the API. Please follow our blog 
for updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5001UV0TNb: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 
"AdWords API and Google Ads 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/0ZF2n0QG3GZS00BJYAG08RTiu1ZC4G8oXF9Q%40sfdc.net.


Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks,

Could you also take a look at 
https://developers.google.com/google-ads/api/docs/keyword-planning/overview to 
see if that gives you the necessary data? It is a closer API to the Keyword 
Planner UI than TargetingIdeaService.

Cheers
Anash
ref:_00D1U1174p._5004Q23umB6: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 
"AdWords API and Google Ads 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/n2-Ki0QG3FK000KWrzoKlnQ8WCgbLdmnHgTg%40sfdc.net.


Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks,

Can you please provide a log so I can investigate further?

Cheers
Anash
ref:_00D1U1174p._5004Q23umB6: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 
"AdWords API and Google Ads 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/W_o950QG3BUF009y8O-54dSx6sbKr_zbgKcA%40sfdc.net.


Re: Differences in keyword planner results using API and UI

2020-09-03 Thread Amandeep Walia

same issue. How we can get the suggested daily budget through api? Which we 
can see in UI
On Wednesday, February 12, 2020 at 3:08:16 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Can you please *reply privately to author *your SOAP request and response 
> so I can see if there is any mismatch between how you made the request in 
> the API and UI?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV0TNb: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 
"AdWords API and Google Ads 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/f77402a5-e428-4335-b38e-51fe312d13d5n%40googlegroups.com.


Re: Volume in Google Keyword Planner and via API differs

2020-08-27 Thread superfluo...@gmail.com
I am also experiencing this issue, and I can confirm that the same term 
"italian men" does not produce any data in the new Google Ads API too. Same 
goes for "apple" and "iphone" (and many others).

On Friday, 28 August 2020 at 05:19:05 UTC+8 adsapiforumadvisor wrote:

> Hi,
>
> Could you try using the new Google Ads API for making this request, and 
> see if the results vary? You can find the relevant details here: 
> https://developers.google.com/google-ads/api/docs/keyword-planning/overview
> .
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5004Q23umB6: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 
"AdWords API and Google Ads 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/2665e818-1f1a-410a-afe4-20c4bfd0bf4bn%40googlegroups.com.


RE: Volume in Google Keyword Planner and via API differs

2020-08-27 Thread Google Ads API Forum Advisor Prod
Hi,

Could you try using the new Google Ads API for making this request, and see if 
the results vary? You can find the relevant details here: 
https://developers.google.com/google-ads/api/docs/keyword-planning/overview.

Cheers
Anash
ref:_00D1U1174p._5004Q23umB6: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 
"AdWords API and Google Ads 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/QE1CX0QFQR7700IkeMR4dQQD6zLHlkqpwwGw%40sfdc.net.


Data discrepancy between Google Ads API and Keyword planner UI

2020-08-27 Thread Raskrutka
Hi,

For the last two weeks we saw data discrepancy between Google Ads API and 
Keyword planner UI.

For example, for keywords "iphone" and "apple" Google Ads API stopped 
returning data, while Keyword Planner UI shows the search volume for them.

Is this a bug? 

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/9a8669ac-296d-43ed-b1d1-9b07d45d2694n%40googlegroups.com.


Volume in Google Keyword Planner and via API differs

2020-08-26 Thread 'Юлия' via AdWords API and Google Ads API Forum
I tried to get the volume of the keyword "italian men", location: USA. In 
Google Keyword Planner I see the following data: 10 000 - 100 000. 
Screenshot: http://joxi.ru/eAOXYPlipNzZJr?d=1
But via API I get 0 search volume. Request attached. Why is that so? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/de6955da-911a-49fb-941d-43ab90c34910n%40googlegroups.com.
[2020-08-25 15:54:38] AW_SOAP.INFO: clientCustomerId=XXX-XXX- operations=1 
service=TargetingIdeaService method=get responseTime=82 
requestId=0005adb334b127db0a5690472002f3a6 server=adwords.google.com isFault=0 
faultMessage=  
[2020-08-25 15:54:38] AW_SOAP.DEBUG: POST 
/api/adwords/o/v201809/TargetingIdeaService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.4.6
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1819
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns:ns2="https://adwords.google.com/api/adwords/o/v201809"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>XXX-XXX-REDACTEDClient
 (AwApi-PHP, googleads-php-lib/38.0.0, 
PHP/7.4.6)falsefalsetruefalsefalsefalseitalian 
men2840KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMEAVERAGE_CPC0500RUB

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Date: Tue, 25 Aug 2020 12:54:38 GMT
Expires: Tue, 25 Aug 2020 12:54:38 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; 
ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns="https://adwords.google.com/api/adwords/o/v201809";>0005adb334b127db0a5690472002f3a6TargetingIdeaServiceget182https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns="https://adwords.google.com/api/adwords/o/v201809";>1KEYWORD_TEXThttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">StringAttributeitalian
 menAVERAGE_CPChttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="MoneyAttribute">MoneyAttributeSEARCH_VOLUMEhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="LongAttribute">LongAttribute
  


RE: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Sean,

The TargetingIdeaService in AdWords API uses a different back end server than 
the UI to generate keyword ideas. Google Ads API results should be closer to 
what you see in the UI. Let me know if you continue to see discrepancies using 
this API.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q22ah8P: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 
"AdWords API and Google Ads 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/4WoEy0QEHVOW00uVy_MsmKQr2VSCcUVIN3Kw%40sfdc.net.


Re: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Sean Hayes
Hi, still playing around with this with not much luck. Would really 
appreciate a response on this.


On Friday, July 31, 2020 at 6:19:55 PM UTC+1, Sean Hayes wrote:
>
> Hello
>
> I am trying to use the Keyword Planner tool to get quality Keyword 
> Suggestions for whatever query I put into it. The only filter is the 
> Location which is set to UK.
>
> What I am finding in practice is that results returned by the 
> `TargetingIdeaService` is very different from whatever is returned by the 
> Keyword Planner tool. For example, a search for "anthology clothing" on the 
> web UI (Location set to UK, Google Network, all-time date range) returns me 
> Keyword Suggestions such as :
>
> - anthology dress
> - anthology coat
> - anthology jeans
>
> All perform well in Avg. Monthly searchesbut these suggestions are 
> absent from the API when I make a request for the same KW. My request is 
> structured as such:
>
> {   'ideaType': 'KEYWORD',
> 'paging': {'numberResults': '500', 'startIndex': '0'},
> 'requestType': 'IDEAS',
> 'requestedAttributeTypes': [   'KEYWORD_TEXT',
>'SEARCH_VOLUME',
>'AVERAGE_CPC',
>'COMPETITION',
>'CATEGORY_PRODUCTS_AND_SERVICES',
>'EXTRACTED_FROM_WEBPAGE'],
> 'searchParameters': [   {   'queries': ['anthology clothing'],
> 'xsi_type': 
> 'RelatedToQuerySearchParameter'},
> {   'languages': [{'id': '1000'}],
> 'xsi_type': 'LanguageSearchParameter'},
> {   'locations': [{'id': '2826'}],
> 'xsi_type': 'LocationSearchParameter'},
> {   'networkSetting': {   
> 'targetContentNetwork': False,
>   
> 'targetGoogleSearch': True,
>   
> 'targetPartnerSearchNetwork': True,
>   
> 'targetSearchNetwork': False},
> 'xsi_type': 'NetworkSearchParameter'}]
> }
>
> The results returned here are much more numerous that what is given back 
> on the Web UI with very little or no intersection between the two sets of 
> results. There is also the fact of them not being UK centric in content 
> (e.g. "anthology clothing us", "anthology clothing chicago")
>
> If someone could help me find what is missing from this request that would 
> be great. The results returned by the API appear to be generally more 
> worldwide aimed as opposed to UK centric, which I thought was the point of 
> the LocationSearchParameter. I have also attached a sample response for my 
> above query so you can see what I get back.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/187e4ccf-550b-4d3e-a62a-437c31f310e5o%40googlegroups.com.


Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-07-31 Thread Sean Hayes
Hello

I am trying to use the Keyword Planner tool to get quality Keyword 
Suggestions for whatever query I put into it. The only filter is the 
Location which is set to UK.

What I am finding in practice is that results returned by the 
`TargetingIdeaService` is very different from whatever is returned by the 
Keyword Planner tool. For example, a search for "anthology clothing" on the 
web UI (Location set to UK, Google Network, all-time date range) returns me 
Keyword Suggestions such as :

- anthology dress
- anthology coat
- anthology jeans

All perform well in Avg. Monthly searchesbut these suggestions are 
absent from the API when I make a request for the same KW. My request is 
structured as such:

{   'ideaType': 'KEYWORD',
'paging': {'numberResults': '500', 'startIndex': '0'},
'requestType': 'IDEAS',
'requestedAttributeTypes': [   'KEYWORD_TEXT',
   'SEARCH_VOLUME',
   'AVERAGE_CPC',
   'COMPETITION',
   'CATEGORY_PRODUCTS_AND_SERVICES',
   'EXTRACTED_FROM_WEBPAGE'],
'searchParameters': [   {   'queries': ['anthology clothing'],
'xsi_type': 
'RelatedToQuerySearchParameter'},
{   'languages': [{'id': '1000'}],
'xsi_type': 'LanguageSearchParameter'},
{   'locations': [{'id': '2826'}],
'xsi_type': 'LocationSearchParameter'},
{   'networkSetting': {   
'targetContentNetwork': False,
  'targetGoogleSearch': 
True,
  
'targetPartnerSearchNetwork': True,
  
'targetSearchNetwork': False},
'xsi_type': 'NetworkSearchParameter'}]
}

The results returned here are much more numerous that what is given back on 
the Web UI with very little or no intersection between the two sets of 
results. There is also the fact of them not being UK centric in content 
(e.g. "anthology clothing us", "anthology clothing chicago")

If someone could help me find what is missing from this request that would 
be great. The results returned by the API appear to be generally more 
worldwide aimed as opposed to UK centric, which I thought was the point of 
the LocationSearchParameter. I have also attached a sample response for my 
above query so you can see what I get back.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/c92b11d6-84a7-4f49-ade9-7fb120a1a4edo%40googlegroups.com.
INPUT KEYWORD,KEYWORD_TEXT,SEARCH_VOLUME,AVERAGE_CPC,COMPETITION,CATEGORY_PRODUCTS_AND_SERVICES,EXTRACTED_FROM_WEBPAGE
anthology clothing,avoca clothes,140.0,416946.0,0.9315726290516206,"[10176, 13779, 10021, 13575]",
anthology clothing,avoca coats,140.0,254663.0,0.956043956043956,"[10176, 13779, 10021, 10917]",
anthology clothing,anthology dresses,110.0,370013.0,0.9892857142857142,"[10176, 10920, 10915, 13779, 10021]",
anthology clothing,dresses canada,70.0,587243.0,0.9714285714285712,"[10176, 10915, 13779, 10021]",
anthology clothing,anthology bedding,10.0,,0.5,"[11025, 10002, 11589, 1, 12823, 10009, 10235, 10030]",
anthology clothing,dress shops uk,880.0,617998.0,1.0,"[10176, 10369, 10915, 13779, 10021, 13493, 10006, 10920, 12250]",
anthology clothing,anthology clothing brand,20.0,527802.0,0.8285714285714285,"[10176, 10021, 13779]",
anthology clothing,montclair clothing,110.0,551746.0,1.0,"[10176, 13779, 1335

RE: Monthly Statsfrom adword api are larger then using keyword planner gui

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Bogdan,

I do not see issues with your request. You are configuring it properly to give 
you Russian language and Ukraine as a country. However, the 
TargetingIdeaService in AdWords API uses a different back end server than the 
UI to generate keyword ideas. Google Ads API results should be closer to what 
you see in the UI.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q21B8ya: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 
"AdWords API and Google Ads 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/37eVS0QD239Z00ujPbQNuzQ1OSYDMmi3qwgw%40sfdc.net.


Monthly Statsfrom adword api are larger then using keyword planner gui

2020-07-02 Thread Bogdan Onyshenko


I am trying to use an adword api to get some keyword statistics. But what I 
see is that with a same parameters my monthly search volue is about 7 mln 
searches. While adword keyword planner shows around 400-500. I can provide 
php code with parameters I am setting. Network settings:

$networkSetting = new NetworkSetting();
$networkSetting->setTargetGoogleSearch(true);
$networkSetting->setTargetSearchNetwork(false);
$networkSetting->setTargetContentNetwork(false);
$networkSetting->setTargetPartnerSearchNetwork(false);


Language is set to Russian following way:

 $languageParameter = new LanguageSearchParameter();
$english = new Language();
$english->setId(1031);
$languageParameter->setLanguages([$english]);
$searchParameters[] = $languageParameter;


Location is set to Ukraine:

$loc = array();
$location = new location();
$location->setId(2804); // Ukraine
$loc[]=$location;
$locationTargetParameter = new LocationSearchParameter();
$locationTargetParameter->setLocations($loc);
$searchParameters[] = $locationTargetParameter;


What am I missing

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/488c8be9-eeb6-4fb0-b4c1-4112cddbd056o%40googlegroups.com.


RE: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out and sharing that information. Can you please share 
the complete detailed request and response logs of the API call via Reply 
privately to author as well as a screenshot of the UI keyword planner?

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q20WSYQ: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 
"AdWords API and Google Ads 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/5QrEI0QBGUL000CsAbHoECS_aZJK_hwIdm8A%40sfdc.net.


RE: Search volume differs hugely between keyword planner and adwords API?

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Lindau,

Thank you for reaching out. Can you please share the complete detailed request 
and response logs for the API call via Reply privately to author as well as a 
screenshot of the UI keyword planner? You can find information on enabling 
logging in the ReadMe of your client library.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q20WPbX: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 
"AdWords API and Google Ads 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/FzaKW0QBGLOS008_ipnrOFQN-MsGEpO867Sg%40sfdc.net.


Re: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
Sharing an example for better understanding:

Keyword: digital marketing, Location: India, Language: English, Budget: 
7500.00, Max cpc: 15.00
UI result: Impressions: 24,202, clicks: 1519
API result: Impressions: 10506, clicks: 405

On Friday, June 5, 2020 at 7:03:18 PM UTC+5:30, SR wrote:
>
> The forecast result between Google UI (Keyword planner) and API 
> (TrafficEstimatorService) are not matching. 
> 1. Same ad account used in UI and API
> 2. Same Keyword, language, location, max cpc and daily budget
> 3. Network - Google and Search partner
> 'networkSetting': {
>   'targetGoogleSearch': 'true',
>   'targetSearchNetwork': 'true',
>   'targetContentNetwork': 'false',
>   'targetPartnerSearchNetwork': 'false'
>   }
> But there is huge difference on impressions, clicks data between UI and 
> API. Please let me know if any other setting is required or what is the 
> exact issue. I gone through the forum and found few answers for the same 
> question and tried incorporating the same but still I am getting the same 
> result. Please advice on how to proceed with this. Thanks.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/74b6fb53-fee0-4df7-a51e-f8c820493713o%40googlegroups.com.


Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
The forecast result between Google UI (Keyword planner) and API 
(TrafficEstimatorService) are not matching. 
1. Same ad account used in UI and API
2. Same Keyword, language, location, max cpc and daily budget
3. Network - Google and Search partner
'networkSetting': {
  'targetGoogleSearch': 'true',
  'targetSearchNetwork': 'true',
  'targetContentNetwork': 'false',
  'targetPartnerSearchNetwork': 'false'
  }
But there is huge difference on impressions, clicks data between UI and 
API. Please let me know if any other setting is required or what is the 
exact issue. I gone through the forum and found few answers for the same 
question and tried incorporating the same but still I am getting the same 
result. Please advice on how to proceed with this. Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/c5f07eca-39eb-44ca-9c8e-913c8d70355do%40googlegroups.com.


Search volume differs hugely between keyword planner and adwords API?

2020-06-05 Thread Lindau
Hello!

I tried to search for "hund" in both keyword planner and via the AdWords 
API. I used the exact same settings, "Swedish" as language, "Sweden" as a 
targeted country, and the right network settings. The keyword planner tells 
me that the avg monthly search range is between 10k-100k but the API tells 
me 5293371 in volume. It is an extreme difference and I wonder what the 
cause of that is? Thanks in advance! 

Best regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/c8e43010-c7f9-4688-99e9-c6b474142119o%40googlegroups.com.


RE: Difference between keyword search volume trough API and Keyword planner tool

2020-06-04 Thread Google Ads API Forum Advisor Prod
Hello,

Since this is an old thread, can you please create a new one and provide the 
details of what you tried and the errors you are facing?

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q20WCDR: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 
"AdWords API and Google Ads 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/zBzdU0QBF4ZH00aEJEUGHAR-aW3b4jEDLppQ%40sfdc.net.


  1   2   3   4   >