Re: How do I set optimization goals using apis

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Good day to you. I am glad to hear that my colleague Jinky helped you with your concern about optimization goals using api. If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you f

RE: Create Image asset same image

2022-06-26 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. Kindly note that for the Image asset types, if an asset with a different name having the same content already exists then the asset uploaded will be silently dropped. The behavior you’ve observed is working as expected. This also mention

Cannot change the bidding strategy to Maximize Conversions

2022-06-26 Thread Ankit Pradhan
Hi, I am using google ads api for updating bidding strategies. If the bidding strategy is already maximize conversions, I can change it to manual cpc, target cpa or target impression share using the Google Ads api but the vice versa is not happening. Can anybody help me out here on how to proc

Re: Curl command to pull mentioned dimensions and metrics

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Saurav, Thank you for getting back to us. I work with Matt and allow me to assist you here. Upon checking your concern, you said that you encountered an error when you tried to add metrics and the error you are getting is an incorrect attribute. However, so our team further investigates yo

RE: Google ads api Test accounts

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. Could you confirm if you are creating a client test account using UI? If yes, you can instead create a client test account using Google Ads API by referring to this sample implementation. Let me know if you have further questions. Regards, Ernie John G

RE: Retrieve disapproved assets in all RSA ads

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel, Thank you for raising your concern to my team. To provide insights to your concern, you can use the ad_group_ad_asset_view as it can return the information that you are looking for. You can include the attribute fields of the following resources to the ad_group_ad_asset_view report:

RE: Recommended Python library for Oauth

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miguel, Thank you for raising this concern to the Google Ads API team. With regard to your concern, it seems that this is more of a client library concern. That said, I would suggest reaching out to the Python client library owners by posting your concern in this Issue Tab in Github as they

RE: Invalid customer ID for service account

2022-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alley, Thank you for updating us that this issue has been resolve. With regard to, "The Ads API requires it to be only numeric, so the dashes need to be stripped out.", this is indeed correct. When specifying your customer ID in your request, you should note that you need to remove the hyphe

Re: Invalid customer ID for service account

2022-06-26 Thread Alley
This is solved. For others that get here, it was simple: The other APIs like Analytics take customer ID as they present it on the site, "xxx-xxx-." The Ads API requires it to be only numeric, so the dashes need to be stripped out. On Sunday, June 26, 2022 at 5:07:07 PM UTC-5 Alley wrote: >

Re: Invalid customer ID for service account

2022-06-26 Thread Alley
More debug: - Carefully read docs, realized service accounts can only communicate with the Ads API via impersonating a user - Added domain-wide delegation in Workspace for the service account, scoped to https://www.googleapis.com/auth/adwords - The JWT now included sub with the em

Google ads api Test accounts

2022-06-26 Thread wcx wcx
You cannot create a test client account while logged in to your test manager account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Retrieve disapproved assets in all RSA ads

2022-06-26 Thread 'Daniel Haberman' via Google Ads API and AdWords API Forum
Hi, I want to retrieve all disapproved assets in all my RSA ads, as well as the reasons for the disapprovals. I want to return the columns customer, campaign, campaign status, ad group, ad group status, ad id, ad status, ad type, asset id, asset text, asset disapproval reasons. Not sure which

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-26 Thread sealytic...@gmail.com
Hello, No, 6096591137 is gotten from listAccessibleCustomers and then based on this response, hiearachy is built. And 3587098959 is gotten from this hierarchy. I already sent the logs but I am sending it again. Thanks On Friday, June 24, 2022 at 5:15:46 PM UTC+3 adsapi wrote: > Hello, > >