RE: Manage the relationship between accounts

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Upon checking, the error that you are encountering seems to be related more to the client library. You can reach out to the php client library owners through this link in Github as they are better equipped to assist you for this matter. R

Re: Actual Campaign Status

2019-04-10 Thread cv
Can you please give me example how I can use? I am not finding any. Thanks, On Thursday, 11 April 2019 00:37:30 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > I am able to see the code snippets you have shared. Since the > campaign.status >

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Thank you for the reply. Now I am stuck up with another issue. When I am splitting up into multiple groups and uploading it into the same userlist, is there any way to identify how many userids have been uploaded altogether into the userlist before Google does Hashmapping with their list? As of

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Thank you for the reply. Now I am stuck up with another issue. When I am splitting up into multiple groups and uploading it into the same userlist, is there any way to identify how many userids have been uploaded altogether into the userlist before Google does Hashmapping with their list? As o

Re: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Thank you for the reply. Now I am stuck up with another issue. When I am splitting up into multiple groups and uploading it into the same userlist, is there any way to identify how many userids have been uploaded altogether into the userlist before Google does Hashmapping with their list? As of

Re: How to get created location/ affiliate location extensions?

2019-04-10 Thread Nhật Bảo Trần
Hi Bharani, I associated the Affiliate Locations to the AdGroup, so that when I use FeedService.get(), I can't find any Feed. However, when I use AdGroupFeedService.get(), I can get the matchingFunction with the chainId. Can you help me to get the list chain from chainId? Thank you very much. O

RE: Need to find Search results of multiple keywords

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Neetu, Unfortunately, there is no AdWords API service supports the fields that you mentioned. Please let me know if you have further questions. Regards, Ejay Google Ads API Team On 04/10/19 19:10:22 neetuvarshne...@gmail.com wrote: Hello Ejey, I am getting this result from "Custom Search

Can an Audience in Google Ads account be shared with another Google Ads account using the Google API?

2019-04-10 Thread Bryan Holladay
I am needing to know if with the Google Ads API if you can share audiences between google ads accounts. I already know that with MCC manager accounts you can share audiences. What I want to know is that with the API can those audiences be shared outside the MCC account area on a developed platf

Replicating the AdWords API CRITERIA_PERFORMANCE_REPORT Using the Ads API

2019-04-10 Thread John Kushmerick
Hi, We have been using the AdWords API for several years now and are looking to transition to the Ads API, since there are no new versions of the AdWords API being released. One of the big issues that we are running into is that there doesn't seem to be a straightforward way to replicate the Ad

Re: FeedItemTargetService

2019-04-10 Thread rishabh Mahrsee
Hey Bharani, Thanks for you suggestion we tried doing the same. We added a custom data feed to campaign and made adGroups inside this campaign with specific feedItems targeted to adGroup. But we have numerous instances where a feed item that was targeted in one particular adGroup, is showin

Is There a Way to Get Call Status & Call Start / End Times for Phone Call Ads Using the Google Ads API?

2019-04-10 Thread John Kushmerick
Hi, Is There a Way to Get Call Status & Call Start / End Times for Phone Call Ads Using the Google Ads API? I see that Call Duration is available, but I was hoping to replicate the data that was available in the CALL_DETAILS Report in the AdWords API. Thanks in advance for you help. Best, Jo

RE: FEED_ITEM_REPORT with Ads API

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The Placeholder Type is returned through the Placeholder Report or with the Feed Services in the legacy API. The equivalent for this would be feed_placeholder_view.placeholder_type

RE: Quotas?

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Fabian, Apologize for the confusion. I was referring to the Request and Response logs which triggered the error. Thanks, Bharani, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~

Re: [7-7885000025961] get reports from different accounts

2019-04-10 Thread uatetracom3
Hi! What I want to get from report - for example: campaign | source| medium | term | clicks| pay (cost) test 1 | test_sour | test_med| test_term | 50| 160 test 1 | test_sour2| test_med2 | test_term2| 42| 260 test 1 | test_sour3| test_med3 | te

