Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Rahul Kumar
Hi Sai, I have a few questions. If it is not selectable from Ad Group Audience View and Campaign Audience View and then why is it mentioned under them. You can check this here: https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance As far as I understand, if a

Re: Need only customerID

2019-06-18 Thread cv
Hello Dannison, I mean here is I am getting different resource names with each search query depends on the nature of the query. For example If I call the Adgroup Resource I have this details customers/{customer_id}/adGroups/{ad_group_id} I need customer_id Same way If I call Customer client or

RE: Get campaign targeting's reach or weekly estimates

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Diogo, Thanks for posting your concern. Currently, getting the traffic estimated reach is currently not possible through AdWords API. Please continue to follow our blog to see when this feature will be supported in AdWords API. Regards, Ejay Google Ads API Team ref:_00D1U1174p._5001UBo0XK:r

Re: Google Ads API campaign.status returns 2,4 but not actual status Values like ENABLED, PAUSED

2019-06-18 Thread cv
Hello Ronak, You can use like this use Google\Ads\GoogleAds\V1\Enums\CampaignStatusEnum; $campaign = $googleAdsRow->getCampaign(); $status = CampaignStatus::name($campaign->getStatus()), Thanks, On Monday, 17 June 2019 19:09:53 UTC+5:30, Ronak Shah wrote: > > Hello, > > We are querying camp

Re: Google Ads API campaign.status returns 2,4 but not actual status Values like ENABLED, PAUSED

2019-06-18 Thread cv
Hello Ronak, You can use like this AdGroupStatus::name($campaign->getStatus()), On Monday, 17 June 2019 19:09:53 UTC+5:30, Ronak Shah wrote: > > Hello, > > We are querying campaign service > to > get list of campaigns > >

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello Dannison, I mean this https://groups.google.com/d/msg/adwords-api/rxy7pR15k4E/xhu7L5V6AQAJ Thanks, On Wednesday, 19 June 2019 10:42:22 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Could you further elaborate the issue you are pertaining to with > deleted/draft accounts? > > Regards,

RE: Private message regarding: how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Sangeetha, My apologies, it was just an expression. :) As for the CustomerSyncService, yes, it is the only service that can be used that can return changes made to your account. However, it is not as detailed as the Change History. That said, could you confirm if you have any additional clar

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi, Could you further elaborate the issue you are pertaining to with deleted/draft accounts? Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAqiuI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~

Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Hoa Mai
Hi Ben, My grpcio version is 1.21.1. When coding through this error, I met some cases that may relate: I am able to use the KeywordPlanService, KeywordPlanCampaignService, KeywordPlanAdGroupService, KeywordPlanKeywordService to create keyword_plan, keyword_plan_campaign, keyword_plan_ad_group,

Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Jamie
I just found the same, thanks much Sai! On Tuesday, 18 June 2019 16:19:15 UTC+1, adsapiforumadvisor wrote: > > Hello Rahul and Jamie, > > Since user_list.name > > > can only be fetched via user_list resource bu

Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Yudi Xue
Can you clarify if we use bidding strategy https://developers.google.com/google-ads/api/docs/fields/bidding_strategy To set target cpa on App campaigns? Thank you! On Sun, May 26, 2019 at 8:49 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Yudi, > > You should

Re: Google Ads API campaign.status returns 2,4 but not actual status Values like ENABLED, PAUSED

2019-06-18 Thread Adrian Lara
Hi, use Google\Ads\GoogleAds\V1\Enums\CampaignStatusEnum; $CampaignStatus = new CampaignStatus(); $status = $CampaignStatus->name($value);// Get CampaignStatus::ENABLE maybe explode('::',$status)[1] On Monday, June 17, 2019 at 10:39:53 AM UTC-3, Ronak Shah wrote: > > Hello, > > We are querying

Re: Missing User location data for one account via API

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Joao, Unfortunately, Google Ads API do not support reporting for App Campaigns via Geo Performance Report. Please keep an eye on our blog for information related to the future releases. The equivalent of Geo Performance Report in Google Ads API is using the GeographicView. You may refer to t

