I search for CampaignService like this:
$dateStartEnd = array (array ( 'min => 20,100,107', 'max =>
20,100,108'), array ( 'startIndex => 0', 'numberresults => 1'));
$campaignPage =CampaignService-> get (new CampaignSelector
($idCamp_array, NULL, $ dateStartEnd));
But there is a reasonable dif
m in
> smaller chunks.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 4, 8:14 am, phpoo wrote:
>
> > Because returns this error:
>
> > [faultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
> > [faultcode] => soap:Server [detail] =>
Because returns this error:
[faultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
[faultcode] => soap:Server [detail] => stdClass Object
( [ApiExceptionFault] => stdClass Object ( [message] =>
SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
[ApplicationException.Type] => ApiException [error
Could you use the objects
> to update your database?
>
> Best,
> - Eric
>
> On Dec 16, 7:47 am, phpoo wrote:
>
> > Hi Eric
> > this problem..
> > Take the data from the Campaigns, AdGroup, Ad and Keywords and move to
> > an xml file to record in my database
n what you are trying to accomplish with
> the API? Do you have any sample code that illustrates the problem?
>
> Thanks,
> - Eric Koleda, AdWords API Team
>
> On Dec 15, 6:34 am, phpoo wrote:
>
> > Previously I used the apility and now I'm using v200909, to pass my
>
Previously I used the apility and now I'm using v200909, to pass my
data to a xml own apility had a function, the version v200909 not have
one too?
Thanks
P.W
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send emai
da, AdWords API Team
>
> On Nov 26, 12:07 pm, phpoo wrote:
>
> > Enjoying your answer above
>
> > But the format that I'm walking in the correct format
> > ('2009-11-30','2009-12-15'), and returns me this message
>
> > &
Enjoying your answer above
But the format that I'm walking in the correct format
('2009-11-30','2009-12-15'), and returns me this message
"SoapFault Object ( [message:protected] =>
DateError.INVALID_STRING_DATE @ while invoking public abstract
com.google.ads.api.services.campaignmgmt.ad.adgroupa
7;)"?
thanks
P.W
On Nov 25, 8:01 pm, AdWords API Advisor
wrote:
> Hi,
>
> I believe the order of the objects in your constructor is wrong. It
> should be:
>
> $operations = array(new AdGroupOperation($adgroup1, 'ADD', NULL));
>
> Best,
> - Eric Kole
Hi
eu tenho um erro no meu script mas não entendo
I'm trying to add a AdGroup and returns me an error.The section of
code that the error is this
$operations = array(new AdGroupOperation(NULL, $adgroup1, 'ADD'));
$adgroupReturnValue = $AdGroupService->mutate($operations); #Add
campaigns.
When t
10 matches
Mail list logo