Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-23 Thread alex . komisarz
Can I get an answer to my last question, does this mean if there are no errors in the ad that the policy summary will be NULL instead of including the 'policy approval status'? On Tuesday, March 20, 2018 at 12:35:22 AM UTC-5, Peter Oliquino wrote: > > Hi Alex, > > My apologies as well if I

Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-20 Thread alex . komisarz
Thanks for the info, Peter. What I'm trying to do is store the policy summary's 'Policy Approval Status' after creating a new ad. Since the policy summary is not returned in the mutate request I'm unable to do this in one step. Is this expected behavior then, and will I just need to make

Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-19 Thread alex . komisarz
Hey sorry if I'm not understanding something but I am getting the AdGroupAd from the value field but it doesn't have the attached policy summary object. it comes back as null On Monday, March 19, 2018 at 12:07:40 AM UTC-5, Peter Oliquino wrote: > > Hi, > > Since the AdGroupReturnValue >

Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-16 Thread alex . komisarz
After successfully creating a new AdGroupAd the return value does not seem to contain all of the information related to that AdGroupAd. I know that when using the php sdk and calling get on the AdGroupAdService you need to specify 'policySummary' in the selector in order to get it returned,