Skip to content

Commit 9939642

Browse files
authored
Update generate_keyword_ideas.rb comments to include references (#527)
Updated the examples to include comments that explains where to get the IDs for location and language.
1 parent 2752563 commit 9939642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/planning/generate_keyword_ideas.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,12 @@ def generate_keyword_ideas(customer_id, location_ids, language_id, keywords,
104104
# Running the example with -h will print the command line usage.
105105
options[:customer_id] = 'INSERT_CUSTOMER_ID_HERE'
106106

107+
# For a list of valid location IDs, see:
108+
# https://developers.google.com/google-ads/api/reference/data/geotargets
107109
options[:location_ids] = ['INSERT_LOCATION_ID_1_HERE', 'INSERT_LOCATION_ID_2_HERE']
108110

111+
# For a list of valid language IDs, see:
112+
# https://developers.google.com/google-ads/api/reference/data/codes-formats#languages
109113
options[:language_id] = 'INSERT_LANGUAGE_ID_HERE'
110114

111115
# Optional but recommended

0 commit comments

Comments
 (0)