Re: how can i get budget, campaign type and bid strategy type of campaign ?

2023-09-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. campaign.bidding_strategy_type gives the type of bidding strategy. A bidding strategy can be created by setting either the bidding scheme to create a standard bidding strategy or the bidding_strategy field to create a portfolio bidding strategy. This field

Re: how can i get budget, campaign type and bid strategy type of campaign ?

2023-09-20 Thread 'Faisal Hourani' via Google Ads API and AdWords API Forum
s > PHP client library and want to fetch Budget, Campaign type, Bid strategy > type, Status, Target CPA details with the campaign query. Also, you need > documentation for these fields. > > You can use the below query: > >- SELECT campaign.campaign_budget,

How can I get budget, campaign type and bid strategy type of campaign ?

2023-09-17 Thread Khushal Nayani
Hello there, I am using google ads php client library for fetching campaign details. I want to fetch some of these following details with campaign query. Details are 1. Budget 2. Campaign type 3. Bid Strategy Type 4. Status 5. Target CPA My current query is SELECT campaign.id, campaign.name

RE: google looker studio report campaign type segmentation

2023-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to the Google Ads API Team. Can you please confirm if you are using the Google Ads API in obtaining this data? If so, can you also please provide us with the complete logs(request and response with request ID) generated on your end and an uncropped screenshot o

Pull Campaign Type from Google Ads API

2023-05-10 Thread Courtney Persinger
Hi - looking to pull the campaign type field (UI named) in through the API and cannot find something similar. Already tried ad_group_ad.type. Can you point me in the right direction? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: "This operation is not permitted on this campaign type" when trying to set bidding strategy on a smart campaign

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bevan, Thank you for raising this concern to the Google Ads API Forum. It seems that your concerns are discussed in this document. However, to better check this in our end, could you please provide the complete API request and response logs with request ID and request header that generated o

"This operation is not permitted on this campaign type" when trying to set bidding strategy on a smart campaign

2022-12-22 Thread Bevan Wentzel
When I try to set the bidding strategy on a smart campaign: ``` campaign.bidding_strategy_type = ( client.enums.BiddingStrategyTypeEnum[MANUAL_CPC] ) campaign.manual_cpc.enhanced_cpc_enabled = True ``` I get an error "This operation is not permitted on this campaign type.

Need Information on Ad Strength Data for Performance Max Campaign Type

2022-09-28 Thread Harshitha
Hello Team, We would need the Campaign Id, Campaign Name, Campaign Type, Ad Strength, Ad Id, and Ad status for the Performance Max campaigns. However, We are not getting the ad strength column for the Performance Max campaigns. *Query Used: * SELECT campaign.status,campaign.name

RE: SHOPPING campaign type upgrade available

2022-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern to our team. Since the self-upgrade of the shopping campaign to the performance max campaign is done in the UI, then I would suggest raising your concern to the product team instead via this link. They are more equipped to the issues and concerns related

Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you may refer to this guide to create Responsive Display Ads. If you are still facing any issue, could you please share with us the complete logs (request and response with request-id) via the

Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread Amol Kawale
/concepts/call-structure#request_headers> > generated > on your end. > > With regard to the #2, please note that it is not possible to change the > campaign type when it is created. For this part "*But whenver ad can be > generated from php api it showing responsive di

RE: Getting Campaign Type & Campaign Objective via API

2022-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Xuan Lu, Thank you for raising your concern to my team. Allow me to support you here. If you are looking to use and to know the type of the campaign, then I would suggest using this field which you have already mentioned. Which key should be the Campaign Type? I see the

RE: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
possible to change the campaign type when it is created. For this part "But whenver ad can be generated from php api it showing responsive display ad.", could you provide more context on this issue so that I can check and address it? You can provide the requested details via Reply pr

responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread Amol Kawale
Hi Team, I'm creating* google responsive display ad v8 php*. Bidding strategy can be set 2 ways either manual CPC & Maximize conversions(Auto bid strategy). $campaign = new Campaign([ 'name' => $_POST['campaignName'], 'advertising_channel_type' => AdvertisingChan

Getting Campaign Type & Campaign Objective via API

2022-01-24 Thread Lu Thanh Xuan
Hi support team, Please help to advise how to get Campaign Type & Campaign Objective via API: 1. Which key should be the Campaign Type? I see the advertisingChannelType maybe matches the values for campaign type - could you help to confirm? 2. I can't find any possible key for the

