Skip to content

Commit 00433f0

Browse files
committed
Added hook at start session to make a custom google-ads.yaml
1 parent b3b9a75 commit 00433f0

21 files changed

Lines changed: 97 additions & 99 deletions

.gemini/settings.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"ui": {
33
"accessibility": {
4-
"disableLoadingPhrases": true
4+
"disableLoadingPhrases": true,
5+
"enableLoadingPhrases": false
56
}
67
},
78
"context": {
89
"includeDirectories": [
9-
"/path/to/your/extension/google-ads-api-developer-assistant/api_examples",
10-
"/path/to/your/extension/google-ads-api-developer-assistant/saved_code",
11-
"/path/to/your/library/google-ads-python",
12-
"/path/to/your/library/google-ads-php",
13-
"/path/to/your/library/google-ads-ruby",
14-
"/path/to/your/library/google-ads-java",
15-
"/path/to/your/library/google-ads-dotnet"
10+
"/path/to/your/extension/google-ads-api-developer-assistant/api_examples",
11+
"/path/to/your/extension/google-ads-api-developer-assistant/saved_code",
12+
"/path/to/your/library/google-ads-python",
13+
"/path/to/your/library/google-ads-php",
14+
"/path/to/your/library/google-ads-ruby",
15+
"/path/to/your/library/google-ads-java",
16+
"/path/to/your/library/google-ads-dotnet"
1617
]
1718
}
18-
}
19+
}

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
* 1.6.0
2-
- Added --install-deps option to setup.sh and setup.ps1
2+
- Added --install-deps option to setup.sh and setup.ps1.
3+
- Added skills/ext_version to get the extension version.
4+
- Added gemini-extension.json.
5+
- Added documentation resource for public protos.
36

47
* 1.5.0
58
- Added rigorous GAQL validation rules to GEMINI.md

GEMINI.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ This document outlines mandatory operational guidelines, constraints, and best p
169169
#### 5.2. References
170170
- **API Docs:** `https://developers.google.com/google-ads/api/docs/`
171171
- **Conversion Docs:** `https://developers.google.com/google-ads/api/docs/conversions/`
172+
- **Protos:** `https://github.com/googleapis/googleapis/tree/master/google/ads/googleads`
172173

173174
#### 5.3. Disambiguation
174175
- **'AI Max' vs 'PMax':** 'AI Max' refers to 'AI Max for Search campaigns', not 'Performance Max'.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)