Hi Guys,
I've not used my test MCC account for a while and it now it shows as closed
and it wont let me re-enable it.
I have also tried creating a new test MCC and that doesn't work either.
Any assistance would be appreciated.
Cheers
Dan
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi,
When I get back a CampaignCriterion using the PHP lib I get the following
error:
Object of class Google\Protobuf\StringValue could not be converted to string
How do I correctly access that private StringValue object returned from the
campaign criterion using php? An example would be grea
Hi!
So i'm uploading a number of *CampaignCriterionOperations* using
*mutateCampaignCriteria* and I need to act on any errors for the individual
operations that may arise. So at the moment i'm getting the following error
responses:
ApiException was thrown with message '{
"message": "Requ
Thanks, I’m pretty sure what limits are being hit but I want to know how to
find that out via the errors. As you can see in my email it doesn’t give
specifics, like which campaign(s) had the error(s) and what campaign limit
specifically was hit. The errors just say this:
Indicates that this req
Hi,
How do you access the enclosingId= accountLimitType= via the new Google Ads
API? I know how to get it from the Google Adwords API but when I upload a
load of jobs via mutateCampaignCriteria it says check enclosingId but I
can't see anywhere how to do it.
Any tips or examples would be great
You should hopefully have my private response? Please confirm.
Thank
Dan.
On Monday, 11 November 2019 15:40:31 UTC, adsapiforumadvisor wrote:
>
> Hi Dan,
>
> Regret the delay as I was checking this internally with the team. Could
> you please share the sample logs for both AdWords API and Goo
Hi Guys,
I can access Mobile App Exclusions using:
SELECT mobile_app_category_constant.name
FROM mobile_app_category_constant
But how would I access the mobile app category exclusions by *campaign*? If
I try and as it to the statement above, it says its not compatible
combining *Campaign* an
Thanks Bryan thats great.
So how would I get to know what criterion id to use? Does each campaign
have a criterion id? Because it would let me do this:
SELECT campaign_criterion.mobile_app_category.mobile_app_category_constant"
. "FROM campaign "
. "WHERE campaign.id = 'XXX'
or
SELECT campaign