RE: Does anyone have a script that writes the budget spent by campaign type into a spreadsheet?

2021-08-23 Thread Google Ads API Forum Advisor
Hi, Are you looking for this in Google Ads API or Google Ads Scripts? Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2Lou2C:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Does anyone have a script that writes the budget spent by campaign type into a spreadsheet?

2021-08-20 Thread Karol Bolgár
Hello, I tried to do this by myself but it was impossible to do it for me. Does anyone have this script? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

RE: Is Campaign Type available in Campaign resource?

2021-06-15 Thread Google Ads API Forum Advisor
Hi Alfonso, Thank you for your question. The campaign type is represented as the below fields in the Google Ads API's Campaign resource / report : advertising_channel_type advertising_channel_sub_type Let me know if these are what you're looking for. Best regards, Peter Lau

Is Campaign Type available in Campaign resource?

2021-06-14 Thread Alfonso Hernandez
Hey guys, I'm wondering if the Campaign Type is available in the Campaign resource? Tried to lookup in the Google Ads API documentation and did not find it. I'm asking this because one of the reporting analysts asked me about this field because he sees it in the Google Ads UI, so

RE: Aggregating campaign report into campaign type

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Nicky, It appears you are using Google Ads Scripts. You can reach out to their team on their forum. They should be able to provide you ways on to aggregate the campaigns by type. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2H9wP0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Aggregating campaign report into campaign type

2021-05-11 Thread Nicky Moorhead
Hi, I'm exporting data via a script from the campaign_performance_report. Part of my script looks like this: function get_data(campaign_dict){ var perf_data = [["Period","Campaign Type","Engine","Clicks","Impressions","Cos

can't get report when my campaign type was App,only dispaly

2021-05-06 Thread ming suan
can't get report when my campaign type was App,only dispaly using: googleads/googleads-php-lib AD_PERFORMANCE_REPORT request: AccountDescriptiveName,CampaignId,AdGroupId,ID,Conversions,CostPerConversion,Cost -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

can't get report when my campaign type was App ,only dispaly

2021-05-06 Thread ming suan
can't get report when my campaign type was App,only dispaly -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed t

Re: can't get report when my campaign type was Application,only show

2021-05-06 Thread 清桐
can't get report when my campaign type was App ,only dispaly 在2021年5月6日星期四 UTC+8 下午4:14:08 写道: > can't get report when my campaign type was Application,only show > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

can't get report when my campaign type was Application,only show

2021-05-06 Thread ming suan
can't get report when my campaign type was Application,only show -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

RE: campaign type column in UI but not API

2021-03-31 Thread Google Ads API Forum Advisor Prod
Hello, You can select the advertising_channel_type which is equivalent to the campaign type in the UI. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2EomZ6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

campaign type column in UI but not API

2021-03-31 Thread INI GlobalOps
Hi - at the campaign level we are able to get campaign type column through Google Ads UI dashboard but we CANNOT get it through the api. Did we miss it? Or is campaign_type un available from the api? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Create Discovery Campaign Type in Ads or Adwords APIs

2021-01-20 Thread Gabriel Queiroz
Hi Anthony, Thank you very much for your reply. Best Regards, Gabriel Em quarta-feira, 20 de janeiro de 2021 às 17:12:04 UTC, adsapiforumadvisor escreveu: > Hi Gabriel, > > Discovery campaigns are still not supported through the API. However, > there is a feature request to have them added. I

RE: Create Discovery Campaign Type in Ads or Adwords APIs

2021-01-20 Thread Google Ads API Forum Advisor Prod
Hi Gabriel, Discovery campaigns are still not supported through the API. However, there is a feature request to have them added. I cannot give any timelines but you can follow our blog for any announcements. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2B1pkt:ref -- --

Create Discovery Campaign Type in Ads or Adwords APIs

2021-01-20 Thread Gabriel Queiroz
Hello. I hope everybody is well and safe. Please, I have read a few threads here and in other sites regarding the Discovery campaign type, where I found that this function is not support by the API (both Ads and Adwords) yet (it was in 2020 threads and articles). Since there has been no new

RE: Campaign type

