Re: Youtube videos access to setup Google Ads video assets

2020-10-28 Thread denma test
Hi It will list all video such as in screenshot? On Tuesday, October 13, 2020 at 12:14:42 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > You can use the AssetService > > > which will give you

Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-10-28 Thread denma test
Hi Okay, but the report not returns adgroups with conversion rate also. On Saturday, September 19, 2020 at 1:30:43 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. The Google Ads API provides adGroup reporting > for App campaigns installs but not for the App campaign

Re: Custom Audience setup using API

2020-10-09 Thread denma test
Hi How can get Audience insights details via API for custom audience. Attached screenshot for reference. On Friday, October 9, 2020 at 12:24:29 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, the settings shown from the screenshot you recently shared > is not available in the

Re: Custom Audience setup using API

2020-10-09 Thread denma test
Hi Okay, but i can see setTokens method in CustomAffinity class and setTokenType method in CustomAffinityToken class. and CustomAffinityTokenTokenType class has below constants class CustomAffinityTokenTokenType { const UNKNOWN = 'UNKNOWN'; const KEYWORD = 'KEYWORD'; const URL =

Re: Custom Audience setup using API

2020-10-08 Thread denma test
Hi Have created Custom Audiences using CustomAffinityService, please let me know the services to setup interests and other things mentioned in screenshots. let me know the possible types to create, possible share example links in PHP with sample code. Thanks in Advance. On Wednesday,

Re: Audiecne list report column required

2020-10-07 Thread denma test
Hi Yes, confirmed. Have sent email with screenshots. On Thursday, October 8, 2020 at 1:15:20 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Can you confirm if you have sent the email with the screenshot attached to > googleadsa...@google.com? I did not receive anything on my end. > > >

Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Hi Have tested but produces below error, CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @ operations[0].operand.selectiveOptimization.conversionTypeIds; trigger:'ConversionTypeId: 469825417', CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @

Re: Audiecne list report column required

2020-10-07 Thread denma test
Shared details email On Wednesday, October 7, 2020 at 12:48:40 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Can you please provide a screenshot of what you are looking to pull via > API? Please ensure you highlight which values are not being returned via > API in the screenshot of the

Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Okay, thanks. Will check. On Wednesday, October 7, 2020 at 1:28:38 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > If you are looking to focus bidding on In-app actions, you can select your > bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as > mentioned in this >

Universal App campaign bid strategy

2020-10-06 Thread denma test
Hi I have created App campaign using API, how can i setup input for API call for the feature in attached screenshot. Am using PHP v201809 AdWords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdSchedule report column requiired

2020-10-06 Thread denma test
Okay, but if am getting in API response, will make easy and reduce further API calls. Please make note on it. On Tuesday, October 6, 2020 at 8:01:31 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for clarifying. > > The service that mainly supports the AdSchedule >

Re: Audiecne list report column required

2020-10-06 Thread denma test
*Reply privately to author *is disabled for me, there is no null values, name are there but not listed in API. However am using test account only, here is my customer id clientCustomerId = "430-855-8101". On Tuesday, October 6, 2020 at 8:00:15 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > >

Re: AdSchedule report column requiired

2020-10-05 Thread denma test
Hi You mean i need to pass [Ad Schedule] => 353495, this criterian id to another to service to retrieve data? On Monday, October 5, 2020 at 11:39:59 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Could you provide more details as to what it is you meant by 'range'? > > For Ad Schedule specific

Re: Audiecne list report column required

2020-10-05 Thread denma test
Hi Yes, have used UserListName in SELCET but the response shows as --, below is my selector and response SELECT fields: $arrtibutes =

Audiecne list report column required

2020-10-03 Thread denma test
Hi I have done setup with Audience report using AUDIENCE_PERFORMANCE_REPORT service and it produces below response. [User list name] => -- [Audience state] => enabled [Ad group ID] => 106957513606 [Ad group] => Ad group 1 [Ad group state] => enabled [Campaign ID] => 11010600136 [Campaign] =>

AdSchedule report column requiired

2020-10-03 Thread denma test
Hi Have done with Adschedule report and working fine, produced below response. [0] => Array ( [Campaign ID] => 10748272950 [Campaign] => Campaign to test update [Campaign state] => enabled [Ad Schedule] => 353495 [bidAdj] => -- [Impressions] => 0 [Clicks] => 0 [avgCPM] => 0 [avgCPC] => 0 [CTR]

Re: GEO_PERFORMANCE_REPORT LocationType issue

2020-10-02 Thread denma test
Hi Found the causes, issue in below line ->where('IsTargetingLocation')->in(['true','false']) need to pass as string, i used as true, false constant. On Thursday, October 1, 2020 at 7:29:39 PM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > What is the error you are facing when using this

Unsupported media type issue

2020-10-02 Thread denma test
Hi I have created Gmail Ad using images and was working fine without issues, but when looking to create today with same code and same images, but i received API error as MediaError.UNSUPPORTED_TYPE. Have not done any changes in code and image level. Please let me know the reason for this

GEO_PERFORMANCE_REPORT LocationType issue

2020-10-01 Thread denma test
Hi I can work with Geo report works well. But when adding location type not working, i cannot find the mistake. Below is my qiery used $query = (new ReportQueryBuilder()) ->select($reportFields) ->from(ReportDefinitionReportType::GEO_PERFORMANCE_REPORT)

Re: Custom Audience setup using API

2020-10-01 Thread denma test
Ok, thanks. On Wednesday, September 30, 2020 at 5:35:45 PM UTC+5:30 Sinea Calin wrote: > Thats CustomAffinityService to create a custom affinity then you can add > CustomAffinityTokens(books, novels , etc) to that CustomAffinity then you > assign that CustomAffinity To an AddGroup of your

Re: Custom Audience setup using API

2020-09-29 Thread denma test
Hi Sorry actually did mistake in last query,of course i done using referred services. But am actually wanted to create Custom Audience to list inAdGroup Audience target as like in screenshot. So i want service details to create, manage custom audiences. On Wednesday, September 30, 2020 at

Re: ConversionTrackerCategory REMARKETING type issue

2020-09-29 Thread denma test
Okay, thanks. On Wednesday, September 30, 2020 at 12:14:41 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. There is no any other option. In terms of the > feature request, I just got word from my team that we are actually no > longer planning to make any

Re: ConversionTrackerService list feilds

2020-09-29 Thread denma test
TypeName (which segments the result per conversion type) and > metrics AllConversions and AllConversionValue. Further, set up the dates as > requested (for instance a certain period or all time) and you should get > the same results. > > > On Friday, September 25, 2020 at 9:46:25 AM

Custom Audience setup using API

2020-09-29 Thread denma test
Hi May i know the way to create custom audience as like in the screen shot using Adwords PHP API v201809. Need to create for Custom Affinity and In-Market Audiences along with Weekly estimates. Please fine the screenshot for the requirement, -- --

Re: GmailAd edit error

2020-09-29 Thread denma test
Okay, thanks for the details. On Tuesday, September 29, 2020 at 12:47:30 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > The ad type (Image Ad) you are using is not supported by AdService. The > only ad types that can be modified are the ones found here >

Re: Account performance report

2020-09-29 Thread denma test
Okay, thanks for the details. On Tuesday, September 29, 2020 at 12:06:35 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. Unfortunately, it is not possible to query > Account > Performance Report >

Re: ConversionTrackerCategory REMARKETING type issue

2020-09-29 Thread denma test
Hi May i know the way to achieve it. Since am having constant in code. If there is any alternate solution please let me know. On Tuesday, September 29, 2020 at 12:16:21 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. I got the confirmation from my team internally

GmailAd edit error

2020-09-28 Thread denma test
Hi I have created Gmail Ad using API successfully, but when am edit the Ad am getting as CANNOT_MODIFY_AD. Attached complete SOAP request and response file for reference. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Account performance report

2020-09-26 Thread denma test
Hi I can get Account performance report for one client at a time, since configured only one client account in .ini file. I have 2 client account with my manager account, may i know how can i get all client reports as like in screenshot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ConversionTrackerCategory REMARKETING type issue

2020-09-25 Thread denma test
Okay, thanks. On Saturday, September 26, 2020 at 12:13:55 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thank you for reaching out to us. I'll look at this internally with my > team and will get back to you as soon as possible. > > > Thanks, > [image: Google Logo] > Nirmitabahen

Re: ConversionTrackerService list feilds

2020-09-25 Thread denma test
Okay, thanks for the details. On Saturday, September 26, 2020 at 12:24:58 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. Unfortunately, this field is currently > unavailable in Google Ads API. I've put a request for this feature to be > added. In the meantime,

ConversionTrackerService list feilds

2020-09-25 Thread denma test
Hi Am using ConversionTrackerService to list conversions and it is working fine. Compare with UI i need some fields selectors details mentioned below - Tracking status - Repeat rate - All conversions ("All conv.") - All conversion value (“All conv. value”) Atached UI list screenshot for

Re: ConversionTrackerCategory REMARKETING type issue

2020-09-25 Thread denma test
Hi Actually am used conversiontracker.category only to create. My class file contains below constans, const DEFAULT_VALUE = 'DEFAULT'; const PAGE_VIEW = 'PAGE_VIEW'; const

Re: Convesion types API support

2020-09-24 Thread denma test
Hi As i mentioned am using Adwords API, please provide details specific to Adwords API. On Thursday, September 24, 2020 at 12:20:01 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. With regards to your concern, you can see here >

ConversionTrackerCategory REMARKETING type issue

2020-09-24 Thread denma test
Hi I have created conversion with SIGNUP, PURCHASE, PAGE_VIEW using AdWordsConversionTracker service. But i cannot create REMARKETING ConversionTrackerCategory since am in need to use this while setup new tag option Audience with tag creation, attached screen shot for reference. -- --

Re: DateSpecificRuleUserList Remarketing user list issue

2020-09-24 Thread denma test
Ok, will check. Thanks. On Thursday, September 24, 2020 at 1:13:06 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Please take a look at this > > documentation > to see a list of supported

Convesion types API support

2020-09-23 Thread denma test
Hi I can see four Major conversion types in Google Ads UI, may i know the possible conversion types with Category support in API. Am using Adwords PHP v201809. Attached screenshot for reference. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Category is not listing

2020-09-23 Thread denma test
Hi Have created conversion with Submit lead form Category in UI, while listing in API the category is received as empty string. Using Adwords PHP v201809. If there is any limitation in category setup between UI and API means let me know, will plan accordingly. -- --

Re: AddCrmBasedUserList Remarketing user list issue

2020-09-23 Thread denma test
Can you send any link or screen shots to understand then proceed. On Tuesday, September 22, 2020 at 8:50:32 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. We understand that you are the account holder. > Please contact your Google account manager or representative

Get audience details

2020-09-23 Thread denma test
Hi Have created Audiences using API, want to get details of a Audience created. I got few details from API, need details for items in screen shot. Also i would like get the Conversion tag id's, Names linked with Audience. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: DateSpecificRuleUserList Remarketing user list issue

2020-09-23 Thread denma test
Hi As i mentioned i created audience with DateSpecificRuleUserList like $userList = new DateSpecificRuleUserList();. There is no errors in API call, but when look into UI after created it shows as *Visitors of a page *instead of *Visitors of a page during specific dates. *Hope you got the

DateSpecificRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi I have created DateSpecificRuleUserList via PHP v201809 AdWords API. The user list was created in server but it shows as *Visitors of a page *instead of *Visitors of a page during specific dates*. Please let me know the problem here. Attached soap request/response details. Note: Rules

CombinedRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi I have created CombinedRuleUserList via PHP v201809 AdWords API. The user list was created in server but it shows as *Visitors of a page *. Please let me know the problem here. Attached soap request/response details. Note: Rules list also not added, attached screenshot as well. -- --

Re: DateSpecificRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi Shall i get update on this On Monday, September 21, 2020 at 6:36:16 PM UTC+5:30 denma test wrote: > Hi > I have created DateSpecificRuleUserList via PHP v201809 AdWords API. The > user list was created in server but it shows as *Visitors of a page *instead > of > *Visitors o

Re: CombinedRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi Shall i get update on this On Monday, September 21, 2020 at 6:48:14 PM UTC+5:30 denma test wrote: > Hi > I have created CombinedRuleUserList via PHP v201809 AdWords API. The user > list was created in server but it shows as *Visitors of a page *. Please > let me know the

Re: AddCrmBasedUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi Actually am the account manager, created test account to setup API. Let me know the way to allow it from Manager account. I can do it. On Tuesday, September 22, 2020 at 1:50:20 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. CrmBasedUserList needs to be

AddCrmBasedUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi When creating AddCrmBasedUserList encounter issue like "UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA", Let me know what need to do to create this type of user list. Attached soap request/response log. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

CombinedRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi I have created CombinedRuleUserList via PHP v201809 AdWords API. The user list was created in server but it shows as *Visitors of a page *. Please let me know the problem here. Attached soap request/response details. Note: Rules list also not added, attached screenshot as well. -- --

DateSpecificRuleUserList Remarketing user list issue

2020-09-21 Thread denma test
Hi I have created DateSpecificRuleUserList via PHP v201809 AdWords API. The user list was created in server but it shows as *Visitors of a page *instead of *Visitors of a page during specific dates*. Please let me know the problem here. Attached soap request/response details. Note: Rules list

Re: App ad image resoultions

2020-09-18 Thread denma test
Okay, thanks for the reply.However i haven't got solution for my query, My question is simply, Allowed Image dimensions of Universal APP Ad please provide exact details if you have for the query. On Friday, September 18, 2020 at 12:43:46 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > >

Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-18 Thread denma test
Okay, so then how can i list AdGroups of a App campaign with impressions and clicks data. Please clarify me. On Friday, September 18, 2020 at 12:32:58 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. The App Campaigns data could be fetched on the > campaign level or

Re: Showcse Ad creation

2020-09-18 Thread denma test
Hi I have seen the post regarding deprecation, may i know the way to done it.Can you provide solution to avoid this problem without update client library, since my application is based on PHP 5.6 so i cannot use current library because it need minimum PHP 7.2 version. On Thursday, September

Showcse Ad creation

2020-09-17 Thread denma test
Hi i cannot create Showcase Ad under Shopping Adgroup, Expanded image is not uploading properly. Am using PHP Adwords API v201809. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-17 Thread denma test
Hi Am using Adwords API report services to to list Campaign Adgroups. But the service is not listing AdGrpups under App campaigns. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: App ad image resoultions

2020-09-17 Thread denma test
HI Am using Adwords API to create universal App ad, used $universalAppAd = new UniversalAppAd(); class to create App ad. There used setImages function to upload images. Here i would like to validate images sizes before upload to API. Can you please provide details regarding with this concern.

App ad image resoultions

2020-09-16 Thread denma test
Hi Can you share image resolution supports with App Ad type. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: Ad performance report field DSA fields issue

2020-09-16 Thread denma test
Ok, sure. Can you confirm finally whether the Google Ads API will work with PHP 5.6 version? As i seeing with this link the minimum PHP version might need is PHP 7.2. Also tried to build vendor files with PHP 5.6 for this

Re: Fetch Ad Strength

2020-09-16 Thread denma test
Okay, sure. Let me check with that. Thanks. On Tuesday, September 15, 2020 at 11:58:37 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. You can use adstrengthinfo >

Re: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-16 Thread denma test
HI Actually am using Adwords API since my application is PHP5.6 based Google Ads API need PHP 7 version atleast, can you share link relate to Adwords API. On Tuesday, September 15, 2020 at 9:55:44 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. You would be able

Re: Dynamic serach ads selector fields

2020-09-16 Thread denma test
Hi Yes, i tried with that too, but Ad performance report provide Description 2 but not Description 1. On Tuesday, September 15, 2020 at 12:25:40 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > >

Re: Expanded Dynamc Search Ad update

2020-09-16 Thread denma test
HI Thanks for the details. 1. To get the details of the ad you could query the ad_group_ad resource.- Can you share Adwords API link please 2. Updating the existing ExpandedDynamicSearchAd is not supported via the API. You

Ad performance report field DSA fields issue

2020-09-15 Thread denma test
Hi 1. Ad have one Ad perfomace report which listing all creatives with needed details. But while look into the Expanded dynamic search ad data, there is expandedDynamicSearchAdDescription2 only getting listed, cannot find Description 1. If user did not enter description 2 then i

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread denma test
Hi Finally am stuck here, 1. Get Ad details using Adid, if i get the details then only can setup in edit form 2. Update Ad, getting error while mutate ad via Adservice. Below am mention the error once again, Array ( [status] => error [message] => Error in ad update [data] => Array (

Re: APP campaign mutate issue

2020-09-15 Thread denma test
Okay, thanks for the details, will look into it. On Monday, September 14, 2020 at 9:25:37 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. The AdWords API doesn't support creating > YoutubeVideoMedia so you need to manually set the campaign's YouTube Video > assets

Re: Fetch Ad Strength

2020-09-15 Thread denma test
Hi Can you share details with link for Adwords API. On Monday, September 14, 2020 at 10:51:28 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. With regards to your concern about getting the ad > strength of your ads, you can run a report from the ad_group_ad level

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread denma test
Hi Actually i did create ad using $adGroupAdService->mutate() function alone, the problem is i cannot update the Ad as mentioned. Please provide details accordingly. Possible share PHP based samples. On Monday, September 14, 2020 at 10:35:45 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > >

Re: Inventory filter shopping campaign

2020-09-15 Thread denma test
Thanks for the details, will look into it. On Monday, September 14, 2020 at 10:47:32 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out to us. You can filter products to apply your > campaigns by following this example >

Re: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test
Hi Okay, then how do i can get the Ad assets details for a AdGroup as like in the screenshot. Please let me know the correct way to do it, possible please share PHP based examples. On Monday, September 14, 2020 at 11:48:05 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for

Re: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test
Hi Okay, then how do i can get the Ad assets details for a AdGroup as like in the screenshot. Please let me know the correct way to do it, possible please share PHP based examples. On Monday, September 14, 2020 at 11:48:05 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for

Inventory filter shopping campaign

2020-09-14 Thread denma test
Hi Am looking into setup Shopping campaigns using API, may i know how to do Inverntory filter in my UI as like in Google Ads, For reference attached screen shot for the option looking for. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test
HI I have used AD_PERFORMANCE_REPORT report to show list ads and working fine, but it does not returns UNIVERSAL_APP_AD, created Campaign and AdGroups, but not returned in report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Expanded Dynamc Search Ad update

2020-09-14 Thread denma test
Hi I just tried to update descriptions of Expanded Dynamic Search ad, i followed the same way for other creatives update process but while update DSA got below error response form API. Array ( [status] => error [message] => Error in ad update [data] => Array ( [errorResponse] =>

Fetch Ad Strength

2020-09-13 Thread denma test
Hi I have create Ads using API's, can i get Ad strength result using API?. Attached screenshot for the reference. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Dynamic serach ads selector fields

2020-09-12 Thread denma test
Hi Actually i want particular creative details to setup edit page, also i done it using AdService for all ad formats till now, and can get details. But the problem with Dynamic search Ad only. However AdGroupAdService

Re: APP campaign mutate issue

2020-09-12 Thread denma test
Hi Actually when looking into UniversalAppAd class file i can see getter, setter for Video and HTML5 media bundle, How can i make use of it. Please provide some examples relate to that. Attached class file used for the reference. On Saturday, September 12, 2020 at 1:26:21 AM UTC+5:30

Re: APP campaign mutate issue

2020-09-11 Thread denma test
denma test wrote: > Thanks for the details, have done with API's. If any need further will ask. > > On Thursday, September 10, 2020 at 9:14:13 PM UTC+5:30 adsapiforumadvisor > wrote: > >> Hi, >> >> Thank you for reaching out. By looking into the logs you provided

Dynamic serach ads selector fields

2020-09-11 Thread denma test
HI When getting Ad Details for the Dynamic search Ad the API doesn't returned Descriptions. Selectors used: $selectors = array('Id','AdType','Description','ExpandedDynamicSearchCreativeDescription2','CreativeTrackingUrlTemplate', 'CreativeUrlCustomParameters','CreativeFinalUrlSuffix');

Re: APP campaign mutate issue

2020-09-11 Thread denma test
Thanks for the details, have done with API's. If any need further will ask. On Thursday, September 10, 2020 at 9:14:13 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. By looking into the logs you provided I’m > seeing that you are using UniversalAppCampaignSetting

APP campaign mutate issue

2020-09-09 Thread denma test
Hi Facing below error while mutate APP campaign [errorResponse] => [OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations[0].operand.settings] [errorMsg] => OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE SOAP request/response: Have attached file with details -- --

Re: callOnlyAd CANNOT_SET_FIELD error response

2020-09-09 Thread denma test
Okay, thanks for the details. Can we set this using Google Ads API beta? On Wednesday, September 9, 2020 at 1:07:17 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. The fields url, finalUrls, finalMobileUrls, > finalAppUrls, urlCustomParameters, or

Re: Campaign status mismatch between UI and API

2020-09-09 Thread denma test
HI Great, *ServingStatus *working fine thanks. On Wednesday, September 9, 2020 at 12:58:47 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. With regards to your concern, you can use > servingstatus >

Re: Dynamic Ads setup

2020-09-09 Thread denma test
Hi Actually i want to get the details while campaign creation. On Wednesday, September 9, 2020 at 12:45:14 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > You can select the DynamicSearchAdsSetting >

callOnlyAd CANNOT_SET_FIELD error response

2020-09-07 Thread denma test
I can create callOnlyAd Ad type using API, but getting error while using finalUrl, customParameter, getting below error. Array ( [status] => error [message] => Error in ad creation [data] => Array ( [errorResponse] => [AdError.CANNOT_SET_FIELD @ operations[0].operand.ad.finalUrls,

Search campaign with Dynamic ad target and Ad extensions

2020-09-07 Thread denma test
Hi I have created Search campaign with Standard, Dynamic AdGroup types along with Dynamic, Responsive search ad formats, may i know how to add "Dynamic Ad targets in ads", "Ad Extensions" in campaign level. For reference attached screenshiots. -- --

Campaign status mismatch between UI and API

2020-09-06 Thread denma test
Hi I have a campaign which is shown as *Ended *in Google Ads UI but in API it shows as* enabled*. FYR attached screenshot please check. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Dynamic Ads setup

2020-09-05 Thread denma test
Hi I want to get list of Dynamic Ads settings of my account,i have created Google Merchat account and linked with Google Ads account. Now i just want to list that in campaign level as like in screenshot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Device type, OS, Device model setup API

2020-09-02 Thread denma test
Let me try with this code and get back to you. On Wednesday, September 2, 2020 at 4:52:56 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Denma, > > Sorry I misled you in my previous message, you are right, SET is the > operator to use here. > > I was able to set a Platform criteria to target

Re: Device type, OS, Device model setup API

2020-09-01 Thread denma test
Hi I have tried already with ADD, getting belwo error while using ADD operator Array ( [status] => error [message] => Error in platform targeting [data] => Array ( [errorResponse] => [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0].operand.criterion; trigger:'CriterionId{id=30001}']

Re: Campaign types setup

2020-08-31 Thread denma test
Hi Thanks for the details, will check accordingly. On Monday, August 31, 2020 at 9:19:45 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Denma, > > Thanks for reaching out. With regards to your concern, please find my > answer to your question below. > >1. You can create dynamic search

Re: Campaign types setup

2020-08-29 Thread denma test
Hi Actually am looking to create campaign, will focus on reporting later. Can you please update previous queries with reply from campaign create aspects. Also let me the campaign types availability in API of the screenshot attached. On Saturday, August 29, 2020 at 12:49:14 AM UTC+5:30,

Re: Campaign types setup

2020-08-28 Thread denma test
Search - Search Network with Display Select - Search Network only Display - Smart Display campaigns - Standard Display campaigns Shopping - Default with all features App - Default with all features These are my understanding about campaign types setup by refer this link.

Re: Device type, OS, Device model setup API

2020-08-28 Thread denma test
[2020-08-28 16:33:57] AW_SOAP.INFO: clientCustomerId=430-855-8101 operations=1 service=CampaignCriterionService method=mutate responseTime=483 requestId=0005adee0fd9b6d10a627e54090374f0 server=adwords.google.com isFault=0 faultMessage= [2020-08-28 16:33:57] AW_SOAP.DEBUG: POST

Re: impressionsPerDay calcualtion

2020-08-28 Thread denma test
Hi I have converted using PHP functions, thanks for the responses. On Friday, August 28, 2020 at 12:41:27 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Can you please send me screenshots of what you see in the UI and the API > results? Please do so using *reply privately to author*. > >

Re: Device type, OS, Device model setup API

2020-08-27 Thread denma test
Hi Platform criteria is not update with campaign, below is my code and it is not return any error instead provide success response only $adWordsServices = new AdWordsServices(); $campaignCriterionService = $adWordsServices->get($session, CampaignCriterionService::class); $campaignCriteria = [];

Campaign types setup

2020-08-26 Thread denma test
Hi In Google Ads UI i can see 7 campaign types, may i know the possible types support via Adwords API, since am using PHP client library.v201809. PFA. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: impressionsPerDay calcualtion

2020-08-26 Thread denma test
Hi Yes, i knew in money related part we need to divide API value by 100, here am asking about impressions per day in response frmo Keyword estimate request. I just need to convert the response to Millions or Billions as like in Google Ads UI/ On Thursday, August 27, 2020 at 1:10:44 AM

Re: Ads enabled after remove

2020-08-26 Thread denma test
Okay, thanks for the updates. On Thursday, August 27, 2020 at 1:46:28 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Unfortunately, there is no way to enable a deleted ad. Once you delete an > ad, this action is permanent and cannot be changed. > > Regards, > [image: Google Logo] >

Ads enabled after remove

2020-08-26 Thread denma test
Hi I have removed an Ad using $adGroupAd->setStatus(AdGroupAdStatus::DISABLED), but the thing is i cannot enable it after removed. The API throws below error Array ( [status] => error [message] => Ad was not updated [data] => Array ( [errorResponse] =>

Re: Existing campaign with adgroup traffic estimation

2020-08-25 Thread denma test
Hi Thanks for the confirmation, sure will limit the similar posts as you mentioned. However can you please check with my another question subject as * "impressionsPerDay calcualtion" *please, so i can finalize the Traffic estimator setup from my end. On Tuesday, August 25, 2020 at 11:48:53 PM

Re: Audience rules set

2020-08-25 Thread denma test
Okay, fine. Let me work as discussed will come back if any queries. Thanks. On Tuesday, August 25, 2020 at 10:31:19 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Yes that is correct. Let me know if you have further questions. > > Thank you, > > [image: Google Logo] > Bryan Li > Google Ads

  1   2   >