Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2025-02-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Amit: YouTube videos enums are currently only allowed for Demand Gen ads. In v19 we'll expose GENERATE_ENHANCED_YOUTUBE_VIDEOS, which is allowed for PMax campaigns and controls generation for both shorter and vertical videos. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:r

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2025-02-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Amit: https://developers.google.com/google-ads/api/performance-max/assets Key Point describes the process if you want to set TEXT_ASSET_AUTOMATION to OPTED_OUT. I just pinged the PMax team about the other two settings and whether they will be applicable to PMax in the next release. This messag

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2025-02-06 Thread Amit Tomar
Could you please provide an update on the API support for automated assets in Performance Max campaigns, particularly regarding the TEXT ASSETS option and the issues with GENERATE_VERTICAL_YOUTUBE_VIDEOS and GENERATE_SHORTER_YOUTUBE_VIDEOS settings? On Saturday, December 14, 2024 at 1:15:05 AM U

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2024-12-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Peter: Pete: My colleagues on the Performance Max and Campaigns did not have an answer and it is now with the assets team. I just pinged the manager there for an update. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:ref" (ADR-00188843) Thanks, Bob Hancock Google Ads AP

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2024-12-12 Thread Pete Lavetsky (AdWords API Guru)
Any update to this? Last response from Google 8 days ago. We're facing the same issue. Are Opt In / Opt Out for GENERATE_SHORTER_YOUTUBE_VIDEOS and GENERATE_VERTICAL_YOUTUBE_VIDEOS whitelisted? asset_automation_settings { asset_automation_type: TEXT_ASSET_AUTOMATION asset_auto

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2024-12-02 Thread Ramanajee
I'm also facing the same as above for both Vertical and Sorter YouTube video settings. is there any solution for this ? Thanks, Ramanajee On Tuesday, 29 October 2024 at 18:15:54 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi: > > I'll consult with a colleague on the Performance Max team and

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2024-10-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi: I'll consult with a colleague on the Performance Max team and get back to you. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:ref" (ADR-00188843) Thanks, Bob Hancock Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2024-10-29 Thread Susmit Kumar Mishra
I am using the newly introduced (v18) AssetAutomationSetting . This allows for opting out from: GENERATE_VERTICAL_YOUTUBE_VIDEOS, GENERATE_SHORTER_YOUTUBE_VIDEOS, however when these attributes

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-09-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Currently, you can only opt in or out via the UI. In a future release you will be able use the API to report on whether system create created assets are enabled for a campaign and you will be able to filter by system created vs user supplied. I don't have an exact timeline. Each release of our

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-09-21 Thread Nick Hall
Hi, I also have a question about API support for Automated Assets . Per this doc (About automatically created assets - Google Ads Help ),

RE: google ads api php client library, where to place google_ads_php.ini file in server ?

2023-09-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. It seems like your concern is more on the code implementation / integration of the PHP client library. That said, I would recommend reaching out to the developer who maintains our Client libraries PHP (Github Issues) in the link below. A

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-07-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thank you for your clarification and the screenshot you have provided. Upon checking you may change the Final URL setting via API by changing the url_expansion_opt_out field of the campaign. Please refer to this documentation for more information(https://developers.google.com/googl

RE: Google Ads API PHP example Getcampaign: what exactly is the customer ID?

2022-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. We are glad to help you with your concern. “Is it the 10-digit account ID of the account we wanna get campaigns from?” >> yes you are correct. The client customer ID is the account number of the >> Googl

RE: Google Ads API - PHP

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for raising your concern. I understand that you’ve encountered the error 'authorization_error'. Please note that our team does not have the authority to provide access for developer tokens. Our token review team will contact you if they need more information, but you can also

RE: google-ads-api php upgrade

2021-08-31 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. I'm afraid that our team doesn't have any visibility with composer. What we can provide is to upgrade the API using the Client library as stated on this guide. Regards, Mark Kevin Albios Google Ads API Team ref:_00D1U1174p._5004Q2Mj1Do:ref -- -- =~=~

Re: Google Ads API PHP client reported invalid_grant error

2021-06-08 Thread Google Ads API Forum Advisor
Hi, I work with William and let me provide support to your concern. To give more details about this error, this signifies that the access or refresh token being passed in your request is incorrect or invalid. Please note that the email address used to generate those credentials should have the

Re: Google Ads API PHP client reported invalid_grant error

2021-06-08 Thread hailong zhou
Hi William, I created another test account and the call was successful, but the production account call fails The following is my test account call successful content # php GetCampaigns.php --customerId=3602938739 Campaign with ID 13322273954 and name 'App promotion-App-1' was found. [2021-06-0

RE: Google Ads API PHP client reported invalid_grant error

2021-05-24 Thread Google Ads API Forum Advisor Prod
Hi Hailong, Thank you for bringing this issue to our attention. In looking voer the docuemnts, I want to just make sure that you have done the following items. As it looks like there has been an erroro in setting up the account which is why you would get this. Have you checked to make sure tha

RE: Google Ads API PHP with Laravel: LogicException

2019-04-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The issue is more towards the php-client libraries. I recommend you to post your questions here by creating a new issue. Our client library owners are better equipped to handle this. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=