Re: Required fields to add the new ImageAds.

2019-11-17 Thread T.Motodate
Thank you for your nice answer! According to your advice, we got the complete log from the Google Ads API. Then, the log indicates the information related to required fields. So, we could realize the correct codes! Now we can add new Image Ads via the API! 2019年11月15日金曜日 0時00分27秒 UTC+9

Re: Required fields to add the new ImageAds.

2019-11-13 Thread T.Motodate
Could any one please tell me this specification? Best Regards. 2019年11月7日木曜日 16時13分04秒 UTC+9 T.Motodate: > > We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. > > We used the below code : > ``` > $imageAdInfo = new ImageAdInfo([ > 'data' =>

Required fields to add the new ImageAds.

2019-11-06 Thread T.Motodate
We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. We used the below code : ``` $imageAdInfo = new ImageAdInfo([ 'data' => new BytesValue(['value' => file_get_contents($image)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new

The required fields to add ImageAds.

2019-11-06 Thread T.Motodate
We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. We used the below code : ``` $imageAdInfo = new ImageAdInfo([ 'data' => new BytesValue(['value' => file_get_contents($image)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new

The metrics of dynamicAdTarget in the GoogleAdsAPI

2019-08-01 Thread T.Motodate
We want to get metrics(impression share, and so on) of the dynamicAdTarget. Accroding to the reference, the ad_group_criterion table can get the dyamicAdTarget's information. However, this table has no metrics data. Is there any tables or views has metrics of the dynamicAdTarget? Regards. --

Re: The ImpressionShare metrics on the AdGroupPerfomanceReport and the CriteriaPerformanceReport.

2019-05-06 Thread T.Motodate
Hiroyuki-sama Sorry for my late response. OK, I'll ask this question to the Google Ads Community Forum. Thank you very much. 2019年4月26日金曜日 17時39分00秒 UTC+9 googleadsapi-forumadvisor: > > Motodate-sama, > > With regard to your question about generating Adgroup Performance Report > via Google

Re: The ImpressionShare metrics on the AdGroupPerfomanceReport and the CriteriaPerformanceReport.

2019-04-25 Thread T.Motodate
Hiroyuki-san. Thank you for your answer. I understand that SearchImpressionShare metrics was not supported in CriteriaPerformanceReport(Very unfortunately!) About "AbsoluteTopImpressionPercentage" and "TopImpressionPercentage", I'll ask them the community forum you said. However, I have

The ImpressionShare metrics on the AdGroupPerfomanceReport and the CriteriaPerformanceReport.

2019-04-25 Thread T.Motodate
Could you please tell me about the ImpressionShare metrics on some performance reports? Question 1) We can see the SearchImpressionShare metrics on the AdWords Console Website. And we could get the the metrics related to SearchImpressionShare from the KeywordPerformaceReport according to the

Re: Abount Conversions between KeywordPerformanceReport API and AdWords Console.

2018-07-11 Thread T.Motodate
Thanks a lot, Luis-san. We solved this problem. We mistook getting the keyword performance report because used by the wrong AWQL. Excuse me. 2018年7月11日水曜日 17時01分06秒 UTC+9 Luis Xander Talag (AdWords API Team): > > Hi, > > To better investigate this issue, could you provide a screenshot showing

Abount Conversions between KeywordPerformanceReport API and AdWords Console.

2018-07-10 Thread T.Motodate
We want to get the Conversions and CostPerConversion by a certain ConversionTypeName. We could get them using by KeywordPerformantReport with the segment ConversionTypeName. However, there's a difference between the sum of Conversions using by above way and Conversions on the AdWords Console

Re: How to refer 0 impressions keyword performance in the report.

2017-10-09 Thread T.Motodate
Thank you for your answer. Ok, I understand that using the includeZeroImpressions property is right to realize our needs. We try to make the report with AWQL. The below is the our client ID and used AWQL. [Clinet ID] 133-618-7070 [AWQL(*)] SELECT CampaignName , AdGroupId

How to refer 0 impressions keyword performance in the report.

2017-10-05 Thread T.Motodate
I'm using AdWords API v201708. To get ALL (including 0 impressions) keywords' performances from the report, I made the below codes: [PHP Code] = $objOAuth2Credential = (new OAuth2TokenBuilder())->fromFile(PATH_ADWORDS_INI)

EntityCountLimitExceeded.ADGROUP_LIMIT of "TEXT_CREATIVES_PER_ADGROUP"

2017-03-26 Thread T.Motodate
When I attempted adding the expanded_text_ad to a certain adGroup, API said the below error: =Error= EntityCountLimitExceeded.ADGROUP_LIMIT @ operations[18]; trigger:'' (enclosingId=6967267822, limit=50, accountLimitType=TEXT_CREATIVES_PER_ADGROUP, existingCount=32) == I

Re: About create / update Ads via API.

2016-10-13 Thread T.Motodate
Thanks a lot for your kindness, Joyce! 2016年10月14日金曜日 11時11分56秒 UTC+9 Joyce Lava: > > Hello, > > Glad to hear that I was able to help. Just to add, for second concern, I > recommend adding the new ad first before deleting the old one just to make > sure that the new ad will be available already

Re: About create / update Ads via API.

2016-10-13 Thread T.Motodate
Thank you very much for your answer, Joyce! About Question1: I'll try to create according to your answer. About Question2: Got it. The way that removing old ads and creating new ads can realize our requirements. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

About create / update Ads via API.

2016-10-12 Thread T.Motodate
I have some questions about create / update Ads via AdWords API. 1) About create banner ad. I referred the Samples page and found the section "Add expanded text ad". I recognized that we can create text ads according to this section. However, I couldn't found any sections about adding Banner

Re: RateExceededError of TargetIdeaService

2016-07-28 Thread T.Motodate
Thank you very much, Joyce. I understood the reason. We'll try re-constructing our system according to the recommended practices you notified. 2016年7月28日木曜日 17時26分48秒 UTC+9 Joyce Lava: > > Hi, > > Please see the answers below in blue: > > 1. Whether the account has Standard Access Level, the

RateExceededError of TargetIdeaService

2016-07-28 Thread T.Motodate
We're trying "TargetingIdeaService" under the Standard Access Level Account. However, we got RateExceededError many times. The same account also mutate Criteria's and AdGroup's MaxCpc Bidding. We execute this operations over 10 thousands times per days, however no errors occur because our account

Re: How to get all VALID results from DisplayKeywordPerformaceReport

2016-07-06 Thread T.Motodate
Thank you very much, Shwetha! According to you, now I get all valid results from DisplayKeywrodPerformanceReport with the below way! 1) add "includeZeroImpressions' to option for the method ReportUtils::DownloadReportWithAwql. 2) add "Impressions >= 0" IN AWQL's where section. Now my issue's

How to get all VALID results from DisplayKeywordPerformaceReport

2016-07-06 Thread T.Motodate
Hi. I have some question about the below related to DisplayKeywrodPerformanceReport. To get all data of keyword on display network, I used the below AWQL through PHP AdWords Lib Ver.201601. SELECT CampaignName , AdGroupId , AdGroupName , Id , Criteria , Status ,