Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
> > Hi Thanks for the quick response. 1. We access_token i have been getting the right way itself, which is recommended by the AdwordsApi document https://developers.google.com/adwords/api/docs/guides/authentication . I am using the test developer token, is that an issue ? 2. Regarding the

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Hi Thanks for the quick response, Hi Thanks for the quick response. 1. Access_token i have been getting the right way itself, which is recommended by the AdwordsApi document https://developers.google.com/adwords/api/docs/guides/authentication . I am using the test developer token, is that a

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Error msg i get now is this one below: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Preconditions at com.google.api.ads.common.lib.auth.OfflineCredentials$Api.(OfflineCredentials.java:89) at com.google.api.ads.common.lib.auth.OfflineCredentials$Api.(OfflineC

Re: what does the param '-c' mean? How can i get it?

2020-04-21 Thread 'David Wihl' via AdWords API and Google Ads API Forum
> 2. ‘_c’ is the read command from the background bash request. You don’t need to worry. Just to clarify, '-c' allows the user to specify a customer_id on the command line, ie. $ python examples/basic_operations/get_campaigns.py -c 1234567890 On Monday, April 20, 2020 at 12:27:25 PM UTC-4,

Re: How do you update the text of a Keyword

2020-04-21 Thread LP AI
This did not seem to be possible and in the end we had to delete the keyword and create a new one. On Wednesday, 4 September 2019 17:02:02 UTC+2, LP AI wrote: > > Is it possible to update the keyword text via the API? We are using the > PHP examples and we have seen this > > > https://developers

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Can anyone help on my issue mentioned above, i have to complete this as soon as possible. Fine with anyone of the issues, either HTTP call or using AdWord API libraries. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Adwords API Video campaigns

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi Evan, Thanks for reaching out. Currently, I can confirm that both AdWords and Google Ads API can only pull reports for video campaigns and are not able to mutate video campaigns. I would recommend keeping an eye on our blog, where we will announce and keep you updated on the newest releases

Need Campaign Id/Name, Ad Group Id/Name, and Ad in Fewest Calls

2020-04-21 Thread Shannon
I am working on an integration where my primary concern is retrieving Expanded Text Ads for an account and having our app edit them. The Ad Services calls are ok, but I need to get Campaign Id/Name and Ad Group Id/Name when storing them in our system for friendly user display in our app. The

RE: How do you update the text of a Keyword

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi LP, Thank you for reaching out. The keyword text is immutable. Even if you update the keyword text in Google Ads UI it removes the existing keyword and adds the keyword with a new criteria Id. The workaround is to remove the existing keyword and create a new one. Please let me know if you ha

RE: How to get eviden text or detail of disapproved ad/extension

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi Martin, Unfortunately, not all this information can be obtained via the API. You can use the AdGroupAdPolicySummary to get as much info on why your ad was disapproved using the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaRipS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error on NON-adwords express campaign.

2020-04-21 Thread Mario Rial
Hello, I am getting the error OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT when trying to execute a mutate operation with the AdGroupAdService on a regular ExpandedTextAd. The campaign is a regular Search campaign and I couldn't find any different about that campaign or ad. I'

RE: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hello, Using a test developer token should not be an issue if you are making calls against a test account. With regards to the error you are receiving, the issue appears to be related to the Java client library. I suggest you reach out to the client library owners as they will be better equippe

RE: User List maintenance using Google Ads API

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Thank you for reaching out. Please see my answers to your questions below: I can't speak on the timeline of Google Ads API. Please keep an eye on our Developer Blog for information on upcoming changes and future releases. You can create a UserList in Google Ads API by following one o

Re: Need Campaign Id/Name, Ad Group Id/Name, and Ad in Fewest Calls

2020-04-21 Thread Shannon
Solved. FYI, you can get everything needed for this scenario using the Ad Performance Report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: Limits on the "Budget Order Service" method

2020-04-21 Thread Сергей Кузнецов
Hi, thanks for the answer! Then there is such a question: We work with more than 1000 accounts and we want to receive relevant information on the current budgets of these accounts. How then should we work with these limits? Obviously, with the number of accounts more than 1000, we will not

Re: what does the param '-c' mean? How can i get it?

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. For your first question, You can use the report to list your negative placements. For your second question, if you're using AdWords API, you may find the list of supported report types for Universal App campaigns here. The UniversalAppAd ad type was added in v201

RE: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error on NON-adwords express campaign.

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi Mario, Thanks for reaching out. The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error is triggered when the attempted operation cannot be performed through the API. Could you please share the complete detailed request and response logs of the call via Reply privately to the author so that

Url Performance Report Mapping in UI

2020-04-21 Thread Talha Khan
Hi, I read the documentation https://developers.google.com/adwords/api/docs/guides/uireports to find out, how the reports are mapped in UI. But still could not figure out how can I generate Url Performance Report from Google Ads UI. The documentation looks old, can you please help me with the la

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Thank you, I will do that. How about my error when i make an HTTP request call ? Any resolution on that please ? On Tue, 21 Apr 2020 at 21:21, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello, > > Using a test developer token >

Re: Limits on the "Budget Order Service" method

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi, Here are some Best Practices for using the API. These tips should help you with making API calls more efficiently. If you are going to be making a lot of calls for all these accounts, I'd recommend applying for Standard access. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZYCp

Is there a reason we are unable to get Bid_modifier metrics in connection demographic criteria such as Age, Gender, Paretal Status, Geo, audience, etc...

2020-04-21 Thread 'James Nixon' via AdWords API and Google Ads API Forum
Is there a reason we are unable to get Bid_modifier metrics in connection with demographic criteria such as Age, Gender, Parental Status, Geo, audience, etc... The UI clearly connects these and has them available in the built-in demographic dashboards. But the Google Ads API will not allow them

Re: Limits on the "Budget Order Service" method

2020-04-21 Thread Сергей Кузнецов
Hi! How can the standard access level help us if it has the same limit on 1000 get requests per day? Or does the restriction on get requests not apply to the "BudgetOrderService" method? вторник, 21 апреля 2020 г., 23:21:28 UTC+3 пользователь adsapiforumadvisor написал: > > Hi, > > Here are s

How to fetch “demographic combinations” report via Google Ads API?

2020-04-21 Thread 'James Nixon' via AdWords API and Google Ads API Forum
I see the demographics -> Combinations report in the UI. How can i get this through the API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

How to fetch the Bid. Adjustments at a demographic level in combination with demographic metrics such as clicks and cost in the Google Ads API

2020-04-21 Thread 'James Nixon' via AdWords API and Google Ads API Forum
In the UI it exposes different demographic reports (Age, Gender, Parental Status..etc) that show demographic metrics such as cost, clicks, conversion, but it also has bid. adjustments. How can i get the same information from the Google Ads API and include bid adjustments? -- -- =~=~=~=~=~=~=~

Re: User List maintenance using Google Ads API

2020-04-21 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Thanks for the clarification. to continue on the question 3 and 4, could you please clarify my next query as mentioned below: Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove fe

Re: How to check conversion which are imported from GA

2020-04-21 Thread xy sun
Thanks Danica Calusin, I can get data from ExternalConversionSource field. Another question: In UI, for conversions, there is a tab called Webpages, which lists the URLs of pages where you’re tracking conversions. How to get these Webpages from API? [imag