Regarding the recommendation provided by Google at Campaign Level

2020-09-07 Thread Pankaj Kumar
Hi Team, I would like to find out the percentage provided by Google for recommendation at campaign level. From the Google API, it now shows the base and potential metrics but it does not show the percentage for Keywords and Targeting, ADs and Extensions, Bids and Budgets. PFA screenshot for

Campaign Statuses

2020-09-07 Thread Somnath Jadhav
Hi Team, Hope you all are doing well. I have query regarding campaign statuses. *Campaign Statuses in google ads Account UI*: 1. Eligible 2. Paused 3. Removed 4. Ended 5. Pending 6. Eligible(Misconfigured) 7. Eligible(Limited) 8. Eligible(Learning) 9. Not eligible *Campaign Statuses from google

Re: Billing problem when trying to enable Google Ads API

2020-09-07 Thread Roman Akhtariev
I created a new project and a new billing account but the problem still exists new Tracking number: c7177652421928959 On Monday, September 7, 2020 at 5:48:37 PM UTC-7 Roman Akhtariev wrote: > The attached screenshot is what I see when trying to enable it > > Tracking number: c2431369910748075

Re: Confusing documentation and I am lost

2020-09-07 Thread Harshad GoogleAds
Yaa, True that. Maybe they want to test our comprehension skills. BTW have figured out the way get reports in excel, I am stuck there. It would be great if could send a sample code On Monday, September 7, 2020 at 7:52:16 AM UTC+5:30 ste...@sparkwaymedia.com wrote: > This confused me as

Google Ads API - UserListService in Python

2020-09-07 Thread SR
This is regarding the Python code structure on implementing the user list (UserListService) using Google Ads API *Sample JSON structure of rule_based_user_list in Adwords API:* {'rule_based_user_list':{"prepopulation_status":"REQUESTED",

Re: How is the metric search impression share aggregated?

2020-09-07 Thread Aram Maliachi
Thanks! On Friday, September 4, 2020 at 1:56:58 PM UTC-5 adsapiforumadvisor wrote: > Hi Aram, > > Thank you for reaching out. Doing the total search_impression_share > calculation is not simply adding up the individual search_impression_share > and having it divided by the number of items. For

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-09-07 Thread Tarannum
can any of you can update on this? Pratik do you find some way to achieve this. Please help us I am also struck in same case. On Friday, June 19, 2020 at 10:05:21 PM UTC+2 adsapiforumadvisor wrote: > Hi Pratik, > > Apologies for my delayed response. You should not need to provide a > Customer

callOnlyAd CANNOT_SET_FIELD error response

2020-09-07 Thread denma test
I can create callOnlyAd Ad type using API, but getting error while using finalUrl, customParameter, getting below error. Array ( [status] => error [message] => Error in ad creation [data] => Array ( [errorResponse] => [AdError.CANNOT_SET_FIELD @ operations[0].operand.ad.finalUrls,

Search campaign with Dynamic ad target and Ad extensions

2020-09-07 Thread denma test
Hi I have created Search campaign with Standard, Dynamic AdGroup types along with Dynamic, Responsive search ad formats, may i know how to add "Dynamic Ad targets in ads", "Ad Extensions" in campaign level. For reference attached screenshiots. -- --

Re: Ad Performance Report missed data when CriterionId is included

2020-09-07 Thread 'Dmitry Kozyrev' via AdWords API and Google Ads API Forum
Hi Mitchell, Sorry for the late reply. Unfortunately I did not receive the permission to share that data. But recently we ran into a similar issue (for another customer): curl --http1.1 \ --header "Authorization : Bearer {AuthorizationToken}" \ --header "developerToken :

Re: Do upcoming changes to Search Term UI report impact the API report

2020-09-07 Thread jessic...@supermetrics.com
Great - thank you for confirming! Jessica On Friday, September 4, 2020 at 6:38:05 PM UTC+3 adsapiforumadvisor wrote: > Hi Jessica, > > Thank you for reaching out. We got the updated information. Starting > September 2020, the search terms report only includes terms that a > significant number

400 Bad Request: invalid_grant

2020-09-07 Thread Андрей Ласевичев
Hello! The reasons why you may receive an error: POST https://www.googleapis.com/oauth2/v4/token` resulted in a `400 Bad Request` response: { "error": "invalid_grant", "error_description": "Bad Request" } Appears selectively. Someone POPs up, someone without errors. I noticed that the token

Search terms and final urls

2020-09-07 Thread Suraj Chopade
Hi Team, As per my understanding we can set final urls at keywords and ad level. When user type search query if he see ads and if there is keyword match with search query and if keyword has final url set then that will take more precedence than ad level url. In case if there is no url

API for google display ads

2020-09-07 Thread Linda
Hi! I am wondering if it is possible to create display ads with creatives gathered directly from a website using API? And will it be possible for the creatives to change information live, such as price and description, the same way as with API for Google shopping Ads? -- --

The caller don't have permission

2020-09-07 Thread Jitendra Kumar
I am getting error message "The caller don't have permission". when we are try to access other account's customer_client Which are authorized with my account by oauth2 webflow. we are using Services.V2.GoogleAdsService Class for get customer_client list. -- --

Re: AWQL query Python List Variable

2020-09-07 Thread Green Leaf
Hi Mat All sorted. Thank you for your time and patience. You’re a legend. I really appreciate your help. On Friday, September 4, 2020 at 9:29:31 PM UTC+12 Mat wrote: > Hi Green Leaf, > > according to your example above, you should not pass the list > "list_of_keywords_counted" but the

Google Ads API trying to mutate Ads that don't exist

2020-09-07 Thread Tadhg Deeney
Hi team, I'm having an issue within 1 account in particular using the API. When I try to delete ads I pull the list of enabled & paused ads from enabled & paused ad groups within enabled Campaigns & it receives ads that don't exist within the target ad group. This causes the batch to fail when

Re: KeywordPlanIdeaService response "text" does not match the give keyword

2020-09-07 Thread masa hassy
I think should response with the given keyword!! 2020年9月4日金曜日 23時38分44秒 UTC+9 adsapiforumadvisor: > > Hi Masa, > > Thank you for reaching out. This is normal as some words may be split to a > few words but they refer to the same meaning and the historical metrics are > the same. The returned

How to get Authorized Client Ad accounts lists

2020-09-07 Thread Tarannum
Other Client authorize OAuth2 via Google Sign-in with scope=https://www.googleapis.com/auth/adwords. After Authorization I want to get the Authorized Client's Ad accounts. But I am getting error message "The caller don't have permission". Can anyone help me what more need to be included in scope