Error RPC_DEADLINE_TOO_SHORT

2022-07-24 Thread Adrian Lara
 

Hi, Google Ads Team I have the same issue in V11,
const CLIENT_TIMEOUT_MILLIS = 20 * 60 * 1000; 

Error:
`---
Method Name: /google.ads.googleads.v11.services.GoogleAdsService/Search
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php/7.4.22 gccl/15.1.0 gapic/15.1.0 gax/1.13.0 
grpc/1.25.0 rest/1.13.0 pb/+n",
"x-goog-request-params": "customer_id=",
"developer-token": "REDACTED",
"login-customer-id": "X"
}
Request:
{"customerId":"1206260014","query":"SELECT 
ad_group_criterion.criterion_id,\r\n\t\t\tad_group_criterion.keyword.text,\r\n\t\t\tad_group.name,\r\n\t\t\tad_group_criterion.status,
 
\r\n\t\t\tad_group_criterion.keyword.match_type, \r\n\t\t\tcampaign.id, 
\r\n\t\t\tsegments.date,\r\n\t\t\tad_group_criterion.quality_info.quality_score,
 
\r\n\t\t\tad_group_criterion.quality_info.post_click_quality_score, 
\r\n\t\t\tad_group_criterion.quality_info.creative_quality_score,\r\n\t\t\tad_group_criterion.position_estimates.top_of_page_cpc_micros,
 
\r\n\t\t\tad_group_criterion.position_estimates.first_page_cpc_micros, 
\r\n\t\t\tad_group_criterion.position_estimates.first_position_cpc_micros,\r\n\t\t\tmetrics.clicks,
 
\r\n\t\t\tmetrics.impressions,\r\n\t\t\tmetrics.engagements, 
\r\n\t\t\tmetrics.interactions,\r\n\t\t\tmetrics.cost_micros,\r\n\t\t\tad_group_criterion.effective_cpc_bid_micros,
 
\r\n\t\t\tmetrics.average_cost,\r\n\t\t\tmetrics.average_cpc,\r\n\t\t\tmetrics.search_exact_match_impression_share,
 
\r\n\t\t\tmetrics.search_impression_share,\r\n\t\t\tmetrics.search_rank_lost_impression_share,
 
\r\n\t\t\tmetrics.conversions,\r\n\t\t\tmetrics.all_conversions,\r\n\t\t\tmetrics.view_through_conversions,
 
\r\n\t\t\tcampaign.name \r\n\t\t\tFROM keyword_view \r\n\t\t\tWHERE 
ad_group_criterion.status IN ('PAUSED','ENABLED') \r\n\t\t\tAND 
ad_group_criterion.negative = false \r\n\t\t\tAND campaign.status IN 
('ENABLED','PAUSED') \r\n\t\t\tAND segments.date DURING YESTERDAY"}
Response 

Headers: {
"request-id": "QHpmE3VpaG4owaDd-XmRTQ",
"date": "Fri, 22 Jul 2022 01:31:21 GMT",
"alt-svc": "h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43""
}
Fault 

Status code: 3
Details: Request contains an invalid argument.
Failure: 
{"errors":[{"errorCode":{"requestError":"RPC_DEADLINE_TOO_SHORT"},"message":"The
 
request timed out because the specified deadline was too short to complete 
the request. Please set a larger deadline and 
retry."}],"requestId":"QHpmE3VpaG4owaDd-XmRTQ"} `

Query
$query ="SELECT ad_group_criterion.criterion_id, 
ad_group_criterion.keyword.text, ad_group.name, ad_group_criterion.status, 
ad_group_criterion.keyword.match_type, campaign.id, segments.date, 
ad_group_criterion.quality_info.quality_score, 
ad_group_criterion.quality_info.post_click_quality_score, 
ad_group_criterion.quality_info.creative_quality_score, 
ad_group_criterion.position_estimates.top_of_page_cpc_micros, 
ad_group_criterion.position_estimates.first_page_cpc_micros, 
ad_group_criterion.position_estimates.first_position_cpc_micros, 
metrics.clicks, metrics.impressions, metrics.engagements, 
metrics.interactions, metrics.cost_micros, 
ad_group_criterion.effective_cpc_bid_micros, metrics.average_cost, 
metrics.average_cpc, metrics.search_exact_match_impression_share, 
metrics.search_impression_share, metrics.search_rank_lost_impression_share, 
metrics.conversions, metrics.all_conversions, 
metrics.view_through_conversions, campaign.name FROM keyword_view WHERE 
ad_group_criterion.status IN ('PAUSED','ENABLED') AND 
ad_group_criterion.negative = false AND campaign.status IN 
('ENABLED','PAUSED') AND segments.date DURING YESTERDAY";

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6824abdd-7c11-4f68-b5ee-6954f9b218ben%40googlegroups.com.


