Re: Batch processing: TEMP_ID_ENTITY_HAD_ERRORS and INVALID_ID errors

2018-02-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Angie, The NewEntityCreationError.TEMP_ID_ENTITY_HAD_ERRORS that you encountered indicates that a validation has failed for the parent entity and so validation for the

Re: How to run Performance report ?

2018-02-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, If you are using the AWQL with reports, make sure to follow these guidelines and you may also refer to this sample report code

Re: Pause Adwords Express campaign via API

2018-02-22 Thread Nick Harris
Any idea if this will change at some point? I'd like to be able to perform MUTATE actions on AdWords Express accounts via the API. I had never even heard about this lack of API functionality until I kept getting this error when attempting to PAUSE/ENABLE AdGroups via API in an Express account:

Re: Can Logo Image with 4:1 aspect ratio be fetched for ResponsiveDisplayAd?

2018-02-22 Thread Jianbo zhu
Thank you, Luis! That's what I am looking for. Thanks, Jianbo On Thu, Feb 22, 2018 at 6:43 PM 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum wrote: > Hi Jianbo, > > My apologies for the sight confusion. Upon trying on my end, I was able > to retrieve

Re: membershipLifeSpan on CRM Lists with Mobile ID

2018-02-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rob, There appears to be no mention of any 540 days expiration for the MOBILE_ADVERTISING_ID value of the CustomerMatchUploadKeyType field of the CrmBasedUserList.

Re: Can Logo Image with 4:1 aspect ratio be fetched for ResponsiveDisplayAd?

2018-02-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Jianbo, My apologies for the sight confusion. Upon trying on my end, I was able to retrieve the responsive ad along side with that image via the AdGroupAdService and by using the dynamicDisplayAdSettings

Re: How to remove an ad schedule using id?