Re: Setting Bid Strategy through API brings up different one in UI

2019-06-18 Thread Vinutha Nayak
Hello Google , With due respect, if you do not have an answer please confirm the same. If this was missed by any chance, then please let me know the answer to the same. I wouldn't want to close this discussion without having a logical conclusion to the query raised. It is really disheartenin

Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Yudi, App campaigns cannot use portfolio bidding strategy created through the BiddingStrategyService. As stated in this guide, you will need to specify the bidding strategy directly when creating the campaign and the bidding strategy you need to use should be based on the goal type you speci

Re: [Google Ads API] Shopping Product Ad Headline Differences

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Kevin, Could you check if you received my response in your private email sent on June 14, 2019? If you are unable to find it, you may refer below for my response : "Thank you for sharing the file. Could you confirm if this was the file generated from the Google Ads API? I asked because the A

Re: Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Jorge Lopez Marcos
Hi! I tried to include those two variables in the report but they returned 0 in all the rows( Which are not empty and the rest of the variables are returned perfectly). I tried other reports with other accounts, and It happend the same. Which is kind strange, I belive that one of the variable

Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Google Ads API Forum Advisor Prod
Thanks Hoa - What version of grpcio are you using? Best, Ben, Google Ads API Team ref:_00D1U1174p._5001UBmzSB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

RE: Create audience with users who visited page that contains XXX

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello, You may refer to the code sample available here to add URLs as the StringRuleItem. Could you please take a look and elaborate on the issues you are facing? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UBnx7X:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: Fetching Audiences Associated with Campaigns and Ad Groups Google Ads API

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Jamie, You could use the campaign_audience_view and ad_group_audience_view resources directly to pull the audience at the campaign and ad_group levels. You may also use the ad_group_criterion and campaign_criterion resources. Could you please give this a try and let us know if you have any i

RE: API Returns "Internal Error" Message

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Kiyoko, Could you please share the request and response logs for the API call to check this further? You can share the details privately via Reply privately to author option. Please check this guide on how to enable logging for PHP client library. Thanks, Bharani, Google Ads API Team ref:

Re: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Ronak, The Customer resource in Google Ads API will give you the required data at the account level data. Please refer to the example report query below: SELECT customer.currency_code, metrics.active_view_cpm, customer.descriptive_name FROM customer LIMIT 100. Let us know if this helps. Rega

RE: Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Jorge, You could use the TargetingAdGroupId and TargetingCampaignId in the PLACEHOLDER_FEED_ITEM_REPORT. Could you please give this a try and let us know if you have any issues? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UBnv3q:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Product partition error in multi level

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Subin, Thank you for sharing the logs. Based on the logs shared, it looks like you're initially creating two SUBDIVISIONs and then adding the UNITs. Please note that a subdivision introduces a new level in the tree, while units are leaves of the tree. It looks like you are adding one SUBD

Re: Audience - UserList - How to get ruleType?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello, The Audience Type: Website visitors are returned when the criteria is filtered based on USER_LIST. You may use the CUSTOM_AFFINITY to pull the Custom Affinity audience. Let me know if you have any questions. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5001UBn6KW:ref -- -- =

Re: Get campaign targeting's reach or weekly estimates

2019-06-18 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
Hi This is now possible? In ADS API? On Wednesday, 2 May 2018 20:00:02 UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Jayson/Ping, > > The Targeting Reach setting in the UI corresponds to the estimate for the > specific Targeting settings for Display Network Ad campaigns. You cou

Re: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Ronak Shah
Hello Nikisha, Thanks for your response! But you haven't mentioned which service we need to use to get the account level data. The example which you referred gives data by campaign but we want the data on account level not o

Re: implement RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2019-06-18 Thread Best Dev
Hi peter, Good day to you! I have already solved that issue. It's working well. Best regards!!! On Tuesday, June 18, 2019 at 9:55:50 AM UTC+8, Best Dev wrote: > > Greetings, Adwords Team! > > I'm trying to implement RelatedToUrlSearchParameter as Targeting idea. > > It's working well with keywor