RE: Migration to Google Ads API - Get list of all accounts under MCC

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You won't be able to return the customer ID that your refresh token comes from. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You are right about the issue. The DatabaseError.CONCURRENT_MODIFICATION error occurs when multiple processes are trying to update the same entity at the same time. Adding delays would be

RE: when to use $metrics->getValue();

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, You will be able to check the type URL for each metric to see the type of value that is being returned. Let me know if you have any other questions. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: migrate from responsiveDisplayAd to multiAssetResponsiveDisplayAd

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello TuyenVu, The table in the blog post will help you understand on how the entities are changed in the Google Ads UI and the API. The ads will be returned as multiAssetResponsiveDisplayAd. Both APIs will continue to return performance statistics for the deprecated ad types. The changes are ef

RE: How to partiotion google shopping adgroups (Python)

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, Thank you for sharing the logs. The error indicates that you're missing the CaseValue. Each immediate child of a subdivision must have a caseValue of the same ProductDimension subtype. Only the root node doesn't have a caseValue. Please check this guide

RE: Actual Campaign Status

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I am able to see the code snippets you have shared. Since the campaign.status represents the ENUM value of the status. You have to get the field name type CampaignStatus

RE: Video Whitelist

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, This feature is not available via API and no such whitelisting is available. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

RE: I want to get only the Enabled data.

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dev, Look slike there is another thread opened for the same concern. You could continue the discussion on this that thread to avoid confusion and for better tracking. Regards

RE: How to get created location/ affiliate location extensions?

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If you're using AdWords API, you will be able to use the FeedService.get() to get the Affiliate Locations details. If you're using the Google Ads API, you will be able to use the Feed object to pull the details. Please check

Re: increase API number of requests quota

2019-04-10 Thread F B
Yes it is possible! Went through the same trouble. You have to apply for standard access in your API Section of the Ads Account. Cheers Fabian On Wednesday, 10 April 2019 16:12:10 UTC+2, Didier Roy wrote: > > Hello > > we need to make à lot of request because of our big number of campaign / >

Re: Quotas?

2019-04-10 Thread F B
SOAP logs? :) I thought one of the major selling points of the new Ads API was Rest instead of SOAP? On Wednesday, 10 April 2019 17:46:43 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Fabian, > > Thank you for pointing this out. I have shared this feedback with the > team. Please share the

RE: difference in data of Keywords_Performance_Report downloaded from API and Google-ReportsUI

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Harish, I will need to take a look at your account. Can you please *reply privately to author *the CID of the first account? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.google

RE: Query campaigns and metrics, segmented by the Geographic location

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Karam, You will be able to use the report query as below to pull the metrics data. "SELECT geographic_view.country_geo_target_constant, metrics.all_conversions, metrics.clicks, metrics.ctr, campaign FROM geographic_view" Let me know if you have any other questions. Regards, Bharani,

RE: Quotas?

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Fabian, Thank you for pointing this out. I have shared this feedback with the team. Please share the API SOAP logs if you still need assistance with the previous issue. Regards, Bharani, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

FEED_ITEM_REPORT with Ads API