2018-02-22 Thread Ken Dan Tinio
> > The status is null.. > $data[] = array( "id" => $campaignCriterion->getCriterion()->getId(), "type"=> $campaignCriterion->getCriterion()->getType(), "dayofweek" =>

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-22 Thread Layne Shepherd
I'm getting the same error, 3+ years later. Would be nice if you guys posted the solution here instead of just let me take a look at your account with no information posted thereafter... On Wednesday, June 11, 2014 at 11:09:47 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > >

Batch processing: TEMP_ID_ENTITY_HAD_ERRORS and INVALID_ID errors

2018-02-22 Thread angie . dinh
Hi, I tried to update new adgroups in keywords using batch processing, but I got these error: Operation 531 - FAILURE: errorType=NewEntityCreationError trigger=TempAdGroupId: 227 errorString=NewEntityCreationError.TEMP_ID_ENTITY_HAD_ERRORS fieldPath=operations[531].operand.adGroupId

How to run Performance report ?

2018-02-22 Thread webmaster12220
Hi, thanks for your attention I had upgraded new Adwords API version as v201710. Now I see all thing is working properly, but I am getting error when I run this function. Uncaught Google\AdsApi\AdWords\v201710\cm\ApiException: [QueryError{reason=INVALID_FROM_CLAUSE, message=}] I am not sure

Re: AdGroupAdService is not giving the statistics of ads

2018-02-22 Thread webmaster12220
Hi, I have question How can I run you will ADGROUP_PERFORMANCE_REPORT this report, I had tried to this run with AWQL, but they show me invalid from class error Please help me and let me know thanks -- --

Re: How to use the {loc_physical_ms} ValueTrack?

2018-02-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you try the below: www.example.com/new{lpurl}?location={loc_physical_ms } Where {loc_physical_ms

Re: Error API First Call

2018-02-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, Your summary of steps look fine to me. However, in your output, INFO:googleads.common:Request summary - {'methodName': get} should have been INFO:googleads.common:Request summary - {'clientCustomerId': ***-***-, 'methodName': get} where ***-***- refers to your client customer

Re: How to remove an ad schedule using id?

2018-02-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ken, You can use the below code snippet to get the status of the criterion $campaignCriterion->getCampaignCriterionStatus(); Regards, Dhanya, AdWords API Team

Re: membershipLifeSpan on CRM Lists with Mobile ID

2018-02-22 Thread Robert Paskowitz
Hi Peter, Thanks for the reply. To clarify, as far as the API is concerned, and any terms relating to the use of the API, we should be okay setting an expiry of '1' on CrmBasedUserLists, even if we upload files such that CustomerMatchUploadKeyType is MOBILE_ADVERTISING_ID? In that case, it

Re: Can Logo Image with 4:1 aspect ratio be fetched for ResponsiveDisplayAd?

2018-02-22 Thread Jianbo zhu
The reason I am asking is, we'd like to get responsive ad thru AdGroupAdService, but it seems we cannot get the entire data (one image is missing according to the Adwords API doc), this is a blocker for our development, wonder if there is some other ways to fetch the entire data of a

Re: Can Logo Image with 4:1 aspect ratio be fetched for ResponsiveDisplayAd?

2018-02-22 Thread Jianbo zhu
Thanks Luis for the quick response. Actually, it is a Adwords API issue. My question is, why AdGroupAdService only expose 3 images (icons) for ResponsiveDisplayAd while it actaully has 4 images (icons)? thanks :) Thanks, Jianbo On Wednesday, February 21, 2018 at 9:09:43 PM UTC-8, Luis

Re: Criteria Performance Report - youtube campaings

2018-02-22 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the code snippets. Could you share us your client customer Id privately, so I can take a look? Also, please note that currently video campaigns are supported only in reports. In addition to what Zweitze mentioned, you may also use Video Performance Report

Re: Max number of days for membershipLifeSpan in CrmBasedUserList (v201509 AdWords API)

2018-02-22 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, You're right, the range for MembershipLifeSpan has been expanded to 540 days, or you can even use the value of 1 for no expiration. I will take a look at updating our sample code to reflect this. Regards, Mike, AdWords API Team On Wednesday, February 21, 2018 at 5:30:13 PM UTC-5,

Re: Criteria Performance Report - youtube campaings

2018-02-22 Thread Dominik Raffetseder
Another problem is, with getCampaigns i'm not able to get the Youtube Campaigns? use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSession; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201710\cm\CampaignService; use

How to use the {loc_physical_ms} ValueTrack?

2018-02-22 Thread 'Heinrich Held' via AdWords API Forum
Hi, I want to pass on the user's location to my landing pages with the {loc_physical_ms} parameter. But I am not sure how to place the tag into my URL. I tried: www.example.com/?location={loc_physical_ms} ...but it doesn't seem to work. Also, what exactly is passed on with

Re: Issue with CAMPAIGN_PERFORMANCE_REPORT

2018-02-22 Thread Zweitze
Try the same report with IncludeZeroImpressions=true Without that clause you only get campaigns that had at least one impression in the period. But you have a test accounts, which do not run and therefore cannot get any impressions. IncludeZeroImpressions is intended for so-called structure

Re: Criteria Performance Report - youtube campaings

2018-02-22 Thread Zweitze
To get results from campaigns, try CAMPAIGN_PERFORMANCE_REPORT. That also includes results from video campaigns. On Wednesday, February 21, 2018 at 10:31:29 AM UTC+1, Dominik Raffetseder wrote: > > Im not able to get the youtube campaingns and the cost with Criteria > Performance Report. > How

Re: Error API First Call

2018-02-22 Thread olek . test . mcc
Hi Dhanya, I'm having similar issue as Santiago. Please see summary of things I've already accomplished for my first API Call: (I'm using Python 3.6 version for API calls.) *AdWords* 1) I've obtained developer token for test account 2) I've created a test MCC account 3) I've created adowrds

Re: Debugging the conversion tracker created from the API

2018-02-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sam, Since the concern is already more on tracking the code snippet if it works properly on your client's website (since I believe that you don't have access to your client's web pages), and not AdWords API specific, then I suggest to post this concern in the AdWords Community Forum