Hi,
how to set advertisingChannelSubType like Marketing objectives , No
marketing objective,standard, all feature,Mobile app installs,Dynamic
Search Ads etc to campaign while there are only 4 possible value which i
can pass to advertisingChannelSubType according to adwords api
documantation.
Hi,
if i don't specify language for all languages and location for all
countries it through an error : [NotEmptyError.EMPTY_LIST @ operations]
I think $campaignCriteria is not set when we trying to mutate. so that its
give error.so how to target campaign for all location and language
$c
Hi,
how to target our campaign for all location
$place = new \Location();
$place->id = $locationId;
$campaignCriteria[] = new \CampaignCriterion($result->value[0]->id, null,
$place);
what is location Id for all location or how to tagret campaign for all
location.
thanks you
--
--
=~=~=~=~=
Hi Anthony,
i am sending xml report which have row element
but all campaign report do not have row element and its value as i
specified in above question.
thanks
On Tuesday, March 8, 2016 at 8:38:59 PM UTC+5:30, Anthony Madrigal wrote:
>
> Hi Satendra,
>
> Could you please specify what row e
i am trying to download report for all campaign of all account in xml
format . my code is here :
// $campaigns is all campaign
foreach ($campaigns as $campaign) {
$filePath = realpath(dirname(__FILE__)) .
"/../../frontend/web/reports/" . $campaign->name . '_' . $campaign->id .
'
how to set exclude location for campaign. i tried to found out it . i found
this
$negativeCriterion = new \NegativeCampaignCriterion();
$negativeCriterion->campaignId = $result->value[0]->id;
$negativeCriterion->criterion = $location;
but i cannot understand how to pass location here. could yo