Re: How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread Carlos Abrantes
Autoresponse: the setting is ContentBidCriterionTypeGroup P.e. $adGroup->setContentBidCriterionTypeGroup(CriterionTypeGroup::GENDER); More info at https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupService.AdGroup#contentbidcriteriontypegroup -- -- =~=~=~=~=~=~=~=~=~=

How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread Carlos Abrantes
In example https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201702/BasicOperations/AddAdGroups.php $targetingSetting = new TargetingSetting(); $details = []; $details[] = new TargetingSettingDetail(CriterionTypeGroup::PLACEMENT, false); $details[] = ne

Re: Account access management in API (grant other user access to my account)

2017-09-20 Thread Carlos Abrantes
Hi Sreelakshmi, I post the question in this treat https://groups.google.com/forum/?#!topic/adwords-api/3B0NzpNHn70 Thanks a lot for your interest Best Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: How could I retry list current pendient invitations?

2017-09-19 Thread Carlos Abrantes
We want to know how the invitations we have created in the Adwords panel, not the ones that have been made to us. With our MCC account (via API) we create an account and share with an user email (manually). We would like, via API, get the status of invited users to account and if It's possible

How could I retry list current pendient invitations?

2017-09-19 Thread Carlos Abrantes
I would to retry current pendient invitations with ManagedCustomerService.getPendingInvitations but do not retry nothing (NULL) This is sample code in PHP as called in https://developers.google.com/adwords/api/docs/guides/accounts-overview get($session, ManagedCustomerService::class);

Re: Account access management in API (grant other user access to my account)

2017-09-18 Thread Carlos Abrantes
Hi Sreelakshmi & Vishal, I would to retry current pendient invitations with ManagedCustomerService.getPendingInvitations but do not retry nothing (NULL) This is sample code in PHP as called in https://developers.google.com/adwords/api/docs/guides/accounts-overview get($session, ManagedCustome