Re: Error RPC_DEADLINE_TOO_SHORT

2022-07-25 Thread Adrian Lara
Hi Google Team, I check it, and up to (20 to 120) *60 *100 same example we 
have in API code and I have the same issue with the Big accounts.

On Monday, July 25, 2022 at 12:14:49 AM UTC-4 adsapi wrote:

> Hi Adrian,
>
> Thank you for posting your concern. You may try setting 
> *CLIENT_TIMEOUT_MILLIS 
> = 5 * 60 * 1000 (*which is equivalent to 2 hours) in your application as 
> according to this document 
> ,
>  you 
> can set timeout to 2 hours or more and to address the error. Let me know 
> what goes after.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2d0q6Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c4b4e777-0d16-400b-ba44-86e3bd7c175dn%40googlegroups.com.


Re: Google Ads API campaign.status returns 2,4 but not actual status Values like ENABLED, PAUSED

2019-06-18 Thread Adrian Lara
Hi,

use Google\Ads\GoogleAds\V1\Enums\CampaignStatusEnum;

$CampaignStatus = new CampaignStatus();
$status = $CampaignStatus->name($value);// Get CampaignStatus::ENABLE

maybe explode('::',$status)[1]


On Monday, June 17, 2019 at 10:39:53 AM UTC-3, Ronak Shah wrote:
>
> Hello,
>
> We are querying campaign service 
>  to 
> get list of campaigns
>
>$query = 'SELECT campaign.id, campaign.name, campaign.status 
> FROM campaign Where campaign.status IN ("ENABLED", "PAUSED", "REMOVED") 
> ORDER BY campaign.id';
> 
> // Issues a search request by specifying page size.
> $response = $googleAdsServiceClient->search($client_id, 
> $query, ['pageSize' => self::PAGE_SIZE]);
>
>
> But campaign response returns status as numbers (2,3,4) instead of string 
> "ENABLED", "PAUSED", "REMOVED". 
>
> How do we map these numbers with actual status?
>
> Thanks,
> Ronak
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d9d4c6e1-eed0-4be6-884b-10aa60f1a9b5%40googlegroups.com.


New audience: Customer list Google Ads

2019-06-19 Thread Adrian Lara
Hello team,
 I need your help, I try to recreate the functionality of uploading the 
email list in the audience, but I do not see these options in the API. They 
can guide me or clarify where to start.

[image: image]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3c0b924-709d-42c6-9c90-a1775deebc3d%40googlegroups.com.


New audience: Customer list trow Api Google Ads

2019-06-19 Thread Adrian Lara
Hello team,


 I need your help, I try to recreate the functionality of uploading the 
email list in the audience, but I do not see these options in the API. They 
can guide me or clarify where to start.

[image: image]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/37e3cec8-e335-4477-857e-e70adc94c3ea%40googlegroups.com.


Re: New audience: Customer list trow Api Google Ads

2019-06-19 Thread Adrian Lara
Thanks for the information,
 yes, we need to import the email list to the audience in the Google ads in 
the new version API, has information on when this functionality will be 
ready in the new API.

Adrian Lara.


On Wednesday, June 19, 2019 at 6:14:07 AM UTC-3, adsapiforumadvisor wrote:
>
> Hi Adrian,
>
> Could you confirm if my understanding is correct that what you are looking 
> for is a way via the Google Ads API to add a list of emails into your 
> existing userlists? If yes, then, adding members to your userlists is 
> currently not supported in the Google Ads API.
>
> For now, only the AdWords API can be used to update your userlists with 
> members using the AdwordsUserListService.mutateMembers() 
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService#mutatemembers>
>  
> method. I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UBo9Is:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c5e6473-9266-4982-b3fe-d52a9e37787b%40googlegroups.com.


