API PHP dont list campaigns and ADD_OPERATION_NOT_PERMITTED

2018-08-23 Thread Snayder Acero
I am configuring the connection to the API "PHP", to be able to create and list the campaigns of my account I performed the following procedure * Create admin account * from this account create the test account * I generated developer token * I generated credentials from administrator * enter

How To filter CampaignCriterionService By Location

2019-07-24 Thread Snayder Acero
Good Afternoon, I'm trying to filter campaigns by location but I haven't made it work. I require is that you bring me all the campaigns of (Spain By example) I currently have the following code: // Create a selector $selector= new Selector(); // instan

Re: How To filter CampaignCriterionService By Location

2019-07-25 Thread Snayder Acero
My code is running correctly With the GeoTargetInfo: https://developers.google.com/adwords/api/docs/appendix/geotargeting And This Predicate: $arrPredicates = array( new Predicate('CriteriaType', PredicateOperator::IN, ['LOCATION']), new Predicate('

ADGROUP_PERFORMANCE_REPORT return different totals to Adwords Page

2019-07-26 Thread Snayder Acero
Good Afternoon I have a performance Report, developed with PHP API. I was compare this report with the report on Official Google Adwords Site but I get difrent total values and do I cant identify Why? My report code is this: $adwQuery = (new ReportQueryBuilder()) ->select

update CpcBid By Audience

2019-10-03 Thread Snayder Acero
Good morning, I generated a report of audiences with the api of GoogleAdwords PHP, I need to update the CPCMax of the hearings, but I can't find documentation about it. I tried to do it by directly updating the group, but it doesn't work correctly. I would like to know how I can adjust my code,

Get UserListId From Audience Performance Report

2019-10-09 Thread Snayder Acero
Good afternoon. I have a generated audience report, it already works correctly, I currently need to obtain the Audience ID, but the report does not have this value "it only returns the name". I would like to know, how can I modify the report or what additional query should I make, to obtain th