Re: How to PAUSE a Managed Placement of AdGroup

2021-03-04 Thread Google Ads API Explorer
I figured out the issue. Thanks It is worked now. On Thursday, March 4, 2021 at 11:35:57 PM UTC+5:30 Google Ads API Explorer wrote: > Thanks for sharing your worked code. > > My PHP code is seems to be same but I am not able to pause the placement? > neither giving me any error.

Re: How to PAUSE a Managed Placement of AdGroup

2021-03-04 Thread Google Ads API Explorer
quot;:{"stringValue":"VIDEO"},"location":{"fieldPathElements":[{"fieldName":"operations","index":0}]}}]}]}} Thanks On Thursday, March 4, 2021 at 11:35:57 PM UTC+5:30 Google Ads API Explorer wrote: > Thanks for sharing your w

Re: How to PAUSE a Managed Placement of AdGroup

2021-03-04 Thread Google Ads API Explorer
\tError with message "%s".' % error.message) > if error.location: > > for field_path_element in error.location.field_path_elements: > > print("\t\tOn field: %s" % field_path_element.field_name) > sys.exit(1) >

Re: How to PAUSE a Managed Placement of AdGroup

2021-03-04 Thread Google Ads API Explorer
Client(); $response = $adGroupCriterionServiceClient->mutateAdGroupCriteria( $customerId, [$adGroupCriterionOperation] ); On Thursday, March 4, 2021 at 10:01:52 PM UTC+5:30 Google Ads API Explorer wrote: > Can I p

Re: How to PAUSE a Managed Placement of AdGroup

2021-03-04 Thread Google Ads API Explorer
Can I pause placement using CampaignCriterion or AdGroupCriterion service ? On Thursday, March 4, 2021 at 9:22:53 PM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, we don't have an example on how to pause placements. > However, you can use this example >

Re: How to read resourcename

2021-01-25 Thread Google Ads API Explorer
Hi Xiaoming, Yes, That I know that I can get through `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}` But there must be so many extraction to get simple values. Like I said in previous example. This is just one example, If I can see there is so many types of resource names

Re: Map Change Status to change Event

2021-01-23 Thread Google Ads API Explorer
at 6:36:38 PM UTC+5:30 Google Ads API Explorer wrote: > Hi, > > On documentation it said > https://developers.google.com/google-ads/api/docs/change-status > > Change Status > <https://developers.google.com/google-ads/api/reference/rpc/v6/ChangeStatus> > provides &g

Map Change Status to change Event

2021-01-23 Thread Google Ads API Explorer
Hi, On documentation it said https://developers.google.com/google-ads/api/docs/change-status Change Status provides a means to keep track of which resources have changed within an account over a given time period. Th

Query response issue

2021-01-22 Thread Google Ads API Explorer
Hi, Is there any issue with this query? It is giving me all the available results despite passing filters. 1) SELECT campaign_criterion.type, campaign_criterion.criterion_id FROM campaign_criterion WHERE campaign_criterion.criterion_id IN (896XXX014,90X367,311871CC0470,31306XX9104,1000,3,3

How to read resourcename

2021-01-22 Thread Google Ads API Explorer
HI, I can see that we can set the resource names by passing the ids like ResourceNames::forCustomer($customerId); But how I can read it? I have few resources like customers//changeStatus/-4-XYZ-ABC-ZZZ customers/ /adGroupCriteria/ ~ZZZ Is there any way using api where

Re: Calls failing to "change_event" report

2021-01-20 Thread Google Ads API Explorer
Hi, I am also facing same. SELECT change_event.resource_name, change_event.change_date_time, change_event.change_resource_name, change_event.user_email, change_event.client_type, change_event.change_resource_type, change_event.old_resource, change_event.new_resource, change_event.resource_ch

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2021-01-13 Thread Google Ads API Explorer
Hi Nadine, We are in similar situation as Anton Timenko has mentioned. We have accidentally made a request in Google Cloud production project with another test developer token when you announced Google ads API v1 in 2018. Having a reset button is an interesting idea. I'll float it by a few p