Re: googleadsapi-supp...@google.com

2025-04-14 Thread ujwal dhakal
Hi there, Thank you for the explanation. Here are a few doubts for implementing the *order_id* 1) Can we use the same order_id for both click & adjustment that happen for conversion? 2) Do we need to update any setups on the Google Ads dashboard to send *order_id*? 3) Do the *order_id* need t

Re: googleadsapi-supp...@google.com

2025-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ujwal, Please find the answers for your questions below: 1. Would you recommend using order_id for both click and adjustment conversions, while using GBRAID only for click conversions—not for adjustments of type RESATE? Yes, using order_id is highly recommended for both initial click conver

Re: googleadsapi-supp...@google.com

2025-04-10 Thread ujwal dhakal
Hi there, Thank you for your prompt response. So far, we haven’t sent any data with order_id for either click or adjustment conversions. I have a few questions: 1. Would you recommend using *order_id* for both click and adjustment conversions, while using *GBRAID* only for click

Re: googleadsapi-supp...@google.com

2025-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ujwal, I would like to inform you that you should not send the GBRAID as the order_id field when sending a conversion adjustment. The GBRAID is a Google identifier for browser-side conversions. It's used to link browser-based activity to conversions. Kindly note that orderId is the unique or

Re: googleadsapi-supp...@google.com

2025-04-10 Thread ujwal dhakal
Hi, We are not using order_id while sending click conversion instead we are just sending the GBRAID as per the documentation. Does this mean we can send the GBRAID as the `order_id` field while sending the conversion adjustment? On Wednesday, April 9, 2025 at 4:07:16 PM UTC+2 Google Ads API Fo

googleadsapi-supp...@google.com

2025-04-09 Thread ujwal dhakal
Hy there, We are trying to use GBRAID & WBRAID for conversions that do not have clickids. We are able to send this information for ClickConversion. For `adjusted conversions `there are no any fields to specify GBRAID while sending it from php. How can I specify GBRAID while sending adjusted co

googleadsapi-supp...@google.com

2024-05-29 Thread 'Pravalika Guduru' via Google Ads API and AdWords API Forum
Hello, I see a few campaigns in the UI but they are missing from UI. I've checked all the statuses but still unable to see it. It has data till current date in UI and is still running. Can you help me with this. Let me know the details required for this -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

googleadsapi-supp...@google.com; adsapi@forumsupport.google;

2022-05-19 Thread Ronak Shah
Hello, We have completed the Adowrds to GoogleAds Api migration. We are using Google Ads API to get ad_group_ad and keyword_view report data by issuing a GAQL search query. There are 2 accounts under our managerId: Once for web and one for mobile application. When we issue a query we are able to

Re: googleadsapi-supp...@google.com

2022-05-19 Thread eftikhar emad
BTW, these list returned after *partial_failure *of 5000, does it mean one ID failed then mutating the next ids halted ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

Re: googleadsapi-supp...@google.com

2022-05-19 Thread eftikhar emad
I try to add them again *google_operations = [* *{:operator=>"ADD", :operand=>{:campaign_id=>X, :criterion=>{:xsi_type=>"Location", :id=>9014038}}},{:operator=>"ADD", :operand=>{:campaign_id=>X, :criterion=>{:xsi_type=>"Location", :id=>9014040}}},{:operator=>"ADD",

googleadsapi-supp...@google.com

2022-05-18 Thread eftikhar emad
Hello Team, I keep getting `resource was not found. mutating` as partial error on Mutating Add operator for campaign_criterion, check : resource was not found. mutating: ADD for the listed criterions ids:[9014038, 9014040, 9025836, 1013194, 9025971, 9025972, 1013221, 9025988, 9053954, 1013303,

RE: googleadsapi-supp...@google.com

2021-11-15 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. I can see that you’ve created another duplicate of the forum thread for the same issue and we will respond to you on this thread for better issue tracking. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API

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 t

RE: googleadsapi-supp...@google.com

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. I understand that you’ve encountered the error criterionError. Please see this blog post to get more information on what changes they made recently. Note: Creation of new BMMs using the legacy BMM notation (+keyword) and modifications to existing BMM keyword tex

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 examples/BasicOpe