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
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
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('
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
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,
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