Mutate action not permitted for client updating ad group

2019-07-22 Thread Alberto
Hi all, I received following error using PHP google adwords library: [OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]] Trying to do the following operation: $clientId = intval(str_replace('-', '', $clientId)); $session = (new AdWordsSessionBuilder())

How to exclude topics through AdWords API

2019-11-15 Thread Alberto
Hello, I wanted to know if its possible to exclude certain topic using AdWords API. I was researching docs and Im not able to find any documentation related to Topic entity. Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to exclude topics through AdWords API

2019-11-16 Thread Alberto
t; through AdWords API. Thanks El viernes, 15 de noviembre de 2019, 18:51:47 (UTC+1), adsapiforumadvisor escribió: > > Hi Alberto, > > Thanks for reaching out. Could you elaborate on your questions to let us > know what you are specifically looking for? With elaboration on t

Earned actions Youtube Video Campaigns

2020-07-01 Thread Alberto
Hi all, Is there any way to get earned metrics using the Adwords API? I need to get earned views, earned subscribers, earned playlist additions, etc. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Earned actions Youtube Video Campaigns

2020-07-02 Thread Alberto
Hi, Is there any planned release or estimation on when are those metrics going to be available through the API? Thanks On Wednesday, 1 July 2020 at 18:42:48 UTC+2 adsapiforumadvisor wrote: > Hi Alberto, > > Thanks for reaching out. Unfortunately, these fields are not

Get MCC ID from Customer entity

2021-02-02 Thread Alberto
Hi all, Im trying to retrieve which is the MCC id for a customer, but i cannot see this in customer service: https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService.Customer I can see in accounts samples there is a way to print all accounts linked to an mcc but that

Unconsistent number of impressions between Geo Performance Report and Campaign Performance Report

2021-03-09 Thread Alberto
Hi, Im requesting a report for a campaign and GEO_PERFORMANCE_REPORT, adding all impressions for every item I get 358845 impressions, but if I query campaign data through CAMPAIGN_PERFORMANCE_REPORT I get 359463 impressions. Im aware Google Ads interface metrics doesnt match API response

Problem using targetingIdeaService

2012-03-06 Thread Alberto Tofani
.TARGETING_IDEA_SERVICE);* * class file for javax.xml.rpc.ServiceException not found* I have tried to run the example getRelatedkeyword.java distributed with the new API and it does not work as well. What can be the problem? Thank you in advance Alberto

API is not returning Campaign Type DISCOVERY

2019-10-07 Thread Alberto Azambuja
https://developers.google.com/google-ads/api/fields/v2/campaign#campaign.advertising_channel_type Thanks and Regards, Alberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Need to hire a freelancer to write Google Ads API codes

2021-05-04 Thread Alberto Ferreira
I need to hire a freelancer to write the Google Ads API codes. Best regards, Alberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

RE: AdWords API Re: Placement report cames without any data

2010-01-13 Thread Pablo Alberto Camino
Today, we tried with an older date range, like from a week before, and got data in the response. Could it be that this report is only ready with data after quite some time? Can I pull it for yesterday or is it too early? -- Pablo Alberto Camino pablo.cam...@puntofox.com

AWQL: Error in Where statement trying to filter CAMPAIGN_PERFORMANCE_REPORT by Label

2017-03-19 Thread Alberto Esteves Correia
Hi everyone, I'm testing how to select some metrics from CAMPAIGN_PERFORMANCE_REPORT filtering by Label. But I'm going crazy with that: select Labels, LabelIds from CAMPAIGN_PERFORMANCE_REPORT where Labels CONTAINS "Name of Label" during LAST_7_DAYS I've tried the where clause with all of

Develope a tool that executes a Google Ads Script only for logged users

2019-07-29 Thread Alberto Esteves Correia
Hello everyone, I've developed a Google Ads Script that I would like to share with some users that must been registered in a website, but don't show them the script code. 1) Users have to register on a specific website and *allow acces to their Google Ads account*. 2) User can execute some

Re: How to create a Google Ads Test Account

2019-10-30 Thread Alberto Esteves Correia
Answered! On Tuesday, 29 October 2019 14:41:47 UTC+1, adsapiforumadvisor wrote: > > Hi Alberto, > > Thanks for the clarification. Could you please send us the MCC customer id > using the *Reply privately to author* option for us to further > investigate the issue? >

How to create a Google Ads Test Account

2019-10-28 Thread Alberto Esteves Correia
Hello, I'm trying to create a test Google Ads account but I don't find where I can do it. I've created a MCC Test account in this link . But only can create no test account in there. Any idea? Thanks! -- --

RE: How to create a Google Ads Test Account

2019-10-28 Thread Alberto Esteves Correia
Hello, Not really. It's a new Google account and it is not linked to any other Google Ads account... Thanks for your answer! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How can I exclude placements in Smart Display Campaigns?

2020-02-29 Thread Alberto Esteves Correia
Hello everybody, I want to do the following: 1) Detect placements that has some conditions. Example: Clics > 10 AND CTR > 10% DURING LAST_MONTH 2) Exclude this placements (and others placements from others Display campaigns, smart or not) I was trying to do that with Google Ads Scripts,

How to learn Google Ads API starting from Google Ads Scripts

2023-07-18 Thread Alberto Esteves Correia
Hello, I want to learn how to use the new functionality of Google Ads scripts AdsApp.mutate. https://developers.google.com/google-ads/scripts/docs/features/mutate?hl=en However, to know how to use it, it seems that is necessary to have knowledge about the use of the Google Ads API, and I have