Hi Anthony,
my PHP version is 5.4.16 and it happens using any type of script..
Il giorno venerdì 1 luglio 2016 02:06:25 UTC+2, Anthony Madrigal ha scritto:
>
> Hi,
>
> You should make sure that your server environment and PHP version is up to
> date. If they both are, could you please provide m
Hi, thanks for the answer.
I've already read all your guides but still not understand how to use
BatchJobService.
I mean, im easily trying to add 100negative keywords per campaign and, of
course, im using one result foreach kw. If I want to add those 100kws in a
one result I have to add 400rows
Hi all,
I was reading the BatchJobService guide on google adwords but I didnt
understand how I can use it for massive operations in PHP.
For example:
$operations[] = new CampaignCriterionOperation($negativeCriterion, 'ADD');
$result = $campaignCriterionService->mutate($operations);
That code
Solved using $adGroupCriterion->finalUrls->urls[0]
Il giorno mercoledì 2 marzo 2016 11:20:32 UTC+1, giorgio...@gmail.com ha
scritto:
>
> I didnt understand the BiddableAdGroupCriterion to get the finalUrls from
> the keywords on PHP.
> Im running the GetKeywords script in this way:
>
> $adGroupC
I didnt understand the BiddableAdGroupCriterion to get the finalUrls from
the keywords on PHP.
Im running the GetKeywords script in this way:
$adGroupCriterionService = $user->GetService('AdGroupCriterionService',
ADWORDS_VERSION);
$adGroupCriterion = new BiddableAdGroupCriterion();
Then I get
Hello,
im going to update my Api Adwords scripts from v201509 to v201601 by
changing the libraries. After all, I was testing my scripts but an error
appears on my terminal:
Undefined property: stdClass::$ApiError in .../src/Google/Api/Ads/AdWords/
Util/v201601/ReportUtils.php on line 236
Notice