Re: Difference between Java libraries on GitHub

2019-06-20 Thread Adrian Lara
Hi Nathan, https://github.com/googleads/google-ads-java is new 
implementation for the google ads api, the result is same but all client 
need move for this version.

On Thursday, June 20, 2019 at 6:06:52 PM UTC-3, Nathan wrote:
>
> Hello!
>
> What's the difference between *https://github.com/googleads/google-ads-java 
> * vs 
> *https://github.com/googleads/googleads-java-lib 
> * ?
>
> I'm working on an internal application that needs to pause and update Ads 
> campaigns, and I could use a pointer to which library I should be using.
>
>
>
> *DISCLAIMER:* Any advice or comments provided by an employee of 
> Healthcare Research LLC (HCR) is provided with the understanding that 
> neither the employee nor HCR is rendering legal advice. HCR customers 
> (including myCNAjobs.com and HealthHire.com) are responsible for ensuring 
> job and other content meets EEO standards and all applicable State and 
> Federal law requirements. HCR is not responsible. HCR may make 
> recommendations via phone consultation, email, webinars, or other site 
> content or data reports. The recommendations are not intended to be legal 
> advice and it is recommended that all customers seek advice of 
> its own counsel to ensure such compliance. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e02cf67f-9be9-430b-9b53-a88ee207f012%40googlegroups.com.


Extension SiteLink Google ads php

2019-06-27 Thread Adrian Lara
Hi Google Ads,

I am trying to perform SiteLink type extension, but it is becoming 
impossible due to lack of documentation. Someone to tell me if I'm going 
well.


use Google\Protobuf\StringValue;
use Google\ApiCore\ApiException;
use Google\Ads\GoogleAds\Util\V1\ResourceNames;
use Google\Ads\GoogleAds\V1\Common\AdScheduleInfo;
use Google\Ads\GoogleAds\Lib\V1\GoogleAdsException;
use Google\Ads\GoogleAds\V1\Common\SitelinkFeedItem;
use Google\Ads\GoogleAds\V1\Resources\ExtensionFeedItem;
use Google\Ads\GoogleAds\V1\Resources\AdGroupExtensionSetting;
use Google\Ads\GoogleAds\V1\Enums\ExtensionTypeEnum\ExtensionType;
use Google\Ads\GoogleAds\V1\Services\AdGroupExtensionSettingOperation;
use Google\Ads\GoogleAds\V1\Enums\DayOfWeekEnum\DayOfWeek;
use Google\Ads\GoogleAds\V1\Enums\MinuteOfHourEnum\MinuteOfHour;

 private function 
newAdScheduleInfo($nameDayOfWeek,$startMinute,$endMinute,$startHour,$endHour){
  
  $adScheduleInfo = new AdScheduleInfo();
  $adScheduleInfo ->setDayOfWeek( (new DayOfWeek)->value($nameDayOfWeek) );
  $adScheduleInfo ->setStartMinute( (new MinuteOfHour)->value($startMinute) 
);
  $adScheduleInfo ->setEndMinute( (new MinuteOfHour)->value($endMinute) );
  $adScheduleInfo ->setStartHourValue($startHour);
  $adScheduleInfo ->setEndHourValue($endHour);
  return $adScheduleInfo;
 }

 private function newSiteLinkOption($linkUrl,$link_text, $line1, $line2){  
  $sitelink = new SitelinkFeedItem();
  $sitelink->setLinkTextValue($link_text);
  $sitelink->setLine2Value($line2);
  $sitelink->setLine1Value($line1);
  $sitelink->setFinalUrls( [ new StringValue( [ 'value' => $linkUrl ] ) ] );
  return $sitelink;
 }


$operations = [];
   $adGroupResourceName =new StringValue( [ 'value' => 
ResourceNames::forAdGroup($this->customerId, $groupId) ] );
   $adScheduleInfo = [];
   $days = ['MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY','FRIDAY'];
   foreach ($days  as $day) {
$adScheduleInfo[] = $this->newAdScheduleInfo($day,'ZERO','ZERO',0,24);
   }
  
   $sitelink_feed_item = 
