问题标签 [adwords-budgetservice]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-ads-api - 在 Google Adwords 中,您如何以编程方式更改预算?
可悲的是,没有这样的例子(我已经挖掘了一段时间。)
我希望能够以编程方式修改广告系列的预算。我可以看到 BudgetService 存在,但我不知道如何(或去哪里了解如何)获取预算的 ID 或预算的名称。
我推测必须查询广告系列的预算,从中获取budgetId,然后在BudgetService 请求中使用它。是这样吗?如果不是,那该怎么办?
soap - 如何从 Adwords 响应 XML 中获取budgetId?
上下文:Windows 7、JScript、Adwords v201309
给定以下(经过修改的)XML,我如何使用 XPath 遍历budgetId?
到目前为止,我有以下脚本
就遍历而言,这可以正常工作,/soap:Envelope/soap:Body
但是如果我尝试走得更远,例如/soap:Envelope/soap:Body/getResponse
,(或者甚至/soap:Envelope/soap:Body/getResponse/rval/entries/budget/budgetId
如下所示),我会得到空值。
php - Convert micros to currency in AWQL csv report with Adwords API
I have this query in AWQL and I get the response in CSV format using the ReportUtils::DownloadReportWithAwql
I need to convert the Cost data in the CSV from micros to the currency in the account (Cost / 1000000).
Also I need to be able to convert any the Cost data in the response using any AWQL query, for example the solution has to work for this query also:
As of v201406, the returnMoneyInMicros header is no longer valid and values are always returned as micros. https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money
This is my first question in stackoverflow.
google-ads-api - 如何使用 google adword API 获取广告系列状态(广告系列预算受限/受限于预算)
我正在使用 google Adwords API 来了解我的广告系列状态,在这里我想了解我前一天所有受预算限制的广告系列的统计信息。同样,我所做的是-reportType = 'CAMPAIGN_PERFORMANCE_REPORT' $selector->fields = 'CampaignName','CampaignStatus', 'Clicks', 'Cost'。
目前,结果是我得到了所有启用或暂停的广告系列,即使我的 Adwords 帐户中有一些预算有限的广告系列,它们都没有显示为受预算限制。我附上了带有报告类型和内容字段的屏幕截图。 竞选 stsus 请指导我获得所需的输出。谢谢
python - 如何为关键字创建adwords首页出价?
我正在为 Google AdWords 使用 python。我需要为关键字和广告组分配首页出价。我找不到使用 UI 或 API 设置“首页出价”的方法。
excel - 寻找一个公式
我是 Excel 新手。我不知道使用哪个公式。我想设置一个 12 个月的预算,这很容易。12000/12 = 12 列中的 1000。我需要一个公式,当手动更改一列答案时假设为 2000,其余列答案将自动更改为 909.09。我不知道要使用哪个公式,如果它可以吗?
谢谢你的帮助
亲切的问候
约翰
google-api - 如何在 Google AdWords API 中更新 Campaign 预算的预算名称、金额和 bidStrategyType?
我已经有了要使用 google AdWords API 更新的广告系列预算。
将budgetId 分配给广告系列
这将取消分配现有的广告系列预算并将新的广告系列预算分配给广告系列(广告系列预算未删除,它仍然存在于谷歌广告中)但我想更新现有广告系列预算的预算名称和预算金额,而不是分配新的广告系列预算。
google-ads-api - GoogleAdsCustomerId 维度值不是来自 Ads API
我使用谷歌分析 API 来获取具有指标的 Adwords 数据 - ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions 和 dimensions=ga:date,ga:adGroup,ga:adwordsCustomerID,ga :campaign, ga:keyword,ga:sourceMedium, ga:channelGrouping
当我一起查询它们时,我无法获取“GoogleAdsCustomerId”维度值。所有值都是(未设置)。
尽管以下指标和维度的组合运行良好
具有指标的 Adwords - ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions 和维度=ga:date,ga:adGroup,ga:adwordsCustomerID,ga:campaign。
获取具有所有必需指标和维度的 GoodleAdsCustomerId 的可能方法是什么 - 上面突出显示的粗体?请指导我。谢谢