Dev MCC Account Showing as Closed (Google Ads API)

2019-10-25 Thread Dan GTD
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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Object of class Google\Protobuf\StringValue could not be converted to string - PHP - Google Ads API (BETA)

2019-11-04 Thread Dan GTD
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

Getting Errors from a Campaign Mutate - Google Ads API (V2) - PHP

2019-11-07 Thread Dan GTD
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

RE: Getting Errors from a Campaign Mutate - Google Ads API (V2) - PHP

2019-11-07 Thread Dan GTD
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

Accessing enclosingId= accountLimitType= from Google Ads API (PHP)

2019-11-11 Thread Dan GTD
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

Re: Getting Errors from a Campaign Mutate - Google Ads API (V2) - PHP

2019-11-12 Thread Dan GTD
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

Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-06 Thread Dan GTD
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

Re: Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-07 Thread Dan GTD
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