$this->newSiteLinkOption('https://experimax.com','Support Experimax', 'Desc 
1 ', 'Desc 2' );
   if(!$sitelink_feed_item){
return false;
   }
  
   $extensionFeedItem = new ExtensionFeedItem([
'sitelink_feed_item' => $sitelink_feed_item,
'ad_schedules' => $adScheduleInfo,
'start_date_time' => "2021-03-05 09:00:00",
'end_date_time'   => "2024-03-05 08:00:00",
   ]);
   
   $adGroupExtensionSetting = new AdGroupExtensionSetting([
'ad_group'=> $adGroupResourceName,
'extension_type' => ExtensionType::SITELINK,
'extension_feed_items' => [$extensionFeedItem->getResourceName()]
   ]);
  
   $adGroupExtensionSettingOperation = new 
AdGroupExtensionSettingOperation();
   $adGroupExtensionSettingOperation->setCreate($adGroupExtensionSetting);
   $operations[] = $adGroupExtensionSettingOperation;

   $adGroupExtensionSettingServiceClient = 
$this->service->getAdGroupExtensionSettingServiceClient();
   $response = 
$adGroupExtensionSettingServiceClient->mutateAdGroupExtensionSettings($this->customerId,
 
$operations);




string(1102) "{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\/google.ads.googleads.v1.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"requestError": "RESOURCE_NAME_MISSING"
},
"message": "Resource name is missing.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": "0"
},
{
"fieldName": "create"
},
{
"fieldName": "extension_feed_items"
}
]
}
}
]
}
]





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To v

Re: Extension SiteLink Google ads php

2019-06-28 Thread Adrian Lara
ok, the problem in my investigation is  here:

$extensionFeedItem = new ExtensionFeedItem([
'sitelink_feed_item' => $sitelink_feed_item,
'ad_schedules' => $adScheduleInfo,
'start_date_time' => "2021-03-05 09:00:00",
'end_date_time'   => "2024-03-05 08:00:00",
'extension_type'  => ExtensionType::SITELINK,
'status' => (new FeedItemStatus)->value('ENABLED')
   ]);
   
return $extensionFeedItem->getResourceName();

   $adGroupExtensionSetting = new AdGroupExtensionSetting([
'ad_group'=> $adGroupResourceName,
'extension_type' => ExtensionType::SITELINK,
'extension_feed_items' => [$extensionFeedItem->getResourceName()]
   ]);

the Output is empty and parameter 'extension_feed_items' required this 
information.

[image: Capture.PNG]


On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote:
>
> Hi Adrian,
>
> Thank you for reaching out.
>
> The error you are encountering INVALID_ARGUMENT, based from the 
> description, means that you are missing a resource name that is required in 
> one of your operations.
>
> Upon checking the code you've provided, it seems that you are passing the 
> correct parameters. However, since I am not that knowledgeable in PHP, 
> could you provide the complete JSON request and response logs so I could 
> further investigate this? You may refer to this guide 
>  on how to enable 
> logging in your library. You may use the *reply privately to author* 
> option.
>
> Regards,
> Dannison
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UCZr1z:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3ddd6f53-5885-4312-a1f2-3e4375ea3be8%40googlegroups.com.


Re: Extension SiteLink Google ads php

2019-06-30 Thread Adrian Lara
Any Update??

On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote:
>
> Hi Adrian,
>
> Thank you for reaching out.
>
> The error you are encountering INVALID_ARGUMENT, based from the 
> description, means that you are missing a resource name that is required in 
> one of your operations.
>
> Upon checking the code you've provided, it seems that you are passing the 
> correct parameters. However, since I am not that knowledgeable in PHP, 
> could you provide the complete JSON request and response logs so I could 
> further investigate this? You may refer to this guide 
>  on how to enable 
> logging in your library. You may use the *reply privately to author* 
> option.
>
> Regards,
> Dannison
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UCZr1z:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/24ae8ed2-5b10-4174-8160-711dcb2854e6%40googlegroups.com.


Re: Extension SiteLink Google ads php

2019-07-01 Thread Adrian Lara
Ready, I need add this:

$operationObject  = new ExtensionFeedItemOperation();
$operationObject ->setCreate($operation);
$adGroupExtensionSettingServiceClient = $this->service->
getExtensionFeedItemServiceClient();
$adGroupExtensionSettingServiceClient->mutateExtensionFeedItems($this->
customerId, $operations); 