2019-04-10 Thread cv
Hello, I am not able to get segments.placeholder_type using feed_item_target resource. Failure: {"errors":[{"errorCode":{"queryError":"PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE"},"message":"Cannot select or filter on the following segments: 'segments.placeholder_type'(could not support r

Re: GAQL: Filter CustomerClients by Impressions

2019-04-10 Thread Michael Ladewig
Hello Bharani, thank you for your feedback. So I fetched a list with all the accounts in my main account an tried to get metrics for all of them. Unfortunately, I get an error, if the requestet customer is a Manager. def getListOfActiveAccounts(self, allAccounts, metric="Impressions", limit=

RE: Quality Score History

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bala, Historical Quality Scores are not supported for ads using the API. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://de

increase API number of requests quota

2019-04-10 Thread Didier Roy
Hello we need to make à lot of request because of our big number of campaign / ad groups / ad groups criterions / ad group bids multipliers we are making request by 1000 operations except for ad group criterion where 8 seems to be the maximum. nevertheless we get this message Failure: {"errors

Re: Actual Campaign Status

2019-04-10 Thread cv
Hi, My Reply is automatically get deleted when I try to post query. Any Idea how I can put the code? Thanks, On Wednesday, 10 April 2019 18:11:46 UTC+5:30, cv wrote: > > Hi, > > How I can get Actual Campaign Status when I run the query. > > For example I need campaign status in words like ENA

Re: [0-7203000025673] Manage the relationship between accounts

2019-04-10 Thread Непомнющий Александр
Hello Dave, I'm trying to use code to link Adwords accounts. I get 500 error from server. require __DIR__ . '/vendor/autoload.php'; use GetOpt\GetOpt; use Google\Auth\CredentialsLoader; use Google\Auth\OAuth2; use Psr\Http\Message\ServerRequestInterface; use React\EventLoop\Factory; use React

Re: Actual Campaign Status

2019-04-10 Thread cv
I was running a query like this SELECT campaign.name, campaign.status, segments.device, metrics.impressions, metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.cost_micros FROM campaign WHERE segments.date DURING LAST_30_DAYS And I am using $googleAdsRow->getCampaign()->getStatu

Actual Campaign Status

2019-04-10 Thread cv
Hi, How I can get Actual Campaign Status when I run the query. For example I need campaign status in words like ENABLE instead digits like 1, 2 Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=

Re: THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-04-10 Thread Oksana Sulyma
Hi there, I'm still waiting for an answer to my questions above: I'm speaking of THIRD_PARTY_REDIRECT_AD ads. Are you saying that for this Ad Type there is no opportunity to pull Ad Image Preview ? No way to get it from API reports, is this correct ? Same as no way to pull from API endpoint (f

Re: Need to find Search results of multiple keywords

2019-04-10 Thread neetu varshney
Hello Ejey, I am getting this result from "Custom Search JSON API" . 1. searchInformation: 1. formattedSearchTime: "0.46" 2. formattedTotalResults: "16,100,000" 3. searchTime: 0.460398 4. totalResults: "1610" is there anything in google adword api, which provide

DatabaseError.CONCURRENT_MODIFICATION

2019-04-10 Thread ci . wbdigital
Hi Team, We are currently trying to upload UserList into GoogleAds Manager Account userListService.mutateMembers via Java API and it works fine when I try to upload 1 list into the audience list but its failing with [DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.ca

Video Whitelist

2019-04-10 Thread contact
I have one query regarding my video campaign. I have create one video campaign in my Adword account, my client wants to whitelist that video placement websites (List of the website where my video will run). Can you plz let me know is their any way for that. I want that to be done using an API

I want to get only the Enabled data.

2019-04-10 Thread carelabs . dev
Why am I getting only Enabled data using "new Predicate ('Status', PredicateOperator :: IN, [CampaignStatus :: ENABLED])", but also getting Paused? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=

migrate from responsiveDisplayAd to multiAssetResponsiveDisplayAd

2019-04-10 Thread Tuyen.Vu
Dear develop's team, I see in this link https://ads-developers.googleblog.com/2019/02/changes-to-responsive-ads-in-adwords.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+GoogleAdsDeveloperBlog+%28Google+Ads+Developer+Blog%29 In your editor, I create new responsiveDisplayAd but w

when to use $metrics->getValue();

2019-04-10 Thread cv
Hi, When we need to use $metrics->getValue(); and when not? Seems like not all metrics are accepting this. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

How to get created location/ affiliate location extensions?

2019-04-10 Thread Nhật Bảo Trần
I can't find ExtensionType of location/ affiliate location extensions so that I can't build a selector to query. I'm using java to call google API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=

RE: Can't get account spend data through Adwords API (v201809)

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, If you are using AdWords API report , kindly provide the customer ID and the complete report definition via *Reply privately to author* for the month of March and for the month of April where you weren't able to get the spend d

RE: Need to find Search results of multiple keywords

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Neetu, The sample response for the TargetingIdeaService looks like the one seen in section . However, I

Re: Internal error occurred when getting feed mappings using google ads api

2019-04-10 Thread Dongqi Wang
i can get the result now. thank you for your help! On Monday, April 8, 2019 at 1:07:51 PM UTC, googleadsapi-forumadvisor wrote: > > Hello Wang, > > This issue has been resolved. Could you please give this a try and let me > know if you're still facing an issue? > > Thanks, > Bharani, Google Ads

RE: AdWords API: Python2 -> Python3 which library to use?

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Matthias, Thank you for contacting support. However, since your concern is more related to the Python client library, you may reach out to the client library owners directly via this link as they are better equipped to assist you rega

Re: Can't get account spend data through Adwords API (v201809)

2019-04-10 Thread lzjblinker
Revise: “The API can't get the spend data until 4.1-13pm, and still can't get the data which occurred in March." 在 2019年4月10日星期三 UTC+8上午6:06:19,lzjbl...@gmail.com写道: > > Hi all, > Recently, I find that i can't get the account spend data > which occurred in March. This account is used to cre

Re: Need to find Search results of multiple keywords

2019-04-10 Thread neetu varshney
Hello Ejay I already used Google keyword planner tool, provides keyword ideas like CPC, SEARCH_VOLUME,COMPETITION etc, But i need Search Results like -- 1. searchInformation: 1. formattedSearchTime: "0.46" 2. formattedTotalResults: "16,100,000" 3. searchTime: 0.460398

Re: Quotas?

2019-04-10 Thread F B
Okay, I think I finally understand. The documentation is missleading/*wrong* when it comes to limits: *Ads:* In the Ads Api Access Level and Permissible Use it is stated that for Basic access, one has: - Daily Request Limit:

RE: Need to find Search results of multiple keywords

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Neetu, Could you confirm if what you meant for "*get the google search results of multiple keywords*" is similar to the *Keyword Planner* which gives you keyword ideas that relevant to your product, service, and target customers? If yes, You can achieve similar goals in the AdWords API with t

RE: [3-3096000026094] Google Ads Api giving 401 unauthenticated

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. As for Google Ads API, the OAuth2 Playground is only used to generate tokens . If you wish to get all the customers that are accessible to the user authenticating the call, it can

Re: Quotas?

2019-04-10 Thread F B
I now decomposed the request into fewer operations (10 per chunk). So that the response won't be cut off. After 2 chunks of 10 mutate operations each I get "google.ads.googleads.v1.errors.googleadsfailure-bin": "\n0\n\u0002X\u0002\u0012*Too many requests. Retry in 12411 seconds.", *-> Retry in

AdWords API: Python2 -> Python3 which library to use?

2019-04-10 Thread Matthias Baader
Hi, a few days ago, you announced the deprecation for Python 2 in both the AdWords/Google Ad Manager and Google Ads Python client libraries soon in 2019: https://ads-developers.googleblog.com/2019/04/python-2-deprecation-in-ads-api-client.html In the AdWords-API library linked there, you'll f

RE: How to get search results from Radius Targeting or any other adword API for multiple keywords

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Neetu, Could you confirm if my understanding is correct that you are looking for a way via the AdWords API to retrieve keyword (ideas) based on a specific proximity? If yes, then I'm afraid that this is not possible. What you can do, however, is to retrieve a set of keyword ideas based on a

Need to find Search results of multiple keywords

2019-04-10 Thread neetu varshney
Hello Team, Please suggest me how can i get the google search results of multiple keywords for sing;e API call, I had already used "Custom Search JSON API", But that take only one query(string) at one time and i need to get search results of multiple keywords, so suggest me what should be the ap

How to get search results from Radius Targeting or any other adword API for multiple keywords

2019-04-10 Thread neetu varshney
Hello Team, Please suggest me - How to get search results from Radius Targeting or any other adword API for multiple keywords I am using php, javascript , nodejs -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

How we get google search results of keywords from adword apis, Please suggest m.

2019-04-10 Thread neetu varshney
Hello Team, Please suggest me hoe i can get "Google search results" of keywords from google adword api. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this