RE: Segment conversions by conversion action?

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kenny, My apologies for the confusion. You can try the ConversionTypeName field instead. It's retrievable via the Campaign Performance Report and if you use the ConversionTracke

Re: How can I get YouTube video's file name?

2019-01-30 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tanabe, I'll check with Engineering and get back to you soon. Best, Thanet, AdWords API Team On Tuesday, January 29, 2019 at 9:41:59 PM UTC+9, Yoshimasa Tanabe wrote: > > Hi, > > Is there any way to get YouTube video's original file name(like foo.mp4) > the user uploaded? > > I referred

RE: Minimum field specifications to create campaign, ad group, ad etc.

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, You can check the fields if they are required by referring to the *Google Ads API Fields section* in here . For instance, for the ad group name, it is stated here

RE: Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, As of now Batch job service is not available via Google Ads API Beta. I will let my team know regarding your suggestion. Meanwhile you could keep an eye on our blog for information related to future releases. Regard

RE: Cannot set BiddingStrategyConfiguration Manual_cpm -> pay for Viewable Impressions

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You won't be able to set the value for viewableCpmEnabled field since this field is read-only as indicated in the link. Its value should default to true aft

RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pat, It will effectively be like an update and the feed ids and feed item ids will be same as the one during the ADD operation. Thanks, Sreelakshmi, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdevelope

Is there a (publicly accessible) dashboard(kind of) to check current issues going on with google Ads (Beta)API?

2019-01-30 Thread Darshan Pradhan
Until this morning i was able to access clients under my Manager account using ads beta api, but all of a sudden I am seeing weird responses from the api such as permission denied etc. Is this temporary? I don't remember making any changes in our account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Frequency not correct in response

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please confirm if you are getting null values for keyword STATS for keyword 'навчання у варшаві' using PHP library? I tried to get the STATS for same keyword, but the response is null. However, I can see the values for Keywords STATS in Google Ads UI. Please note that the AdWord

RE: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vito, Using AdWords API, you will be able to add extensions at the account, campaign, or ad group level. You may refer to this guide which illustrates in details on how to add these extensions. The PHP code snipp

RE: Any Java code example for retrieving negative placements?

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, To get the negative placement, you will need set the criterionuse selector as NEGATIVE. You can refer to this

RE: API for update DSA status an Bid Modification

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Gyandeep, Please find my responses below: 1. You can set the bid modifier at the Campaign and the AdGroup level. Please refer to this guide for more information. The campaign level adjustments are accessible via CampaignBidMod

Inconsistent response from Search Query for AdGroup in the Beta Ads API

2019-01-30 Thread Darshan Pradhan
I am unsure if this is a temporary issue going on with Beta Ads api, but, I am using java client and executing following query and every time I run my query I keep get inconsistent results. SELECT campaign.id, ad_group.id, ad_group.name, ad_group.status, ad_group.type, ad_group.ad_rotation_mo

RE: Decimal Rounding Rule

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yurii, In this support channel we will discuss technical issues via email only. Average cost-per-click (Avg. CPC) is calculated by dividing the total cost of your clicks by the total number of clicks. The Average CPC field is ro

Minimum field specifications to create campaign, ad group, ad etc.

2019-01-30 Thread john
Hello, How can I look up which fields are *required* to create a new campaign, ad group, or ad etc. For instance, the gRPC documentation for an AdGroup has all these fields (below). Do all of these fields need to be filled out to create? Fields resource_name string The resource name of the

Re: Segment conversions by conversion action?

2019-01-30 Thread kenny
I don't believe the ConversionCategoryName is what I'm looking for. In the interface, under campaign view - I can segment by conversions > conversion action and it will show me conversions by which action was fired in my conversion actions under Tools > Measurement. This is what I'm trying to

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-30 Thread pjodonov
Thanks Sreelakshmi. That makes sense. Does the SET operation in step 4 act like creating a completely new sitelink that creates a new ID etc. or is it simply just acting like an update/edit function to the already created sitelink? Thanks! Pat On Tuesday, January 29, 2019 at 4:11:32 PM UTC-5

Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

2019-01-30 Thread john
Hello all, Is it possible to create a campaign, an ad group (for that campaign), and ad (for that at group) at once in Google *Ads Beta API via gRPC*? I know in the Google Adwords API, you could use the BatchJobService with temporary IDs

Cannot set BiddingStrategyConfiguration Manual_cpm -> pay for Viewable Impressions

2019-01-30 Thread geo
Hello everybody, I have a problem with the BiddingStrategyConfiguration. when I send manual_cpm to the api. it is set to adwords under campagne> settings> bit Viewable CPM (right) Pay for Clicks (wrong) But it should be set Viewable CPM pay for Viewable Impressions. Is there any other way to

Any Java code example for retrieving negative placements?

2019-01-30 Thread Oliver
We'd like to use *AdGroupCriterionService.get() *to retrieve the negative placements (exclusions) at the adgroup level for the whole account. Is there any Java code example? If not, can someone please be kind enough to show how the selector for the get() method should look like in this case?

RE: Setting or Retrieving Campaign Goal through Adwords API

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vijaysinh, I am a colleague of Luis, allow me to provide additional support for your concern. If what you mean is to retrieve your conversion actions in your account, then you may use the ConversionTrackerService.get()

RE: BiddingStrategyType ENHANCED_CPC not giving results

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, Could you try removing the ENHANCED_CPC in your report definition? To clarify, the AdWords API release version 201802 and onwards doesn't support ENHANCED_CPC as a BiddingStrategyType

API for Status update of DSA?

2019-01-30 Thread Gyandeep Sharma
What is the API of update status of DSA -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords A

API for update DSA status an Bid Modification

2019-01-30 Thread Gyandeep Sharma
Hello Everyone... Can anyone guide me to APIs for the status update and bid modification of DSA? Thanks... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Frequency not correct in response

2019-01-30 Thread nazar . goyda
Hi. i have problem. in $selector i have this object Google\AdsApi\AdWords\v201809\o\TargetingIdeaSelector Object ( [s

Dynamic Search Ad Status Update and Modify Bid

2019-01-30 Thread Gyandeep Sharma
Hello Everyone... Please guide me for the API of Dynamic Search ad Status Update, and Modify bid Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-30 Thread Vito Zongoli
Guys, I'm becoming crazy... Where I can find an example of PHP code where I can see how to add a SiteLink to an existing AdGroup? I'm using Google Ads API Beta 0.6 and PHP. I've used examples included into the library to create the campaign, the adGroups and the Ads but I'm struggling with the s

RE: Segment conversions by conversion action?

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kenny, You can use the Campaign Performance Report and use the ConversionCategoryName