On Sunday, June 30, 2019 at 2:53:31 PM UTC-3, Adrian Lara wrote:
>
> Any Update??
>
> On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote:
>>
>> Hi Adrian,
>>
>> Thank you for reaching out.
>>
>> The error you are encountering INVALID_ARGUMENT, based from the 
>> description, means that you are missing a resource name that is required in 
>> one of your operations.
>>
>> Upon checking the code you've provided, it seems that you are passing the 
>> correct parameters. However, since I am not that knowledgeable in PHP, 
>> could you provide the complete JSON request and response logs so I could 
>> further investigate this? You may refer to this guide 
>> <https://github.com/googleads/google-ads-php/#logging> on how to enable 
>> logging in your library. You may use the *reply privately to author* 
>> option.
>>
>> Regards,
>> Dannison
>> Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5001UCZr1z:ref
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3254d124-e1c2-479b-921e-2bd392ce8f28%40googlegroups.com.


Ad Extension type Location GMB through the API google_ads_php

2019-07-02 Thread Adrian Lara

Hi Team, 

I need to know where I can find Extension Location GMB information, since I 
do not find anything about this in the new API.

Thank you Adrian Lara.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/40d968f5-0599-43b7-b877-5a219f013344%40googlegroups.com.


Re: Google Ads API returning to beta?!

2019-07-03 Thread Adrian Lara
Is my same question.

On Wednesday, July 3, 2019 at 3:16:24 AM UTC-3, Mat wrote:
>
> Hi,
>
> just seen:
>
>
> https://ads-developers.googleblog.com/2019/07/google-ads-api-returning-to-beta.html
>
> You want me to put the work of the last four months in the trash?
>
> Regard
> Mat
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a6e2082-c028-4cb6-b8ae-6f74e518509d%40googlegroups.com.


Google ads php V2 get Change history.

2019-07-15 Thread Adrian Lara
Hi Google ads Api, 

I need help with get Change History. please you have any example, or 
information about it?? Ty

Note: I have problem with tag in Google Group. lol

Adrian Lara.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e07e77dc-dc93-46ef-b6e9-fd6dd47cf5c6%40googlegroups.com.


Re: Google Ads API returning to beta?!

2019-07-15 Thread Adrian Lara
The problem is I am begun my project with the new API, all my job sent to 
the trash?? 

On Thursday, July 4, 2019 at 4:24:44 AM UTC-3, adsapiforumadvisor wrote:
>
> Hello Mat, Adrian,
>
> We recommend to use the AdWords API for your production systems. While 
> Google Ads API is in “beta”, you may use the new API for testing and 
> development work in preparation for future migration. Please keep in mind 
> that during this "beta" phase, there may be breaking changes in the Google 
> Ads API. We're sorry for this inconvenience.
>
> Note that Google Ads API is not going away and we are committed to it. 
> During the "beta" phase, we will focus on delivering a much better 
> performing Google Ads API to meet your and your customers’ needs.
>
> Best,
> Thanet, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UCalJd:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/68b85c62-72d4-4f62-8b2e-b0f7ff35b5fb%40googlegroups.com.


Google ads php Laravel integration example.

2019-07-16 Thread Adrian Lara
Hi Google API Team/Community, 

I need use Google ads php in Laravel but no see Google example for this. 
Please help me before make my own pack.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/260b62d3-4acf-4994-b292-5c0b27db6956%40googlegroups.com.


Re: Extension SiteLink Google ads php

2019-07-16 Thread Adrian Lara
Now is good, after add code(before post) now is good ty for you help.

On Monday, July 1, 2019 at 3:45:41 PM UTC-3, adsapiforumadvisor wrote:
>
> Hello Adrian, 
>
> Could you please confirm if you need additional assistance creating the 
> Sitelink Extensions through the API? If so, could you please share the 
> request and response logs which contain the error details, to check this 
> further? You can share the details privately via Reply privately to author 
> option. 
>
> Regards,
> Bharani, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UCZr1z:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/65d580c5-2f59-4816-a908-cc6f2c342920%40googlegroups.com.


Re: Adwords API returns Sitelinks errors for other objects

2019-07-19 Thread Adrian Lara
Hi, check this is for new 
API: 
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/5DcE3Tb8Sck

