Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-08 Thread Guillaume Thomas
Hello adsapi,

I think you didn't understand our question ...

Le jeudi 5 mai 2022 à 16:45:53 UTC+2, adsapi a écrit :

> Hello Guillaume,
>
> Thanks for reaching out to the Google Ads API support. Yes, still you need 
> to do that same process. Please verify all the steps used to obtain 
> credentials for the Google Ads API once by following the link 
> 
> .
> Feel free to reply back if you have any follow up questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2aQNr2: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 
"Google Ads API and AdWords 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/2ea7f229-ed19-45ad-bd5e-0e337f6b293bn%40googlegroups.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-05 Thread Guillaume Thomas
Hello,

I've received the same email, and I was asking myslef the same questions.

If you find more informations, let me know.

Le mercredi 4 mai 2022 à 16:01:23 UTC+2, funny_ha_ha a écrit :

> Hello,
>
> I'm using https://github.com/googleads/google-ads-php version 15.0 (most 
> recent version as of time of writing) and recently got an email from google 
> with the information that OAuth out-of-band (OOB) flow will be deprecated 
> and "*Our records indicate you have OAuth clients that used the OAuth OOB 
> flow in the past.*".
>
> I am unsure if I need to so something ...
>
> The OAuth 2.0-Client-ID I have in my Google Cloud Platform Console is of 
> type "Desktop".
>
> I basically use the SDKs example script (
> https://github.com/googleads/google-ads-php/blob/main/examples/Authentication/GenerateUserCredentials.php)
>  
> to get a refreshToken ONCE on my workstation, put this token inside the 
> google_ads_php.ini on my server and use it to access the API via my 
> serverside application.
>
> Do I need to do a thing now, or am I good? The information in the email 
> and in the blog post does not make it clear, neither does the README of the 
> PHP SDK.
>
> Best
> Marco
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/63be2bfe-72df-442f-ac1a-389e8f456835n%40googlegroups.com.


google-ads-api php upgrade

2021-08-26 Thread Guillaume Thomas
Hello,

I currently use v6 of Google Ads API and I've been warned that it will soon 
be deprecated and unusable.

I've read this page 
https://developers.google.com/google-ads/api/docs/version-migration#top_of_page 
but I don't know exactly how to upgrade to v8.

The library was previously installed with composer, so do I just have to 
replace composer.json and run composer install or is there something else 
to do ?

Do you know any tutorial that could help me upgrading ?

Thanks a lot.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8800ea78-7769-42b0-8c69-f626a0df61e3n%40googlegroups.com.


Re: Get keywords from ad

2020-03-20 Thread Guillaume Thomas
Hello,

Thanks, but what I want is to get directly the keywords in my website when 
the user visit it.

Le vendredi 20 mars 2020 15:28:09 UTC+1, adsapiforumadvisor a écrit :
>
> Hi Guillaume,
>
> The closest thing you can do is run the Ad Performance Report 
> 
>  
> and use the fields CriterionId and CriterionType. These fields will give 
> you the criteria that triggered the ad. These include keywords but can also 
> be linked to other criterion types.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UXVhMa: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/8aef5ae4-515c-4569-b672-31ad8cd0fbe7%40googlegroups.com.


Get keywords from ad

2020-03-20 Thread Guillaume Thomas
Hello,

I'd like to know when a user click on an adwords ad to go to a website, if 
it is possible, on the website visited, to get the keywords linked to this 
ad, using adwords API.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e924b088-df44-444e-b3ac-6658dc42bb79%40googlegroups.com.