Adwords API PHP - 您可以暂停广告组

时间:2016-10-07 15:31:26

标签: php api google-adwords

我已成功设法使用AdWords PHP SDK中的PauseAd.php示例,但它仅在广告级别暂停/启用。我的项目需要能够暂停/启用广告组级别并想知道是否可能。

我目前使用的是版本v201607

谢谢

1 个答案:

答案 0 :(得分:1)

可以在广告组级暂停,您只需要在

修改脚本 UpdateAdGroup.php
  

googleads-PHP-LIB /示例/的AdWords / v201607 / BasicOperations / UpdateAdGroup.php   略

并将<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:p1="http://schemas.android.com/apk/res/android" p1:minWidth="25px" p1:minHeight="25px" p1:layout_width="match_parent" p1:layout_height="match_parent" p1:id="@+id/relativeLayout1"> <VideoView p1:layout_width="fill_parent" p1:layout_height="fill_parent" p1:id="@+id/video"/> </RelativeLayout> 设置为Adgroup.Status

请参阅 Github https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201607/BasicOperations/UpdateAdGroup.php

请参阅 Adword https://developers.google.com/adwords/api/docs/reference/v201607/AdGroupService.AdGroup#status