On Friday, July 19, 2019 at 9:01:32 AM UTC-3, Wesley Bowman wrote:
>
> This is *still* a problem for us. Is there any news? 
>
> On Friday, June 7, 2019 at 10:53:22 PM UTC+2, adsapiforumadvisor wrote:
>>
>> Hi Wesley,
>>
>> I've pulled the relevant logs and asked the relevant teams to take a 
>> look. I'll keep you posted.
>>
>> Cheers
>> Anash
>>
>> ref:_00D1U1174p._5001UBlPtt:ref
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6426ea04-e03a-48c0-8319-e978ae5ae370%40googlegroups.com.


Re: Adwords API returns Sitelinks errors for other objects

2019-07-22 Thread Adrian Lara
OK, np.

On Monday, July 22, 2019 at 8:42:34 AM UTC-3, Wesley Bowman wrote:
>
> Hi Adrian,
>
> That seems to be a different issue than what I am trying to get solved 
> here. 
>
> On Friday, July 19, 2019 at 3:34:38 PM UTC+2, Adrian Lara wrote:
>>
>> Hi, check this is for new API: 
>> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/5DcE3Tb8Sck
>>
>> On Friday, July 19, 2019 at 9:01:32 AM UTC-3, Wesley Bowman wrote:
>>>
>>> This is *still* a problem for us. Is there any news? 
>>>
>>> On Friday, June 7, 2019 at 10:53:22 PM UTC+2, adsapiforumadvisor wrote:
>>>>
>>>> Hi Wesley,
>>>>
>>>> I've pulled the relevant logs and asked the relevant teams to take a 
>>>> look. I'll keep you posted.
>>>>
>>>> Cheers
>>>> Anash
>>>>
>>>> ref:_00D1U1174p._5001UBlPtt:ref
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f591e102-273a-4e97-bb19-254ff43bd951%40googlegroups.com.


RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Adrian Lara
The problem is you need convert 1 parameter  in to DoubleValue.

[adrian]

From: adwords-api@googlegroups.com  On Behalf Of 
Didier Roy
Sent: Monday, September 9, 2019 2:49 PM
To: AdWords API and Google Ads API Forum 
Subject: Re: Google Ads PHP client library V2 fail get conversions and 
conversions_values from hotel_performance_view with

Hello Sai

the error is a PHP error. It occurs before the API call is done. There is no 
log of the request into the log.
it seems to be a PHP client library bug. I have tried V2 and V1 and got the 
same error

PHP Fatal error:  Uncaught Exception: Expect float. in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
Stack trace:
#0 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
 
Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
#1 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
 Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
#2 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
 Google\Protobuf\Internal\Message->mergeFromArray(Array)
#3 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
 Google\Protobuf\Internal\Message->__construct(Array)
#4 
/home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
 Google\Protobuf\DoubleValue->__construct(Array)
#5 /home/metaio-dev-v5/goo in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
 on line 182

Regards
Didier


Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
Hello Didier,

I am form the Google Ads API team. I was able to make successful API call with 
the search query you have shared without any errors. Could you please share the 
exact error message/error log you are facing to help further? Please use reply 
privately to the author option while sharing the information requested.

Regards,
Sai Teja, Google Ads API Team


ref:_00D1U1174p._5001UHFxXv:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to 
adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BN7PR17MB2225DA3B96F7A12334565A8E80B70%40BN7PR17MB2225.namprd17.prod.outlook.com.


Google Local Ads Api

2019-09-17 Thread Adrian Lara
Hi Team,

I need information for https://ads.google.com/local-services-ads/ API. 
Please.

Adrian Lara.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dffec245-a93c-4ff8-aa5b-4b567dbf62fb%40googlegroups.com.


Conversion Offline API Google Ads v2

2019-09-17 Thread Adrian Lara
Hi Team, I have a problem I need to upload conversion call offline for a 
campaign this is possible?? I have ready this for ads Account but i need 
this for campaign, please.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/31175593-2804-4a09-a74e-64dc5a932594%40googlegroups.com.


Re: upgrade google-ads-php api

2019-09-18 Thread Adrian Lara
Hi KULDEEP, the only big change for migrate the v1 to v2 is the 
getXXXValue/setXXXValue to getXXXUnwrapped/setXXXUnwrapped, can you see 
this change here .

