Re: Image upload

2023-06-14 Thread Oleg Disrupt
hi can you help me? On Monday, June 12, 2023 at 2:41:36 PM UTC+9 Oleg Disrupt wrote: > Hi > Is there any way how to upload market & square market images with > recommend size from my regular size image (for example my image size is > 1024 *

Image upload

2023-06-11 Thread Oleg Disrupt
Hi Is there any way how to upload market & square market images with recommend size from my regular size image (for example my image size is 1024 * 1024)? Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

update campaign target location

2023-06-02 Thread Oleg Disrupt
Hello I want to remove all locations in campaign and update new locations. I tried it to use in google-php-sdk examples but some locations still exist foreach ($locationIds as $locationId) { // Creates a campaign criterion. $campaignCriterion = new CampaignCriterion([

location value

2023-05-04 Thread Oleg Disrupt
Hi How can I get target value for countries? I only can get US: 2840. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: final urls

2023-05-04 Thread Oleg Disrupt
Google\ApiCore\ApiException: { message: Request contains an invalid argument., code: 3, status: INVALID_ARGUMENT, details: [ { @type: type.googleapis.com\/google.ads.googleads.v12.errors.GoogleAdsFailure, errors: [ {

final urls

2023-05-03 Thread Oleg Disrupt
Hello I tried to create the ad (responsivedisplayad) with this url but it doesnt work. https://srchxxx.com/search/top5/?s=test+Treatments=8f2ba2376f402bb90771c61fc491a506 It seems there is issue for parameter length but I can't find any help for it. Can you help me? Regards -- --

Re: How to get the ads value?

2022-10-23 Thread Oleg Disrupt
I found a solution On Saturday, October 22, 2022 at 8:21:33 AM UTC+9 Oleg Disrupt wrote: > Hello > I want to get the ads values such as clicks, impression, ctr, etc from > customerid, campaignsid, adgroups id. > Thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to get the ads value?

2022-10-21 Thread Oleg Disrupt
Hello I want to get the ads values such as clicks, impression, ctr, etc from customerid, campaignsid, adgroups id. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Get Campaigns in general account (not manager account)

2022-10-21 Thread Oleg Disrupt
Hello I tried to get the campaigns using google-ads-php sdk. I tried to get the campaigns by using one account in my manager account so I can get the campaigns list successfully for example *php examples/BasicOperations/GetCampaigns.php --customerId xx0632* but I tried to get them with

Re: all account list

2021-12-01 Thread Oleg Disrupt
Hi, Thank you for your help. I tried to run GetAccountHierarchy.php but I can see this error. -php examples/AccountManagement/GetAccountHierarchy.php No manager customer ID is specified. The example will print the hierarchies of all accessible customer IDs: 9x 7xx ApiException was

all account list

2021-11-15 Thread Oleg Disrupt
Hi I want to get all account list in accounts->performance using php, google ads api. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

setting language parameter in new campaign class

2021-11-15 Thread Oleg Disrupt
Hello, I want to add the language that I want when i created the new campaign. for example $campaign = new Campaign([ 'name' => 'campaign1', 'language' => english ]); I can't see 'language' parameter in campaign class. Can you help me? Regards oleg -- --

googleadsapi-supp...@google.com

2021-11-15 Thread Oleg Disrupt
Hello I want to get all accounts in my manager account. I tried to get the account list using below example php examples/AccountManagement/ListAccessibleCustomers.php but I can see all manage accounts like top right in my account. so I want to get all accounts in accounts->performance. I tried

budget issue in creation new campaign.

2021-11-14 Thread Oleg Disrupt
Hello when i try to run this script, I can see new budget(shared budget) with new campaign. php examples/BasicOperations/AddCampaigns.php --customerId 9641267633 I only want to create new campaign with individual campaign budget (only budget number) not user addCampaignBudget for example

get all accounts under my manage account.

2021-11-14 Thread Oleg Disrupt
Hello I want to get all accounts in my manager account. I tried to get the account list using below example php examples/AccountManagement/ListAccessibleCustomers.php but I can see all manage accounts like top right in my account. so I want to get all accounts in accounts->performance. I tried to

Get the file content to attach in gmail header

2021-11-11 Thread Oleg Disrupt
Hello I want to read the csv file in header in my email. Message part like this [1]=> object(Google\Service\Gmail\MessagePart)#226 (15) { ... ["filename"]=> string(64) "test.csv" ... ["headers"]=> array(4) { [0]=> ... [1]=> ... [2]=>

GetMessage issue using gmail api

2021-11-10 Thread Oleg Disrupt
Hello I try to get the message in my inbox using gmail api so I can see this error -code https://newbedev.com/php-gmail-api-get-message-subject-code-example -error PHP Fatal error: Uncaught Google\Service\Exception: { "error": { "code": 403, "message": "Metadata scope doesn't allow

googleadsapi-supp...@google.com

2021-11-10 Thread Oleg Disrupt
Hello, I can see below errors when I try to add keyword like this: "+aa+bb+cc" -code $keywordText="+a+b+c"; $keywordInfo = new KeywordInfo([ 'text' => $keywordText, 'match_type' => KeywordMatchType::BROAD ]); -error E:\...\Test\google-ads-php>php

Re: AddKeywords issue

2021-11-09 Thread Oleg Disrupt
E:\xec\Test\google-ads-php>php examples/BasicOperations/AddKeywords.php --customerId 9641267633 --adGroupId 129982595255 ApiException was thrown with message '{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ {

AddKeywords issue

2021-11-09 Thread Oleg Disrupt
Hello I want to add keyword "+a +b+c" using google api. It doesn't work well with above keyword because of "+" sign. It works well for general words. $keywordText="+a+b+c"; $keywordInfo = new KeywordInfo([ 'text' => $keywordText, 'match_type' => KeywordMatchType::BROAD

Re: generateKeywordIdeas - sort

2021-11-02 Thread Oleg Disrupt
Hi Matt, Thank you for your reply and your honestly support. So I attached screenshot for sort example. so in below code, I need to add sort argument for special filed(for example top of page id(low range) ) $response = $keywordPlanIdeaServiceClient->generateKeywordIdeas( [

generateKeywordIdeas - sort

2021-11-01 Thread Oleg Disrupt
Hello I want to add sort feature when call the this function: generateKeywordIdeas How can I do this one? Regards Oleg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Not understanding why I am hitting RESOURCE_EXHAUSTED

2021-10-25 Thread Oleg Disrupt
I saw the same issues several time but I fixed that. can i see your snippet code? Thanks On Monday, October 25, 2021 at 8:21:04 PM UTC+9 den...@wakeupdata.com wrote: > Hi > > Hopefully someone can help me here. Why am I hitting the resource > exhausted limit. > > Under API & Services it says I

Re: Add Filter in generateKeywordIdeas

2021-10-24 Thread Oleg Disrupt
can you help me? This is urgent. Any suggestion will help me. Thanks On Monday, October 25, 2021 at 11:00:45 AM UTC+9 Oleg Disrupt wrote: > Hi > I want to add filter (for example competiton is high) to call > generateKeywordIdeas. > > How can i do

Re: micros to dollar

2021-10-24 Thread Oleg Disrupt
I fixed it On Saturday, October 23, 2021 at 10:36:23 AM UTC+9 Oleg Disrupt wrote: > In google ads keywordplanner I tried to search with my keywords and > customer id, language us(1000), location : united state > But as I mentioned above it was different result between my app a

Add Filter in generateKeywordIdeas

2021-10-24 Thread Oleg Disrupt
Hi I want to add filter (for example competiton is high) to call generateKeywordIdeas. How can i do this? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

LocationId array problem in generateKeywordIdeas

2021-10-23 Thread Oleg Disrupt
Hello I want to get keywordideas in united state. When I use generateKeywordIdeas function, it requires location id array param but there are many location ids in united state. Max location array request is 10 so I should call request for all locations in united state? How can i use one id to

Re: micros to dollar

2021-10-22 Thread Oleg Disrupt
In google ads keywordplanner I tried to search with my keywords and customer id, language us(1000), location : united state But as I mentioned above it was different result between my app and google keywordplans On Saturday, October 23, 2021 at 7:07:45 AM UTC+9 Oleg Disrupt wrote: > Hi M

Re: micros to dollar

2021-10-22 Thread Oleg Disrupt
Hi Matt, Thank you for your help. I have one thing to ask you. when i call generateKeywordIdeas method in this KeywordPlanIdeaServiceGrpcClient, it requires geoTargetConstants (locations array). I got the all locations from geotarget.csv and created the array. It required max 10 value in array

Keyword Plan High Top bid value

2021-10-21 Thread Oleg Disrupt
Hi foreach ($response->iterateAllElements() as $result) { $bid = (is_null($result->getKeywordIdeaMetrics()) ? 0 : $result-> getKeywordIdeaMetrics()->getHighTopOfPageBidMicros()); } In this code, I can get micros(int64 - 1065154) as value. How can I convert it to $value? for example $1.04 Thanks

micros to dollar

2021-10-21 Thread Oleg Disrupt
Hello I got the high_top_of_page_bid_micros using getKeywordIdeaMetrics api function. It shows big number like 86. I can see it as $value as shown in google keywordplan. How can I get this value? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

No result in getcampaigns.php

2021-10-19 Thread Oleg Disrupt
Hello I got to clone https://github.com/googleads/google-ads-php and tried to test php examples/BasicOperations/GetCampaigns.php --customerId but I can't see any result. I can see the result in my command prompt. ~ [2021-10-19T08:27:22.627915+02:00]