腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Google
Ads
恶意软件
谷歌广告对我在斯德哥尔摩模板中运行的WordPress网站进行了扫描,发现了以下恶意软件-
浏览 0
提问于2018-08-30
得票数 0
1
回答
Google
Ads
API -许可
是否有一种方法允许
Google
Ads
API令牌只执行以下操作: 将IP地址添加到所有凸轮黑名单上。
浏览 1
提问于2021-02-09
得票数 0
2
回答
Google
Ads
API集成
我得到了一个项目,集成
Google
,使用C#从谷歌广告中获取所有数据,如广告等,并将其转移到我们的系统中。我只为客户端提供开发人员令牌和customerID。比如 下面是我找到的创建OAuth2的链接。这就是我认为在C#中所需要的 如果有人能帮我用C#配置
google
浏览 9
修改于2021-01-21
得票数 0
回答已采纳
1
回答
更新预算
Google
Ads
API
我试图更新预算的AmoutMicros,但没有收到错误,只是没有更新预算: { AmountMicros = (price + amount) * 100000, }; CampaignBudgetOperat
浏览 0
提问于2021-08-17
得票数 0
1
回答
Google
Ads
语言定位脚本
是否真的有办法通过
Google
Ads
脚本来改变
Google
Ads
活动的“语言定位”? 我在过去创建了一些脚本,但在查看文档时,我似乎找不到一种实际添加/编辑位置定位的方法。https://developers.
google
.com/
google
-
ads
/scripts/docs/reference/adsapp/adsapp_language 看这里,我看到“删除”是一个选项
浏览 13
提问于2019-06-04
得票数 0
1
回答
Google
Ads
API帐户丢失
我正在使用他们的Ruby gem库开发与
Google
Ads
API的集成。我有一个批准的
Ads
范围的oAuth2帐户与批准的开发人员令牌,允许任何外部用户与我们的应用编程接口连接。
浏览 0
提问于2019-10-11
得票数 0
1
回答
使用API定制
Google
Ads
我想要构建一个简单的UI,它通过使用
Google
Ads
API来呈现
Google
Ads
UI的功能的子集。有没有一个例子可以说明如何做到这一点?
浏览 0
提问于2020-06-16
得票数 0
2
回答
Rails
google
-
ads
-ruby设置
我正在尝试使用
google
-
ads
-ruby库来允许我们的ruby on rails应用程序用户将我们的应用程序与谷歌广告连接起来,并从他们的账户中提取一些统计数据。第一件失败的事情是their instructions在我的require '
google
/
ads
/
google
_
ads
'代码中需要gem,我尝试将它添加到我的控制器中,并获得了cannot loadsuch file --
google
/
ads</
浏览 28
提问于2019-09-20
得票数 2
1
回答
Google
Ads
8.0 Interstitial SwiftUI
在SwiftUI中使用谷歌MobileAdsSDK 8.0 (iOS)的例子似乎并不多。到目前为止,我有一个Interstitial类 import GoogleMobileAds var interstitial:GADInterstitialAd! override init() { LoadInterstitial()
浏览 15
提问于2021-02-08
得票数 1
1
回答
从
Google
Ads
获取日期
为此,我需要访问将
Google
Ads
数据与电子表格中的数据混合在一起,我在电子表格中详细介绍了当天的回报(这是基于潜在客户的销售)。
浏览 28
提问于2019-02-22
得票数 1
1
回答
Google
ads
API查询返回_StreamingResponseIterator
请参阅从
Google
ads
API examples复制的以下代码 #!To add campaigns, run add_campaigns.py. import sys from
google
.
ads
.
google
_
ads
.e
浏览 21
提问于2021-03-19
得票数 0
1
回答
导入com.
google
.
ads
.AdRequest时包com.
google
.
ads
不存在
然而,当我尝试构建该项目时,它显示了以下消息: error: package com.
google
.
ads
does not exist import com.
google
.
ads
.AdRequest;
浏览 1
修改于2012-12-09
得票数 1
1
回答
Google
-
Ads
Python库-未找到模块
我已经多次运行以下命令:pip install
google
-
ads
(请参阅此处:)。我还下载了tar并运行了setup.py文件(python setup.py build install)。按照说明,我尝试导入:并且我总是得到以下错误:<ipython-input-106-df47157331b2
浏览 2
修改于2019-11-13
得票数 0
1
回答
将
Google
Ads
结果放入Dataframe
我使用的是
Google
Ads
SDK for Python。我想获取一些广告数据,并将它们放入一个数据帧中进行一些转换。main.py", line 36, in <module>TypeError: 'GoogleAdsRow' object is not iterablefrom
google
.protobuf.
浏览 11
提问于2021-05-16
得票数 1
回答已采纳
1
回答
Google
Ads
下的css菜单?
我有一个奇怪的效果:代码看起来像这样:
google
_ad_client = "pub-0909660115587797";
google
_ad_slot = "6839564983";
google</e
浏览 3
修改于2019-04-28
得票数 1
回答已采纳
3
回答
com.
google
.
ads
.AdView实例化失败
="http://schemas.android.com/apk/lib/com.
google
.
ads
" androidfill_parent" android:layout_height="wrap_content"> <com.<em
浏览 0
修改于2012-05-05
得票数 1
回答已采纳
0
回答
Google
Ads
API -是否存在REST API?
参考资料: https://developers.
google
.com/
google
-
ads
/api/docs/start 引用(强调我的):
Google
Ads
API是下一代AdWords API
浏览 52
提问于2019-04-02
得票数 3
2
回答
导入com.
google
.
ads
.*;没有AdManager
我注意到命令"import com.
google
.
ads
.*;“没有"AdManager”,因为当我单独插入"import com.
google
.
ads
.AdManager;“时,会收到”导入com.
google
.
ads
.AdManager无法解析“的错误消息what.car.notes;> import android.os.Bundle;&g
浏览 6
提问于2012-06-19
得票数 1
2
回答
找不到com.
google
.
ads
.AdActivity
我的Main.XML中没有错误,也没有任何内容,基本上广告根本不显示import com.
google
.
ads
.AdSize; private AdView adViewandroid.intent.category.LAUNCHER"
浏览 1
修改于2020-07-04
得票数 1
回答已采纳
1
回答
DEVELOPER_TOKEN_NOT_APPROVED by
Google
Ads
API for PHP
我想使用
Google
Ads
访问
Google
Ads
报告。作为第一步,我们希望使用GoogleCustomerServiceClient来检索客户信息。$MMC_ID = <My MMC 10 digits number>; $credentialsIniPath = app_path('resources/credentials/
google
/
google
_
ads
_php.ini在
google
_<
浏览 1
提问于2020-08-05
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券