Re: Extension SiteLink Google ads php

2019-07-16 Thread Adrian Lara
Now is good, after add code(before post) now is good ty for you help. On Monday, July 1, 2019 at 3:45:41 PM UTC-3, adsapiforumadvisor wrote: > > Hello Adrian, > > Could you please confirm if you need additional assistance creating the > Sitelink Extensions through the API? If so, could you pleas

Re: Extension SiteLink Google ads php

2019-07-01 Thread Google Ads API Forum Advisor Prod
Hello Adrian, Could you please confirm if you need additional assistance creating the Sitelink Extensions through the API? If so, could you please share the request and response logs which contain the error details, to check this further? You can share the details privately via Reply privately

Re: Extension SiteLink Google ads php

2019-07-01 Thread Adrian Lara
Ready, I need add this: $operationObject = new ExtensionFeedItemOperation(); $operationObject ->setCreate($operation); $adGroupExtensionSettingServiceClient = $this->service-> getExtensionFeedItemServiceClient(); $adGroupExtensionSettingServiceClient->mutateExtensionFeedItems($this-> customerId,

Re: Extension SiteLink Google ads php

2019-06-30 Thread Adrian Lara
Any Update?? On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote: > > Hi Adrian, > > Thank you for reaching out. > > The error you are encountering INVALID_ARGUMENT, based from the > description, means that you are missing a resource name that is required in > one of your oper

Re: Extension SiteLink Google ads php

2019-06-28 Thread Adrian Lara
ok, the problem in my investigation is here: $extensionFeedItem = new ExtensionFeedItem([ 'sitelink_feed_item' => $sitelink_feed_item, 'ad_schedules' => $adScheduleInfo, 'start_date_time' => "2021-03-05 09:00:00", 'end_date_time' => "2024-03-05 08:00:00", 'extension_type' =

RE: Extension SiteLink Google ads php

2019-06-28 Thread Google Ads API Forum Advisor Prod
Hi Adrian, Thank you for reaching out. The error you are encountering INVALID_ARGUMENT, based from the description, means that you are missing a resource name that is required in one of your operations. Upon checking the code you've provided, it seems that you are passing the correct paramete