RE: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Ronak, Thank you for reaching out. Please refer to Account Performance report for the field mapping from Adwords to Google Ads API to fetch the stats. Additionally, refer to this example for querying reports using Google Ads Query Language. Please let us know if this helps. Regards, Nikisha

RE: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Rahul and Jamie, Since user_list.name can only be fetched via user_list resource but not via Ad Group Audience View and Campaign Audience View resource. You will be only able to fetch the data from resources that are shown in the Selectable With section of those resources. Alternatively,

RE: Google Ads script and Adwords API results are different for the same account

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi, I'm Ejay's colleague addressing your concern on his behalf. I was able to check the shared details. Could you please confirm if your concern is about the Keywords Performance Report not returning the details? If so, it looks like you are generating the report for LAST_7_DAYS. Please note th

Create audience with users who visited page that contains XXX

2019-06-18 Thread Tomáš Kunickij
Hello, i am trying to create rmarketing list by rule that URL contains "XXX". I use python. I was not able to achieve that by this samples https://developers.google.com/adwords/api/docs/samples/python/remarketing#create-rule-based-user-lists How can i achieve that please? -- -- =~=~=~=~=~=~=~

Fetching Audiences Associated with Campaigns and Ad Groups Google Ads API

2019-06-18 Thread Jamie
Hi all, I'm trying to obtain all audiences applied to my campaigns and ad groups, including their names, performance, and targeting settings. I've been able to use the UserList resource to obtain all my audiences, but not what campaigns and ad groups they're applied to. Is this possible using

Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Jamie
I'm also having this problem. I have tried downloading all the user lists and matching up along their IDs, but the Campaign Audience View and Ad Group Audience View fields only provide a "Criterion ID" and I am unsure what this relates to. On Tuesday, 18 June 2019 11:06:58 UTC+1, Rahul Kumar w

Re: Manage ServiceLinks using Google Ads API

