Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-06 Thread ludovic . web2roi
Yes ! It's ok to generate the manager_link_id to ask one customer to link his account to the manager. So now, i try to do the last action "accept the request". I think i'm ok with my code, but when i try to do the change in cURL, they told me about this : "FIELD_MASK_MISSING". This i my code bel

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-06 Thread ludovic . web2roi
Hi, how are you today ? Thanks a lot for this code. I've tried to convert it to PHP but i have this error : *Type:* Google\Ads\GoogleAds\Lib\GoogleAdsException *Code:* 13 *Message:* { "message": "Internal error encountered.", "code": 13, "status": "INTERNAL", "details": [ { "@type": "google.a

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-05 Thread ludovic . web2roi
Sorry, i mean that's return me "null", even if i try with the MCID ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-05 Thread ludovic . web2roi
Ok, i think i got it thanks, but, how can i create : CustomerClientLink ? Because when i try something like this isn't work ! $customerClientLink = new CustomerClientLink([ 'client_customer' => new StringValue(['value' => $customerId]) ]); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-05 Thread ludovic . web2roi
I'm sorry but i don't understand ... Can you give me a sample code for that please ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-04 Thread ludovic . web2roi
Hi, last time i send you a private message and i have no response yet ! This is my code and i don't know how to use it with Google Ads (not adwords) and i really need a solution for this one please ! $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile('google_ads_php.ini') ->withRe

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-19 Thread ludovic . web2roi
Hi, thanks a lot for your response. But when i try without, nothing's happening ! My code is correct ? Cheers ! Le mercredi 13 février 2019 12:02:37 UTC+1, ludovic...@gmail.com a écrit : > > Hi, > > I would like to link an existing Google Adwords (or Ads) Account to my > Google Ads MCC with P

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-18 Thread ludovic . web2roi
Thanks that's what i'm looking for. But i'm here : $customerManagerLink = new CustomerManagerLink([ 'manager_customer' => new StringValue(['value' => $resourceName]), 'manager_link_id' => new Int64Value(['value' => '??']), 'status' => ManagerLinkStatusEnum\ManagerLinkStatus::ACTIV

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-15 Thread ludovic . web2roi
Hi, the challenge is to only use the Google Ads API lib, i can't use the Google Adwords API. So what can i do ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-14 Thread ludovic . web2roi
Hi, thank's for your answer, but you give me some examples from Adwords, and i need that for Ads. It's impossible to find some sample code ? Google documentation is too difficult to understand, why they don't give the code ? Because they only explain the concept. Please i really need help for tha

[PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-13 Thread ludovic . web2roi
Hi, I would like to link an existing Google Adwords (or Ads) Account to my Google Ads MCC with PHP, but i can't find any code example. What can i do please ? Someone have already done that ? Cheers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl