Hi Support team, I was trying to write code to link customer account with manager account in PHP however I am facing issues with it. I have written piece of code: $customerManagerLink = new CustomerManagerLink(); $customerManagerLink->setManagerCustomer(new StringValue(['value' => self::MANAGER_CUSTOMER_ID])); $customerManagerLink->setManagerLinkId(new Int64Value(['value' => $CLIENT_CUSTOMER_ID]));
$customerManagerLink->setStatus(new EnumValue(['number' => 0])); In the last line, to set status, in documentation it says it accepts enum however when I am passing Enum value, it is throwing error/exception as " Expect integer." I also tried as $customerManagerLink->setStatus('PENDING'); OR $customerManagerLink->setStatus(new EnumValue(['name' => PENDING])); OR $customerManagerLink->setStatus(new EnumValue(['name' => 'PENDING'])); I also tried by passing Integer values however it still throws the same error. Is there any issue with the library functions? Please guide me here as I am stuck completely. Thanks! On Thursday, 23 May 2019 02:45:48 UTC+5:30, adsapiforumadvisor wrote: > > Hello Amerender, > > As of now the examples in other languages is not available, they will be > available soon. Meanwhile you could try the same pattern by following the > available example in PHP. > > Regards, > Sai Teja, Google Ads API Team > > ref:_00D1U1174p._5001UAqLBq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/21c4fd09-f7ec-47c0-8872-1a0735cf486a%40googlegroups.com.