Change  v1 to v2 

   - Added support for v2 of Google Ads API. 
   - Renamed the getter and setter functions for unwrapped values from 
   getXXXValue/setXXXValue to
   getXXXUnwrapped/setXXXUnwrapped to prevent them from clashing with other 
   field names. 
   - Added a test to instantiate all classes in the codebase to make sure 
   there are no syntax errors. 
   - Upgraded dependencies.

 Change v2 to v2.1


   - Added support for v2_1 of Google Ads API. 
   - Switched the default implementation of protobuf to use the C extension 
   and added related
   documentation. 
   - Added examples for Google My Business location extensions, Smart 
   display ads and campaign
   experiments.


On Wednesday, September 18, 2019 at 4:56:21 AM UTC-3, KULDEEP PATEL wrote:
>
>
> how to upgrade https://github.com/googleads/google-ads-php API version 
> from V1 to V2. 
> I have used V1 version and now V2 is out and want to upgrade it. What are 
> the steps? Please Help.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/754a1ad3-7faa-46ae-a363-79dfa128dead%40googlegroups.com.


Conversion Actions Information Google Ads PHP

2019-09-26 Thread Adrian Lara
Hi Google Ads Team, i need duplicate this view in my end but i not have all 
information , i need this information.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8451d06b-0595-4e21-ae97-dd9d56122ab4%40googlegroups.com.


Re: Conversion Actions Information Google Ads PHP

2019-10-07 Thread Adrian Lara
Hi Team, the API team has in the schedule this functionality?

On Thursday, September 26, 2019 at 5:07:40 PM UTC-3, adsapiforumadvisor 
wrote:
>
> Hello Adrian,
>
> Via API it is not possible to capture the details you have marked on the 
> view. The mapping of reports to the Google Ads UI can be found here 
>  . 
> Please let me know if you have any further questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UHI6Ss:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/394a7a22-e9d6-474a-89e5-e0bc5094792a%40googlegroups.com.


Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Google Ads Team, I have a question about Cost, i have a lot Campaign 
Running and i download(APi) all information all Morning(Yesterday) , but 
pass a time i have a difference vs Google Ads UI in random Campaign and 
download this information again and all is perfect. Please let me know if 
Google ads fixed Cost pass days.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c6c3488a-df7b-44af-bb4c-ecce1b0368cfn%40googlegroups.com.


RE: Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Antony ty for replying to me now I need to find a solution for this ty so 
much

[cid:image001.png@01D6E446.7C9D8530]

From: Google Ads API Forum Advisor Prod 
Sent: Wednesday, January 6, 2021 3:59 PM
To: Adrian Lara 
Cc: adwords-api@googlegroups.com
Subject: RE: Question : Google ads Fixed Cost after day

Hi Adrian,

Metrics such as cost are eligible for data 
freshness<https://support.google.com/google-ads/answer/2544985>. This means 
that some metrics may not be up to date until the next day. Some metrics also 
may have adjustments due to reasons such as when a conversion occurs days after 
the initial click or when we detect invalid traffic that needs to be removed.

Regards,
Anthony
[Google Logo]
Anthony
Google Ads API Team

[https://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p&esid=0184Q1B26TQ&from=ext]

ref:_00D1U1174p._5004Q2AHx3X:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BN6PR17MB334536D16773E17E5502964080D00%40BN6PR17MB3345.namprd17.prod.outlook.com.


Upgrade to v2 to v4 google-ads-php

2020-07-28 Thread Adrian Lara
Hi @googleads team, i try to upgrade V2 to v3 and v4 but when making update 
no working more, we have any big update I use:"
php 7.2
grpc module version => 1.21.3

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bec1bedb-b543-4b05-8435-fc8638c07c6cn%40googlegroups.com.


Re: Upgrade to v2 to v4 google-ads-php

2020-07-29 Thread Adrian Lara
Ty i send msg 

On Wednesday, July 29, 2020 at 10:04:37 AM UTC-4 adsapiforumadvisor wrote:

> Hi Adrian,
>
> Since is specific to the PHP library, I'd recommend reaching out to the 
> client library owners here 
>  since they are 
> better suited to resolve this issue.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q22Zovw:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0f4e515f-20da-4f56-8577-0bdcdff7dd4cn%40googlegroups.com.