2019-06-18 Thread Anna Sidlarewicz
Hi Anash, same issue here from python client: -- 2019-06-18 13:10:39,547 [INFO] Request --- Method: /google.ads.googleads.v1.services.MerchantCenterLinkService/ListMerchantCenterLinks Host: googleads.googleapis.com:443 Headers: { "developer-token": "REDACTED",

API Returns "Internal Error" Message

2019-06-18 Thread Kiyoko Hall
Hi all, I use the PHP client library and just got set up to use the Google Ads API. I got to the "First Call: Get Campaigns" steps in the Google Ads API documentation , but when I make the call on the command line, I g

Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Andre Tannus
I'm just hanging back and watching this whole thing unfold for as long as I can. I don't believe there are many casual users of the API. The changes it undergoes (api-breaking changes, deprecation of ad formats, new ad formats, etc...) mean you keep up or keep out. A year may be enough to port

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello John, Yes I know I can get the data that way but earlier API was giving issue to accounts that is deleted/draft accounts. How I can remove those accounts? Thanks, On Thursday, 13 June 2019 02:54:25 UTC+5:30, John wrote: > > Hi cv, > > You should use search requests instead of get requ

Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Ronak Shah
Yes, I completely agree with this! Adwords API has been very robust and stable since past many years and the new version is definitely one of the bad and worst (As per my my experience). The whole migration is not so easy, it would take so many months of work to map the old functions of Adwords

Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Ronak Shah
Hello, How to fetch the ACCOUNT_PERFORMANCE_REPORT using new Google Ads API? Regards, Ronak -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message bec

Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Oliver
Well said. We still can't believe a company with the calibre, reputation and resources of Google can come up with such a comparably poor API for the exact one product that makes them most of their money. We really are at loss as to what to make of this new API. Oliver On Saturday, 15 June 2

Product partition error in multi level

2019-06-18 Thread SUBIN P VASU
Hi, Following are the request to create a product partition with two level. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> REDACTED

Re: Google AdWords Developer Token Approval Email

2019-06-18 Thread Venkat
Thanks, I'll contact them. On Tuesday, June 18, 2019 at 8:47:51 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. My apologies, however, as developer token > approvals are already outside of our scope. You can directly get in touch > with the Compliance Team via this

Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Rahul Kumar
Hi Team, When querying the campaign_audience_view, I am getting the following error: "Cannot select fields from the following resource: 'USER_LIST', since the resource is incompatible with the resource in FROM clause." My Query is: "SELECT segments.date,customer.descriptive_name,ad_group.campai

Problem with PLACEHOLDER_FEED_ITEM_REPORT at the time of finding and extracting a value

2019-06-18 Thread Jorge Lopez Marcos
Hello everyone! I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm interested in extracting the following values: - AdGroup_Id - Ad_Id - Campaing_Id - External_Customer_Id - Feed_id - FeedItem_Id -

Problem with PLACEHOLDER_FEED_ITEM_REPORT at the time of finding and extracting a value

2019-06-18 Thread Jorge Lopez Marcos
Hello everyone! I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm interested in extracting the following values: - AdGroup_Id - Ad_Id - Campaing_Id - External_Customer_Id - Feed_id - FeedItem_Id -

Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Jorge Lopez Marcos
Hello everyone! I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm interested in extracting the following values: - AdGroup_Id - Ad_Id - Campaing_Id - External_Customer_Id - Feed_id - FeedItem_Id -

Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Hoa Mai
Hi Ben, Thank you for your message. I’ve already had the most recent version of google-api-core 1.11.1 in Python 3.7 and it’s still not working, all dependencies: google-ads==2.2.0 google-api-core==1.11.1 google-api-python-client==1.7.8 google-auth==1.6.3 google-auth-httplib2==0.0.3 google-auth

RE: how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Sangeetha, About your inquiry, I'm afraid that the data returned by the CustomerSyncService is limited to the fields available in the said service. Other more specific details of the entity you are querying, as you have listed, is not supported. You may instead, refer to the Change History

RE: Low data using "Most Specific Location" even with "IsTargetingLocation IN [true, false]"

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Stephen, So I can better investigate, could you provide your clientCustomerId? You may reply using the Reply privately to author option. Additionally, could you provide more details as to how you were able to observe that the metrics returned by the report was significantly lower? Could you

how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Sangeetha Jeyam
Hey there, I'm triggering CustomerSyncService soap request to fetch the changes history. CustomerSyncService only sends back the ID of the ad, criterion, and feed that is changed. How can we get for in

RE: click_view roadmap?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Pierre, We currently do not have a road map as to when the said fields would be available in the Google Ads API. For now, you may keep an eye on our blog for announcements. You may also opt to use the Click Performance Report of the AdWords API report instead, just for the meantime. Thanks

Low data using "Most Specific Location" even with "IsTargetingLocation IN [true, false]"

2019-06-18 Thread Stephen Howe
Hi all, I am trying to report on users by county in the UK through the AdWords API, using the following AWQL query: SELECT Date, MostSpecificCriteriaId, CountryCriteriaId, Impressions, Clicks, Cost, Conversions, ConversionValue FROM GEO_PERFORMANCE_REPORT WHERE IsTa

Re: Audience - UserList - How to get ruleType?

2019-06-18 Thread Сty Вord
Hello, I couldn't find these parameters: (Website visitors or Affinity audience) Could you help me in more detail, please? This is my code on Python! campaign_criterion_service = services['AdGroupCriterionService'] selector = { 'fields': [ 'UserInterestName', 'UserListName', 'UserInt

click_view roadmap?

2019-06-18 Thread Pierre Bazoge
Hello Google, We've been implementing the new Google Ads API, and unfortunately the click_view report does much less than the previous API Click Performance. Could you please tell me if the following existing dimensions/attributes from the Click Performance will be added to the new click_view

RE: Pause AdGroups if the item in Ad is out of stock

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Tomáš, You may use AdGroupService with filtering campaignId or campaignName to get specific adGroups. As for getting the Ad information, you will need to make a separate request using the AdGroupAdService. You may then use the following to get URLs of the ads. url displayUrl finalUrls final