2020-11-09 Thread Google Ads API Forum Advisor Prod
Hi Dmitriy, Unfortunately, discovery campaigns are not supported through Ads API. You can get data on your smart campaigns which will have the fields campaign.advertising_channel_type = 'DISPLAY' AND campaign.advertising_channel_sub_type = 'DISPLAY_SMART_CAMPAIGN'. Let me know if you have any i

Campaign type

2020-11-09 Thread Dmitriy P.
Hi! How I can get 'Campaign Type' (Ads API)? Screen attached. Thank you in advance! [image: Screenshot 2020-11-09 at 16.58.11.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

RE: Discovery Campaign type

2020-09-30 Thread Google Ads API Forum Advisor Prod
Hi Muhammad, Thank you for reaching out. The Discovery type campaign is currently not supported through the API. There is already a feature request to support this campaign type in the API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards

Discovery Campaign type

2020-09-30 Thread muhammad....@daraz.pk
Hello, I am using ga_service = client.get_service('GoogleAdsService', version='v3') and I am unable to get the campaigns where campaign_type is discovery from my google ads account can you please help me with this ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Campaign type

2020-08-19 Thread Lucie Rabochova
Hi Xiaoming, thank you so much!! On Wednesday, August 19, 2020 at 6:29:00 PM UTC+2, adsapiforumadvisor wrote: > > Hi Lucie, > > Thank you for reaching out. You would be able to fetch the Campaign Type > by querying the AdvertisingChannelType > <https://developers.google

RE: Campaign type

2020-08-19 Thread Google Ads API Forum Advisor Prod
Hi Lucie, Thank you for reaching out. You would be able to fetch the Campaign Type by querying the AdvertisingChannelType field from the Campaign Performance Report. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q23LOTN:ref

Campaign type

2020-08-19 Thread Lucie Rabochova
Hi all, can you please advise where can I find Campaign Type? Is it possible to get via Campaign Performance Report? Print screen is attached. Thanks in advance for your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: Discovery Ads & Universal App Campaign type

2020-07-22 Thread Google Ads API Forum Advisor Prod
Hi Yannis, Thank you for reaching out. Discovery campaigns are not currently supported in Google Ads API. For a list of campaign types that are supported, you can refer to this guide. To check if a campaign is of type Universal App Campaign, you can use GetCampaigns() to pull campaigns where t

Discovery Ads & Universal App Campaign type

2020-07-22 Thread Yannis Spaho
How to check in Ads API if a campaign is of type Discovery Ads & Universal App Campaign type? What query to make? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

RE: The campaign type search network with display select from the API gives me empty title.

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Dileep, Can you please provide me the API report query you used to get this information? Please send this via reply privately to author. From your screenshot, it looks like you are using the Google Ads interface, not the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zJvy6:

The campaign type search network with display select from the API gives me empty title.

2020-05-03 Thread Teerasak Channel
A1909275 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" g

The campaign type search network with display select from the API gives me empty title.

2020-05-03 Thread Dileep Bandla
The API returns empty string in place of search network with display type. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

RE: which campaign type and ad type should i use for discovery ads from api

2020-04-20 Thread Google Ads API Forum Advisor Prod
Hi MSI, Thanks for reaching out. With regards to your concern about implementing new discovery ads via adwords api, Unfortunately discovery ads are currently not supported in AdWords API. There is an existing feature request for this so I would recommend keeping an eye on our blog for informat

which campaign type and ad type should i use for discovery ads from api

2020-04-19 Thread MSI Saurovh
so we implementing new Discovery ads via adwords api, so what campaign type should i use from discovery ads ? there are four - const UNKNOWN = 'UNKNOWN'; const SEARCH = 'SEARCH'; const DISPLAY = 'DISPLAY'; const SHOPPING = 'SHOPPING'; const MULTI_CHANN

RE: unable to set campaign type to Standard display campaign ?

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Vicky, Thank you for reaching out. You could specify the campaign AdvertisingChannelType as “DISPLAY” to create the Standard Display Campaign in this code example. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UZVx

unable to set campaign type to Standard display campaign ?

2020-04-03 Thread Vicky Kamble
Hi all, I am trying to implement Display Campaign. In adwords ui i can see the campaign type option Standard display campaign, but there is no such option to set in adwords api. Does anyone know how to set it ?. i have attached the image for the reference. Thanks, Vicky

RE: Problems to get local campaign type via API

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi, My name is Bryan and I am Bharani’s colleague assisting you on her behalf. Unfortunately, local campaign types are not currently supported in the API. See here for the types that are currently supported. You can keep an eye on our Developer Blog for information on future releases. Please le

Re: Problems to get local campaign type via API

2020-01-08 Thread Innovation W
Any news on this? On Monday, 1 April 2019 18:29:04 UTC+2, googleadsapi-forumadvisor wrote: > > Hello, > > Unfortunately, the Local Campaigns data is not available through the API > reports. Please keep an eye on our blog > for

RE: Correct campaign type for specific network targets

2019-12-02 Thread Google Ads API Forum Advisor Prod
Hi Miquel, You will be able to use the AdNetworkType1 and AdNetworkType2 fields to correctly identify how the advertising networks are chosen for a specific campaign type. You may refer to this section of the guide for more information. When creating campaigns, you will need to include the

Correct campaign type for specific network targets

2019-11-28 Thread Miquel Isern Roca
I have two different types of campaigns. Campaign A with 'targetGoogleSearch' and 'targetContentNetwork' set to true and campaign B with 'targetGoogleSearch' and 'targetPartnerSearchNetwork' set to true. I create them as SEARCH campaigns but reading the docs I can not be sure if that's the rig

RE: Can't retrieve Campaign type local

2019-11-25 Thread Google Ads API Forum Advisor Prod
Hi Jessie, Thank you for reaching out. Unfortunately, local campaign types are not supported in the API. Please see here for the campaign types that are supported. You can keep an eye on our Developer Blog for information about future releases. Regards, Mitchell Google Ads API Team ref:_00D1U

Can't retrieve Campaign type local

2019-11-22 Thread 'Jessie Labadan' via AdWords API and Google Ads API Forum
Hi I'm Jessie and I'm working in 3QDigital Company. I would like to ask help regarding the Campaign Performance Report. We have an existing report that uses an SDK. I would like to know why I can't retrieve campaigns for type Local? It's also not available via API. Thanks! Kind Regards, Jess

RE: Problems to get local campaign type via API

2019-10-10 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us. It is not possible to retrieve the local campaigns via API. However, the metrics for Local Campaigns (Per Store Report in the Locations tab of the UI) were added to campaign, customer and extension_feed_item resources for reporting. Let us know if you need an

Problems to get local campaign type via API

2019-10-10 Thread 'Spain Api' via AdWords API and Google Ads API Forum
Hi, Hello, a while ago I asked you if there was any option to retrieve local campaigns through API, but you told me there were none. Is there now any option to recover those campaigns? Thanks in advance. Regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

RE: API is not returning Campaign Type DISCOVERY

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Alberto, Thanks for reaching out. There is no DISCOVERY type in the AdvertisingChannelType ENUM from the Google Ads API. The DISCOVERY type is currently not supported in Google Ads API so you will not be able to get this type of Campaign from Google Ads API call. You could check this link fo

API is not returning Campaign Type DISCOVERY

2019-10-07 Thread Alberto Azambuja
Hi API team, We are trying to get campaigns via the new Google Ads API and it seems the API is not returning data for any campaigns with AdvertisingChannelType = DISCOVERY We can get the data using the old AdWords API, but not the new one. Documentation also does not list DISCOVERY as valid h

Re: Throw “This operation is not permitted on this campaign type” when I create an AdGroupAd

2019-08-14 Thread MCC智美
Hello, Thank you for your guidance.This problem has been solved. On Wednesday, August 14, 2019 at 4:01:59 AM UTC+8, adsapiforumadvisor wrote: > > Hello, > > Since you are using the APP campaigns it wont support the specific ad > status field. Since the Ads for APP campaings shows using the as

RE: Throw “This operation is not permitted on this campaign type” when I create an AdGroupAd

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello, Since you are using the APP campaigns it wont support the specific ad status field. Since the Ads for APP campaings shows using the asserts uploaded and they cannot be paused. So you can pause at the AdGroup and campaign levels only for APP campaigns. Please let me know if you have any

Throw “This operation is not permitted on this campaign type” when I create an AdGroupAd

2019-08-12 Thread MCC智美
Hello, When I call the Google Ads API(V2) to create an AdGroupAd, throw an error about “This operation is not permitted on this campaign type” .[image: 1565602956447.jpg] before this,I have set the Campaign advertising_channel_type=MULTI_CHANNEL,advertising_channel_sub_type=APP_CAMPAIGN

Re: This operation is not permitted on this campaign type

2019-08-08 Thread MCC智美
Hello, This problem has been solved. Thank you for your guidance. On Thursday, August 8, 2019 at 10:31:10 PM UTC+8, adsapiforumadvisor wrote: > > Hello, > > Thank you for reaching out to support and sharing the details to > troubleshoot the issue. Based on the documentation to create the Univers

RE: This operation is not permitted on this campaign type

2019-08-08 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out to support and sharing the details to troubleshoot the issue. Based on the documentation to create the Universal App Campaigns it looks like you are missing some of the fields required. The bidding strategy types that are supported are listed in the Preparation

Re: Filter by campaign type in adwords api reporting python

2019-07-29 Thread Google Ads API Forum Advisor Prod
Hi Praveen, Sorry for the delayed response. I have sent you a private response using the googleadsapi-supp...@google.com alias, let us continue further communication in that thread. Let me know if you did not receive this. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001U8KkQI:ref -

RE: Filter by campaign type in adwords api reporting python

2019-07-18 Thread Google Ads API Forum Advisor Prod
Hi Praveen, Upon checking your report, I would recommend using the Ad Group Performance Report to replicate the report TUI_Display_GDN_Weekly in your Google Ads UI. You may refer to the query below. AWQL : SELECT Date, AdGroupStatus, AdGroupName, CampaignName, CampaignStatus, CpcBid, CpvBid, C

Re: Select Campaign type, Campaign subtype and Labels from CAMPAIGN_PERFORMANCE_REPORT

2019-07-18 Thread Google Ads API Forum Advisor Prod
Hi Alex, Thank you for your confirmation. Unfortunately, not all the campaign types and campaign subtypes are seen in the Google Ads UI are supported in the AdWords API Reports. So I can further investigate if the campaign which you are looking is indeed supported in AdWords API, could you prov

RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen, Even though the the columns in your UI report matches with the fields in your Criteria Performance Report, this may still not return the same report metrics as the Criteria Performance Reports generate metrics on the criteria level. If you wish to retrieve criteria specific reports,

Re: Select Campaign type, Campaign subtype and Labels from CAMPAIGN_PERFORMANCE_REPORT

2019-07-17 Thread アルアバヤジアレクサンドレ
日水曜日 18時49分49秒 UTC+9 adsapiforumadvisor: > > Hi Alex, > > You may use the following fields: > >- Campaign type : AdvertisingChannelType > > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#advertisingchanneltype> >

RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen, Thank you for providing the clientCustomerId privately. Just to clear things out, you are trying to compare the report (TUI_Display_GDN_Weekly) generated in your UI with the Criteria Performance Report you are trying to generate in the API. If this is what you are trying to do, I a

RE: Select Campaign type, Campaign subtype and Labels from CAMPAIGN_PERFORMANCE_REPORT

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Alex, You may use the following fields: Campaign type : AdvertisingChannelType Campaign subtype : AdvertisingChannelSubType Labels on Campaign : Labels or LabelIds Please let me know if you have further concerns. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001U8LuCg:ref

RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen, My apologies for the inconvenience. However, it seems that you are not able to receive my private messages. Forwarding my response below. "My apologies as I would need the requested information so I could further investigate this. Could you provide your clientCustomerId that was us

Re: Filter by campaign type in adwords api reporting python

2019-07-16 Thread Praveen Jose
ave a requirement to filter by Campaign type = 'Display Only' > for this report generation > > > Could you please advise me as to how I can achieve this within my selector? > > > Thanks, > > > Praveen > > -- -- =~=~=~=

Select Campaign type, Campaign subtype and Labels from CAMPAIGN_PERFORMANCE_REPORT

2019-07-16 Thread アルアバヤジアレクサンドレ
Hi community! I would like to download the following fields from CAMPAIGN_PERFORMANCE_REPORT: . Campaign type . Campaign subtype . Labels on Campaign Which field should I write in my "Select" query ? Here is my code in Python: report_query = (adwords.ReportQueryBuilder() .Se

RE: Filter by campaign type in adwords api reporting python

2019-07-11 Thread Google Ads API Forum Advisor Prod
Hi Praveen, I am a colleague of Sai, allow me to provide support for your concern. To better investigate the issue, could you provide your complete report definition, clientCustomerId used, and the screenshot of the report discrepancies in the UI? You may use the reply privately to author optio

Re: Filter by campaign type in adwords api reporting python

2019-07-11 Thread Praveen Jose
a requirement to filter by Campaign type = 'Display Only' > for this report generation > > > Could you please advise me as to how I can achieve this within my selector? > > > Thanks, > > > Praveen > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Filter by campaign type in adwords api reporting python

2019-07-08 Thread Google Ads API Forum Advisor Prod
Hello Praveen, Once you got the ids of those display campaigns, you can apply filter on the CampaignId field on the CriterionPerformacneReport by adding the where condition in the report query(example given below). You could use the code sample in JAVA from here. .where("CampaignId").in("15916

Re: Filter by campaign type in adwords api reporting python

2019-07-04 Thread Praveen Jose
Hi Sai, I wrote the campaign ids generated into a file for AdvertisingChannelType = "DISPLAY" How do i feed these campaign ids (which are many) into the report structure to pull a criteria performance report? I would need your assistance here Thanks, Praveen On Wednesday, June 26, 2019

RE: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Praveen, There are no specific code samples for this scenario but in general to get the reports you can refer this code sample in Python language. To filter and to fetch the campaign Ids for display campaigns you can refer my example query below. Query: SELECT CampaignId FROM CAMPAIGN_PER

Re: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Praveen Jose
gt; > > I am using the python code package to pull a criteria performance report . > However i have a requirement to filter by Campaign type = 'Display Only' > for this report generation > > > Could you please advise me as to how I can achieve thi

RE: Filter by campaign type in adwords api reporting python

2019-06-24 Thread Google Ads API Forum Advisor Prod
Hello Praveen, Since you have CampaignId field available in the Criteria performance report. You can filter via the AdvertisingChannelType field of the CampaignPerformanceReport and then use the campaign ids to filter in the Criteria Performance Report. You have to perform 2 report calls in thi

Re: Filter by campaign type in adwords api reporting python

2019-06-23 Thread Praveen Jose
On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote: > > Hi Guys, > > > I am reaching out since I am in need of some guidance here. > > > I am using the python code package to pull a criteria performance report . > However i have a requirement

RE: Filter by campaign type in adwords api reporting python

2019-06-21 Thread Google Ads API Forum Advisor Prod
Hello Praveen, The CampaignType field is not available in the criteria performance report, hence it is not possible to filter by CampaignType field. However to get an idea on using predicates with selector I am filtering the results with CriteriaType filed. Please find my report definition belo

Re: Filter by campaign type in adwords api reporting python

2019-06-21 Thread Praveen Jose
the python code package to pull a criteria performance report . > However i have a requirement to filter by Campaign type = 'Display Only' > for this report generation > > > Could you please advise me as to how I can achieve thi

RE: Filter by campaign type in adwords api reporting python

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hello Praveen, The CampaignType field is not available in the criteria performance report. However to get an idea on using predicates with selector I am filtering the results with CriteriaType filed. Please find my report definition below. report = { 'reportName': 'Last 7 days CRITERIA_PERF

Filter by campaign type in adwords api reporting python

2019-06-19 Thread Praveen Jose
Hi Guys, I am reaching out since I am in need of some guidance here. I am using the python code package to pull a criteria performance report . However i have a requirement to filter by Campaign type = 'Display Only' for this report generation Could you please advise me as to

RE: Problems to get local campaign type via API

2019-04-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Unfortunately, the Local Campaigns data is not available through the API reports. Please keep an eye on our blog for future updates. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Problems to get local campaign type via API

2019-04-01 Thread Spain Api
Hello, And can I recover it in some other way? I need get metrics for that campaign. Regards. El jueves, 28 de marzo de 2019, 19:40:50 (UTC+1), googleadsapi-forumadvisor escribió: > > Hello, > > Regret the delay in responding. The Local campaigns are not yet supported > in AdWords API. > >

RE: Problems to get local campaign type via API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Regret the delay in responding. The Local campaigns are not yet supported in AdWords API. Thanks, Sreelakshmi, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adw

Problems to get local campaign type via API

2019-03-26 Thread Spain Api
Hi! I'm trying get local campaign type via API. I'm using Google.Api.Ads.AdWords.v201809 with the next query: select CampaignId, CampaignName, CampaignStatus, StartDate, EndDate, AverageFrequency, ImpressionReach, SearchImpressionShare, SearchRankLostImpre

Re: Question about Geo performance report and campaign type

2018-11-14 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
ng the details requested. Regards, Sai Teja, AdWords API Team. On Tuesday, December 6, 2016 at 9:45:09 AM UTC-5, Nikolay Borisov wrote: > > Hello. > Is it possible to get geo performance report for campaign type 'Universal > app campaign'? > I try to do it with AWQL query to

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
reference in Java. Samples in other languages can be found > here <https://developers.google.com/adwords/api/docs/clientlibraries>. > Let me know if you have any further questions. > > Regards, > Sai Teja, AdWords API Team. > > On Tuesday, December 6, 2016 at 9:45:09

Re: Question about Geo performance report and campaign type

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
found here <https://developers.google.com/adwords/api/docs/clientlibraries>. Let me know if you have any further questions. Regards, Sai Teja, AdWords API Team. On Tuesday, December 6, 2016 at 9:45:09 AM UTC-5, Nikolay Borisov wrote: > > Hello. > Is it possible to get geo perfor

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
Hello Teja Makani, I just want to know whether Geo Performance report support UAC via API now. Here is the result I get from adwords api ,but without any data. [0]=> string(74) "Country/Territory,Campaign ID,Campaign,Clicks,Cost,Impressions,Conversions" [1]=> string(0) "" 在 2018年5月

Re: Question about Geo performance report and campaign type

2018-05-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Ido, Unfortunately UAC doesn't support Geo Performance report via API, it only supports the reports which are listed here via the API. The closest one you may refer is Campaign Location Target Report

Re: Question about Geo performance report and campaign type

2018-05-09 Thread ido . shichor
Hello Shwetha, I'm running into a similar problem... I want to be able to break down UAC campaigns per geo, but their stats are not available in the Geo Performance report. Is there a solution? Thanks, Ido On Tuesday, December 6, 2016 at 8:09:02 PM UTC+2, Shwetha Vastrad (AdWords API Team) wro

Re: Mapping "Campaign Type" filter in the UI to that of Campaign and Keywords Performance Reports.

2018-03-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
campaign Ids by type and then run the KEYWORDS_PERFORMANCE_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#basecampaignid> with specific campaign Ids as a filter condition. I will pass on your feedback to the team about adding the Camp

Mapping "Campaign Type" filter in the UI to that of Campaign and Keywords Performance Reports.

2018-03-20 Thread scorchpem
Hi, I tried looking for a mapping of the Campaign Type filter and column in the AdWords UI to that of the reports in API. It seems for Campaign, it is Advertising Channel field. How about in Keywords performance reports? I'm assuming I should also be able to filter Keywords by Campaign

Re: Unable to find "Campaign Type" dimension

2016-12-26 Thread 'Joyce Lava' via AdWords API Forum
Hello Shatank, The Ad Performance Report doesn't have the fields AdvertisingChannelType and AdvertisingChannelSubType

Unable to find "Campaign Type" dimension

2016-12-26 Thread Shatank Srivastava
Hi Everyone, I am extracting data from Adwords platform using API. I need to extract a dimension called "CAMPAIGN TYPE" from Ad performance report, but I am unable to get this dimension in API documentation. Can anyone help me with it? Any advice would be greatly appreciated

Re: Question about Geo performance report and campaign type

2016-12-06 Thread Nikolay Borisov
Thank you for feedback. Your answer helped me to find solution of my problem. вторник, 6 декабря 2016 г., 20:09:02 UTC+2 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi Nikolay, > > Universal App Campaign data is available in the reports listed here >

Re: Question about Geo performance report and campaign type

2016-12-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nikolay, Universal App Campaign data is available in the reports listed here . AdvertisingChannelType an

Question about Geo performance report and campaign type

2016-12-06 Thread Nikolay Borisov
Hello. Is it possible to get geo performance report for campaign type 'Universal app campaign'? I try to do it with AWQL query to API - 'SELECT Date, CampaignId, CampaignName, Cost, Impressions, CountryCriteriaId FROM GEO_PERFORMANCE_REPORT DURING {date_start},{date_stop}'

  1   2   >