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

2019-06-18 Thread cv
Hello Ronak,

You can use like this

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

$campaign = $googleAdsRow->getCampaign();

$status = CampaignStatus::name($campaign->getStatus()),


Thanks,


On Monday, 17 June 2019 19:09:53 UTC+5:30, 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/80404f28-cf6b-422b-9bc0-b13c07f2a7a9%40googlegroups.com.


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

2019-06-18 Thread cv
Hello Ronak,

You can use like this

AdGroupStatus::name($campaign->getStatus()),



On Monday, 17 June 2019 19:09:53 UTC+5:30, 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/3c4e7b6b-1565-4e23-9cac-c8151ec6f787%40googlegroups.com.


Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello Dannison,

I mean this

https://groups.google.com/d/msg/adwords-api/rxy7pR15k4E/xhu7L5V6AQAJ

Thanks,

On Wednesday, 19 June 2019 10:42:22 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi,
>
> Could you further elaborate the issue you are pertaining to with 
> deleted/draft accounts? 
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqiuI: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/8b006938-c145-4180-baa3-ffda3c2abb0d%40googlegroups.com.


RE: Private message regarding: how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Sangeetha,

My apologies, it was just an expression. :) As for the CustomerSyncService, 
yes, it is the only service that can be used that can return changes made to 
your account. However, it is not as detailed as the Change History.

That said, could you confirm if you have any additional clarifications with the 
said service?

Best regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBnuNz: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/vGy7J0PTBYTN00yrkgVz64QdCCVyK8M5pNHg%40sfdc.net.


Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi,

Could you further elaborate the issue you are pertaining to with deleted/draft 
accounts?

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqiuI: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/u9u6M0PTBYG100gur_mbLxQJmrac0NNAEAGg%40sfdc.net.


Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Hoa Mai
Hi Ben,

My grpcio version is 1.21.1.

When coding through this error, I met some cases that may relate:

I am able to use the KeywordPlanService, KeywordPlanCampaignService, 
KeywordPlanAdGroupService, KeywordPlanKeywordService to create 
keyword_plan, keyword_plan_campaign, keyword_plan_ad_group, 
keyword_plan_keywords. 

But when I want to mutate them by using operation.update, I struggle with 
the error "User doesn't have permission to access customer 
StatusCode.PERMISSION_DENIED" although I think I have set properly the 
login_customer_id with my manager account ID (I can use the 
operation.create method same ClientCustomerId and login_customer_id with no 
problem).

Host: googleads.googleapis.com:443, Method: 
/google.ads.googleads.v1.services.KeywordPlanService/MutateKeywordPlans, 
RequestId: rHZv0Kexs7FTgmURSKhtDg, IsFault: True, FaultMessage: User doesn't 
have permission to access customer. Note: If you're accessing a client 
customer, the manager's customer id must be set in the 'login-customer-id' 
header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id

google.ads.google_ads.errors.GoogleAdsException: (<_Rendezvous of RPC that 
terminated with:
status = StatusCode.PERMISSION_DENIED
details = "The caller does not have permission"
debug_error_string = 
"{"created":"@1560911460.183339000","description":"Error received from peer 
ipv4:172.217.161.170:443","file":"src/core/lib/surface/call.cc","file_line":1046,"grpc_message":"The
 
caller does not have permission","grpc_status":7}"
>, <_Rendezvous of RPC that terminated with:
status = StatusCode.PERMISSION_DENIED
details = "The caller does not have permission"
debug_error_string = 
"{"created":"@1560911460.183339000","description":"Error received from peer 
ipv4:172.217.161.170:443","file":"src/core/lib/surface/call.cc","file_line":1046,"grpc_message":"The
 
caller does not have permission","grpc_status":7}"
>, errors {
  error_code {
authorization_error: USER_PERMISSION_DENIED
  }
  message: "User doesn\'t have permission to access customer. Note: If 
you\'re accessing a client customer, the manager\'s customer id must be set 
in the \'login-customer-id\' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id;
}
, 'rHZv0Kexs7FTgmURSKhtDg')

Best,
Hoa Mai

On Wednesday, June 19, 2019 at 5:09:45 AM UTC+7, adsapiforumadvisor wrote:
>
> Thanks Hoa - 
>
> What version of grpcio are you using?
>
> Best,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5001UBmzSB: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/2daad10c-d621-4cd4-b494-c1c3a152ecd3%40googlegroups.com.


Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Jamie
I just found the same, thanks much Sai! 

On Tuesday, 18 June 2019 16:19:15 UTC+1, adsapiforumadvisor wrote:
>
> Hello Rahul and Jamie,
>
> Since user_list.name 
> 
>  
>  can only be fetched via user_list resource but not via Ad Group Audience 
> View and Campaign Audience View resource. You will be only able to fetch 
> the data from resources that are shown in the *Selectable With* section 
> of those resources.
>
> Alternatively, you an use the criterion_id's 
> 
>  from 
> those resources and can match them with the user_list.id 
> 
>  
> fields in another query. Please let me know if you have any further 
> questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UBnv45: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/2ac0f920-789c-4faf-bff4-942735f154e4%40googlegroups.com.


Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Yudi Xue
Can you clarify if we use bidding strategy
https://developers.google.com/google-ads/api/docs/fields/bidding_strategy

To set target cpa on App campaigns?

Thank you!

On Sun, May 26, 2019 at 8:49 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Yudi,
>
> You should be able to use the TargetCpa as your bidding strategy at the
> campaign level. My apologies as we do not have an exact sample code to
> create the campaign with TargetCpa but you may refer to this sample code
> in Python
> 
> on how to create a campaign with your preferred bidding strategy.
>
> You may note, however, that you will need to create a TargetCpa
> 
> object first then specify values for its *target_cpa_micros*,
> *cpc_bid_ceiling_micros*, and *cpc_bid_floor_micros* fields. Afterwards,
> you will need to set the said object into the *target_cpa* field of the
> campaign. Additionally, using the TargetCpa strategy will first require you
> to have conversion tracking enabled.
>
> If you wish to learn more about TargetCpa, you may refer to this guide
> . I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqSzH: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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/WYlbH0PS599L00kT5rbr3SSlKrGsOVquH5mw%40sfdc.net
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAO0Q59AEDoYBQ02V9fa8T2wfQTB%3DESNtpP3fKCiUGrEAFHS%3D%2BQ%40mail.gmail.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.


Re: Missing User location data for one account via API

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Joao,

Unfortunately, Google Ads API do not support reporting for App Campaigns via 
Geo Performance Report. Please keep an eye on our blog for information related 
to the future releases. The equivalent of Geo Performance Report in Google Ads 
API is using the GeographicView. You may refer to the migration guide on how 
the fields can be mapped in the API.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UBmf8R: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/NoyK50PTB9HP00Lx_5kZurQhWcsf4iyInitA%40sfdc.net.


Re: Setting Bid Strategy through API brings up different one in UI

2019-06-18 Thread Vinutha Nayak
Hello Google ,

With due respect, if you do not have an answer please confirm the same.

If this was missed by any chance,  then please let me know the answer to 
the same. 

I wouldn't want to close this discussion without having a logical 
conclusion to the query raised. It is really disheartening to see things 
being put off just like that.

Thanks and Regards,
Vinutha Nayak




On Wednesday, 12 June 2019 19:01:57 UTC+5:30, Vinutha Nayak wrote:
>
> Hi Anash,
>
> It's 5 days without any response. Can someone atleast respond if someone 
> is looking on this or I am waiting without any hope ?
>
> Thanks and Regards,
> Vinutha Nayak
>
>
> On Tuesday, 11 June 2019 18:38:34 UTC+5:30, Vinutha Nayak wrote:
>>
>> Hi Anash,
>>
>> Can you get back on this please ?
>>
>> Thanks and Regards,
>> Vinutha Nayak
>>
>> On Monday, 10 June 2019 11:14:12 UTC+5:30, Vinutha Nayak wrote:
>>>
>>> Hi Anash,
>>>
>>> Could you please let me know if you were able to find anything on the 
>>> same ?
>>>
>>> On Friday, 7 June 2019 23:34:38 UTC+5:30, adsapiforumadvisor wrote:

 HI Vinutha,

 Apologies that I missed the original post. I'm checking with the 
 relevant teams to get an answer. Thanks for your patience.

 Cheers
 Anash

 ref:_00D1U1174p._5001UBl9Bo: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/51689d58-db5c-49c0-9206-817d9d244f47%40googlegroups.com.


Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Yudi,

App campaigns cannot use portfolio bidding strategy created through the 
BiddingStrategyService. As stated in this guide, you will need to specify the 
bidding strategy directly when creating the campaign and the bidding strategy 
you need to use should be based on the goal type you specified in the 
AppCampaignSetting.AppCampaignBiddingStrategyGoalType field.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UAqSzH: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/YQPn10PTBSE700nr09DgdfT_2kYW3qIaVxBg%40sfdc.net.


Re: [Google Ads API] Shopping Product Ad Headline Differences

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Kevin,

Could you check if you received my response in your private email sent on June 
14, 2019? If you are unable to find it, you may refer below for my response :

"Thank you for sharing the file. Could you confirm if this was the file 
generated from the Google Ads API? I asked because the Ad field and all others 
are still returned complete with value."

Best regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBm8a5: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/_5Rlc0PTBPOG00M5UuOFs0TUuKdE8daupiUQ%40sfdc.net.


Re: Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Jorge Lopez Marcos

Hi!

I tried to include those two variables in the report but they returned 0  
in all the rows( Which are not empty and the rest of the variables are 
returned perfectly).
I tried other reports with  other accounts, and It happend the same.
Which is kind strange, I belive that one of the variables at least must 
have a value different from 0.
Or does it mean that the ad customizer is declared at account level?

I hope that helps 

thank you for your response and time!

El martes, 18 de junio de 2019, 21:57:45 (UTC+2), adsapiforumadvisor 
escribió:
>
> Hello Jorge, 
>
> You could use the TargetingAdGroupId 
> 
>  and TargetingCampaignId 
> 
>  in 
> the PLACEHOLDER_FEED_ITEM_REPORT. Could you please give this a try and let 
> us know if you have any issues?
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UBnv3q: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/acfd43eb-1def-4f1f-a7c5-3a8aebcce50f%40googlegroups.com.


Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Google Ads API Forum Advisor Prod
Thanks Hoa -

What version of grpcio are you using?

Best,
Ben, Google Ads API Team
ref:_00D1U1174p._5001UBmzSB: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/uAQpj0PTBEVQ00WvnCGc97Txm8QJohLT2u2A%40sfdc.net.


RE: Create audience with users who visited page that contains XXX

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello,

You may refer to the code sample available here to add URLs as the 
StringRuleItem. Could you please take a look and elaborate on the issues you 
are facing?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnx7X: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/aAL0W0PTBCTM00Mb48xhaySQCE4JNNCaI3mQ%40sfdc.net.


RE: Fetching Audiences Associated with Campaigns and Ad Groups Google Ads API

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Jamie,

You could use the campaign_audience_view and ad_group_audience_view resources 
directly to pull the audience at the campaign and ad_group levels. You may also 
use the ad_group_criterion and campaign_criterion resources. Could you please 
give this a try and let us know if you have any issues?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnx7N: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/SJMOr0PTBAX300tpXqqqdYQIG1z7WOb044KA%40sfdc.net.


RE: API Returns "Internal Error" Message

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Kiyoko,

Could you please share the request and response logs for the API call to check 
this further? You can share the details privately via Reply privately to author 
option. Please check this guide on how to enable logging for PHP client library.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnx09: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/_-a180PTBANX00DNahHCpPRZunXJd2WXUm9g%40sfdc.net.


Re: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Ronak,

The Customer resource in Google Ads API will give you the required data at the 
account level data. Please refer to the example report query below:
SELECT customer.currency_code, metrics.active_view_cpm, 
customer.descriptive_name FROM customer LIMIT 100. Let us know if this helps.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UBnvqk: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/SE3tq0PTBA0K00SMns4j_rSDGe62jYt4Evnw%40sfdc.net.


RE: Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Jorge,

You could use the TargetingAdGroupId and TargetingCampaignId in the 
PLACEHOLDER_FEED_ITEM_REPORT. Could you please give this a try and let us know 
if you have any issues?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnv3q: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/9wszi0PTB8RO00AgIEYniTQRK-HKci6R2adw%40sfdc.net.


RE: Product partition error in multi level

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Subin,

Thank you for sharing the logs. Based on the logs shared, it looks like you're 
initially creating two SUBDIVISIONs and then adding the UNITs. Please note that 
a subdivision introduces a new level in the tree, while units are leaves of the 
tree. It looks like you are adding one SUBDIVISION followed by another. The 
next level in the tree should be added to the UNIT and not to the SUBDIVISION. 
Please find the attached SOAP logs generated by running the code samples. Could 
you please take a look and let me know if you have any issues?

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnvJg: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/Eg9GC0PTB76V0028tRibyPROmbDJLKbUAqHQ%40sfdc.net.


Sample_Logs.rtf
Description: RTF file


Re: Audience - UserList - How to get ruleType?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello,

The Audience Type: Website visitors are returned when the criteria is filtered 
based on USER_LIST. You may use the CUSTOM_AFFINITY to pull the Custom Affinity 
audience. Let me know if you have any questions.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBn6KW: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/In-qQ0PTB4KI00_67pltlwTpqJgwV7eUGtrw%40sfdc.net.


Re: Get campaign targeting's reach or weekly estimates

2019-06-18 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
Hi

This is now possible? In ADS API?

On Wednesday, 2 May 2018 20:00:02 UTC+1, Bharani Cherukuri (AdWords API 
Team) wrote:
>
> Hello Jayson/Ping, 
>
> The Targeting Reach setting in the UI corresponds to the estimate for the 
> specific Targeting settings for Display Network Ad campaigns. You could 
> consider using the Display Planner 
>  to generate 
> ideas for display campaigns. Please note that it is currently not possible 
> to pull the Targeting reach through the API. Currently we do not have an 
> ETA of when or if this feature will be available. I have shared your 
> interest with the team. Please keep an eye out on our blog 
>  for more 
> updates.
>
> Regards,
> Bharani, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27485898-501d-4e8d-89c5-c849287835ba%40googlegroups.com.


Re: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Ronak Shah
Hello Nikisha,

Thanks for your response! But you haven't mentioned which service we need 
to use to get the account level data. The example 
 which 
you referred gives data by campaign but we want the data on account level 
not on campaign level, So which API service we need to use to get the data 
on account level ?

regards,
Ronak

On Tuesday, June 18, 2019 at 9:18:27 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Ronak,
>
> Thank you for reaching out. Please refer to Account Performance 
> 
>  report 
> for the field mapping from Adwords to Google Ads API to fetch the stats. 
> Additionally, refer to this example 
>  for 
> querying reports using Google Ads Query Language. Please let us know if 
> this helps.
>
> Regards,
> Nikisha Patel, Google Ads API Team.
>
>
> ref:_00D1U1174p._5001UBnvqk: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/4510aadf-0935-424f-8c91-4aefb6a58b82%40googlegroups.com.


Re: implement RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2019-06-18 Thread Best Dev
Hi peter,
Good day to you!

I have already solved that issue. It's working well.

Best regards!!!

On Tuesday, June 18, 2019 at 9:55:50 AM UTC+8, Best Dev wrote:
>
> Greetings, Adwords Team!
>
> I'm trying to implement RelatedToUrlSearchParameter as Targeting idea.
>
> It's working well with keywords parameters But nothing got when I try this 
> with URL parameter in PHP.
>
> The only response is an empty array.
>
> Below is some code base for Targeting idea.
>
> $selector = new TargetingIdeaSelector();
> $selector->setRequestType(\Google\AdsApi\AdWords\v201809\o\RequestType::
> IDEAS);
> $selector->setIdeaType(\Google\AdsApi\AdWords\v201809\o\IdeaType::KEYWORD
> );
>
> $selector->setRequestedAttributeTypes(self::attributes);
>
> $searchParameters = [];
> $relatedToQuerySearchParameter = new 
> \Google\AdsApi\AdWords\v201809\o\RelatedToQuerySearchParameter();
> $relatedToUrlSearchParameter = new 
> \Google\AdsApi\AdWords\v201809\o\RelatedToUrlSearchParameter();
>
>
> if (is_string($query)) {
> $query = explode(',', $query);
> $query = array_map(function ($item) {
> return trim($item);
> }, $query);
> }
> $relatedToQuerySearchParameter->setQueries($query);
> $searchParameters[] = $relatedToQuerySearchParameter;
>
> $relatedToUrlSearchParameter->setUrls(['https://sellerseo.com']);
> $searchParameters[] = $relatedToUrlSearchParameter;
>
> $selector->setSearchParameters($searchParameters);
>
>
> Could you please help me to fix this issue?
> Thanks in advance!
>
> Best regards!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f070c8ab-7a5d-43ea-bf17-faf760d674e2%40googlegroups.com.


RE: Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Ronak,

Thank you for reaching out. Please refer to Account Performance report for the 
field mapping from Adwords to Google Ads API to fetch the stats. Additionally, 
refer to this example for querying reports using Google Ads Query Language. 
Please let us know if this helps.

Regards,
Nikisha Patel, Google Ads API Team.
ref:_00D1U1174p._5001UBnvqk: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/WXhDt0PTAX8A00fp8SRTm4TLeivLiKb-5ahw%40sfdc.net.


RE: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hello Rahul and Jamie,

Since user_list.name can only be fetched via user_list resource but not via Ad 
Group Audience View and Campaign Audience View resource. You will be only able 
to fetch the data from resources that are shown in the Selectable With section 
of those resources.

Alternatively, you an use the criterion_id's from those resources and can match 
them with the user_list.id fields in another query. Please let me know if you 
have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBnv45: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/k9L930PTAVVO00tDnfMQPuTqym8pomcXCVUA%40sfdc.net.


RE: Google Ads script and Adwords API results are different for the same account

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi,

I'm Ejay's colleague addressing your concern on his behalf. I was able to check 
the shared details. Could you please confirm if your concern is about the 
Keywords Performance Report not returning the details? If so, it looks like you 
are generating the report for LAST_7_DAYS. Please note that the account 
currently has Search, Display, Video and Universal App Campaigns. The Universal 
App Campaigns currently does not support Keywords Performance Report so this 
data will not returned. The last 7 days metrics for the other campaigns are 
zeros. You could set the includeZeroImpressions field to true to get the 
keywords data for other campaigns.

Let me know if you have any other questions.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UBnYB7: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/L9eWL0PTATRA00s2GxXRykRAq7OHhk-Ic7FA%40sfdc.net.


Create audience with users who visited page that contains XXX

2019-06-18 Thread Tomáš Kunickij
Hello,

i am trying to create rmarketing list by rule that URL contains "XXX".
I use python.
I was not able to achieve that by this samples 
https://developers.google.com/adwords/api/docs/samples/python/remarketing#create-rule-based-user-lists

How can i achieve that 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/f8a221cc-04d3-45db-84a3-3ea575aa1539%40googlegroups.com.


Fetching Audiences Associated with Campaigns and Ad Groups Google Ads API

2019-06-18 Thread Jamie
Hi all,

I'm trying to obtain all audiences applied to my campaigns and ad groups, 
including their names, performance, and targeting settings.

I've been able to use the UserList resource to obtain all my audiences, but 
not what campaigns and ad groups they're applied to. 

Is this possible using the Google Ads API currently? And if so, what 
services should I be using?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1e665bc5-3505-4f08-b8e5-c07a648f408e%40googlegroups.com.


Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Jamie
I'm also having this problem.

I have tried downloading all the user lists and matching up along their 
IDs, but the Campaign Audience View and Ad Group Audience View fields only 
provide a "Criterion ID" and I am unsure what this relates to. 

On Tuesday, 18 June 2019 11:06:58 UTC+1, Rahul Kumar wrote:
>
> Hi Team,
>
> When querying the campaign_audience_view, I am getting the following error:
> "Cannot select fields from the following resource: 'USER_LIST', since the 
> resource is incompatible with the resource in FROM clause."
>
> My Query is:
> "SELECT segments.date,customer.descriptive_name,ad_group.campaign,
> campaign.name,campaign.status,ad_group.id,ad_group.name
> ,metrics.clicks,metrics.conversions,metrics.conversions_value,metrics.cost_micros,metrics.impressions,metrics.all_conversions,metrics.all_conversions_value,
> user_list.name from ad_group_audience_view WHERE campaign.status IN ( 
> ENABLED,PAUSED,REMOVED ) AND segments.date >= \'2019-06-16\' AND 
> segments.date <= \'2019-06-18\'"
>
> I understand the meaning of the error. What I don't understand is that the 
> field (user_list.name) is mentioned in the docs (
> https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance)
>  
> so it should be available in this resource. Please help.
>
> Thanks,
> Rahul
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bc766c65-90ec-4fb8-a1ab-9d101655074f%40googlegroups.com.


Re: Manage ServiceLinks using Google Ads API

2019-06-18 Thread Anna Sidlarewicz
Hi Anash,

same issue here from python client:
--
2019-06-18 13:10:39,547 [INFO] Request
---
Method: 
/google.ads.googleads.v1.services.MerchantCenterLinkService/ListMerchantCenterLinks
Host: googleads.googleapis.com:443
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "XXX",
  "x-goog-api-client": "gl-python/3.7.2 grpc/1.21.1 gax/1.11.1 gapic/2.1.0"
}
Request: customer_id: "XXX"


Response
---
Headers: {
  "request-id": "9WsrMNPENJ-L96saeW-y7g"
}
Fault: {
  "created": "@1560856239.546701149",
  "description": "Error received from peer ipv4:172.217.23.138:443",
  "file": "src/core/lib/surface/call.cc",
  "file_line": 1046,
  "grpc_message": "Internal error encountered.",
  "grpc_status": 13
}


Regards,
Anna

On Thursday, 6 June 2019 22:38:40 UTC+2, adsapiforumadvisor wrote:
>
> Hi Marc,
>
> I tried looking up the logs, but it doesn't show any errors. I wonder if 
> the server is not logging some of the error traces. I'll ask the team to 
> investigate.
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5001UBlbAD: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/3990b8e8-73e1-4548-b851-e492290c5fbc%40googlegroups.com.


API Returns "Internal Error" Message

2019-06-18 Thread Kiyoko Hall
Hi all,

I use the PHP client library and just got set up to use the Google Ads API. 
I got to the "First Call: Get Campaigns" steps in the Google Ads API 
documentation 
, 
but when I make the call on the command line, I get the following output.

PHP Notice:  Undefined index: warning in /opt/bitnami/apache2/htdocs/core/
libraries/google-ads-php/src/Google/Ads
/GoogleAds/Lib/V1/GoogleAdsUnaryCallLogger.php on line 129
ApiException was thrown with message '{
"message": "Internal error encountered.",
"code": 13,
"status": "INTERNAL",
"details": []
}'.



I have tried this several times over the past 24 hours, and always receive 
the same result, so I believe it to be an issue on my end as opposed to the 
API. I setup the PHP client library by following the below instructions, so 
I'm not sure why I am receiving the undefined index warning and whether or 
not that is related to my API call failing: 
https://github.com/googleads/google-ads-php/blob/master/README.md#getting-started

Please let me know what could be causing this issue. 

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ae9f7a7f-b9d2-4efd-b48c-6fd8e9e8f0bd%40googlegroups.com.


Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Andre Tannus
I'm just hanging back and watching this whole thing unfold for as long as I 
can.

I don't believe there are many casual users of the API. The changes it 
undergoes (api-breaking changes, deprecation of ad formats, new ad formats, 
etc...) mean you keep up or keep out.

A year may be enough to port an well written application (even one of 
meaningful size) to a new stable version, but what we are to port to is a 
"first stable version" of a ground-up rebuild, which means *unstable 
version* by any respectable quality criteria. Perhaps there was a beta. I 
never go an invite.

On that note, it bothers me profoundly that there is no clear warning that 
the current API it will be discontinued in less than 12 months. There is a 
subtle note in the Guide's "getting started" page which once you're started 
you'll probably never visit again and *nothing in the Reference*, which is 
where we (I at least) constantly go to when actively developing/maintaining 
api-related code. There should be a clear note on every page in the 
reference.

I have seen people asking questions about the current API that clearly 
indicate they are taking first steps into it. They get no warning that they 
are building against a sun-setting code base. Perhaps that is on them, 
since they should be reading the subtle note in the Guide.

All this makes me suspect "12 months after the first stable version" may be 
a soft deadline.

If not, we're all in for a ride.

Andre

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b5dc07a8-b178-4e79-87bf-5e9d3e98d78d%40googlegroups.com.


Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello John,

Yes I know I can get the data that way but earlier API was giving issue to 
accounts that is deleted/draft accounts.

How I can remove those accounts?

Thanks,




On Thursday, 13 June 2019 02:54:25 UTC+5:30, John wrote:
>
> Hi cv,
>
> You should use search requests instead of get requests to retrieve 
> information about all individual customers.
> Search requests are not limited to 1000 requests per day and only count 
> for the operation limit, which is unlimited for standard access.
>
> Search requests are not considered to be the same as get requests, even 
>> though both are used to retrieve data. Therefore, search requests are only 
>> subject to daily operation limits.
>>
>
> https://developers.google.com/google-ads/api/docs/best-practices/quotas#search_requests
>
> In pseudo-code:
>
> accessibleCustomers = Customer.ListAccessibleCustomers()
> for(customer in accessibleCustomers) {
>   id = extractIdFromResourceName(customer)
>   customer_clients = GoogleAdsService.Search(id, 'SELECT 
> customer_client.client_customer FROM customer_client')
>   for(customer_client in customer_clients) {
> client_id = extractIdFromResourceName(customer_client.client_customer)
> GoogleAdsService.Search(client_id, 'SELECT customer.id, 
> customer.descriptive_name FROM customer')
>   }
> }
>
>
> On Monday, May 27, 2019 at 2:42:14 PM UTC+2, cv wrote:
>>
>> Hi Dannison,
>>
>> I am doing operations with  Standard Access 
>> 
>>  developer 
>> token.
>> I am doing best practise as well ( I mentioned that I am doing a 
>> pagination size of 20 records with delay of 5 seconds on each page 
>> request), but the operation demand requires those limit, which is uncommon.
>>
>> We can get all customers Info with 1 API call in Adwords API but here we 
>> required as many api calls as no of accounts.
>>
>> error which I was getting
>> Status code: 8
>>
>> "status": "RESOURCE_EXHAUSTED",
>>
>> Details: Quota exceeded for quota metric '
>> googleads.googleapis.com/get_requests' and limit 
>> 'GetsPerMinutePerProject' of service 'googleads.googleapis.com' for 
>> consumer 'project_number:64XX109'.
>> Failure: {} 
>>
>>
>>
>> Thanks,
>>
>>
>> On Monday, 27 May 2019 15:15:30 UTC+5:30, adsapiforumadvisor wrote:
>>>
>>> Hi,
>>>
>>> My apologies for the complications you may be encountering. 
>>> The RESOURCE_EXHAUSTED error does not provide a retryAfterSeconds value. 
>>> The reason you are encountering this is when you are hitting the Daily 
>>> API operation limits 
>>> 
>>>  
>>> or the Get requests 
>>> 
>>>  count. 
>>> You may consider applying for Standard Access 
>>> 
>>>  
>>> developer token or implement the best practices 
>>> 
>>>  
>>> to decrease the chance of encountering this error.
>>>
>>> Regards,
>>> Dannison
>>> Google Ads API Team
>>>
>>> ref:_00D1U1174p._5001UAqiuI: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/95b1943c-0244-4d7f-bcbd-beb1a84feb76%40googlegroups.com.


Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Ronak Shah
Yes, I completely agree with this!

Adwords API has been very robust and stable since past many years and the 
new version is definitely one of the bad and worst (As per my my 
experience). The whole migration is not so easy, it would take so many 
months of work to map the old functions of Adwords API with the new Google 
Ads API.Plus I also feel the new version of API is slower and also poor API 
documentation and lacks some advanced code examples. And Finally I am 
surprised to know that Reporting CSV Download feature is removed, I am sure 
Reporting is the base and most used feature for most of the Tech companies 
and Downloading CSV and import data in database is very fast (Specially for 
big accounts) using old Adwords API, but with the new one its damn slower. 
For Example Lets say there is an Account with more than 5K Campaigns and we 
need to download the Campaign Performance Report, then from old Adwords API 
we easily import data from CSV, but now through new one since CSV Download 
is removed we need to iterate over each data which makes performance slower.


On Sunday, June 16, 2019 at 4:07:48 AM UTC+5:30, PPC Developer wrote:
>
> Hi, 
>
> We've been building on top of AdWords API for 5 years now. Our integration 
> has gone through solid time of stress testing and have a very stable server 
> code base now. AdWords API has been very stable lately, as it's around 10 
> years old. This new Google Ads API is a massive undertaking, and I'm trying 
> to understand what really is the benefit here? I read that it's using a 
> different protocol and is strong typed, but the current API is working just 
> fine. 
>
> This whole migration will cost us so many man-months of coding and testing 
> and stabilization afterwards. I would imageine hundreds of millions of 
> dollars worth of pain and agony we have to go through collectively 
> (globally, all Google API customers). And what do we exactly gain? 
>
> 1- There are no new scenarios or functionality enabled with the new APIs, 
> am I missing something?
> 2- Some concepts and API services do not exist in new API, such 
> as AdCustomizerFeedService, which seems that the new API is not fully ready 
> yet.
> 3- There's a note about how the new gRPC protocol is implemented more 
> efficiently than SOAP/XML. Well, the web as we know today is completely 
> fine using SOAP/XML. Google's current APIs are running very well and fast. 
> So what is exactly gained by switching to an entirely new protocol?
>
> For us to fully migrate and stabilize the new code base, it will 
> definitely take over 1 year of effort. I'm guessing there's more customers 
> out there who share similar views. 
>
> My question here for Google is : Why not keep supporting the previous 
> AdWords API and keep publishing new versions? Looks like you guys changed 
> the object model to be more in tune with the new AdWords UI. But why does 
> that force you to stop supporting the AdWords API? Looks like both APIs 
> have been tested to work side by side, so looks like a lot of work has been 
> done from your end to support AdWords API in parallel with the new API. 
>
> I'm trying to understand the rationale behind this massively costly 
> industry-wide move, where it seems that there's no benefit or gain to us. 
> Please help us understand how this new API is worth spending hundreds of 
> millions of dollars from your partners point of view.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c066b41c-a9b5-45a5-a092-2bf7474b0acb%40googlegroups.com.


Google Ads API ACCOUNT_PERFORMANCE_REPORT

2019-06-18 Thread Ronak Shah
Hello,

How to fetch the ACCOUNT_PERFORMANCE_REPORT using new Google Ads API?

Regards,
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/f4b14825-9bf2-4dfc-a6ea-beeb32f48d08%40googlegroups.com.


Re: What is possible with Google Ads API vs not possible with AdWords API?

2019-06-18 Thread Oliver
Well said.  We still can't believe a company with the calibre, reputation 
and resources of Google can come up with such a comparably poor API for the 
exact one product that makes them most of their money.  We really are at 
loss as to what to make of this new API.

Oliver


On Saturday, 15 June 2019 23:37:48 UTC+1, PPC Developer wrote:
>
> Hi, 
>
> We've been building on top of AdWords API for 5 years now. Our integration 
> has gone through solid time of stress testing and have a very stable server 
> code base now. AdWords API has been very stable lately, as it's around 10 
> years old. This new Google Ads API is a massive undertaking, and I'm trying 
> to understand what really is the benefit here? I read that it's using a 
> different protocol and is strong typed, but the current API is working just 
> fine. 
>
> This whole migration will cost us so many man-months of coding and testing 
> and stabilization afterwards. I would imageine hundreds of millions of 
> dollars worth of pain and agony we have to go through collectively 
> (globally, all Google API customers). And what do we exactly gain? 
>
> 1- There are no new scenarios or functionality enabled with the new APIs, 
> am I missing something?
> 2- Some concepts and API services do not exist in new API, such 
> as AdCustomizerFeedService, which seems that the new API is not fully ready 
> yet.
> 3- There's a note about how the new gRPC protocol is implemented more 
> efficiently than SOAP/XML. Well, the web as we know today is completely 
> fine using SOAP/XML. Google's current APIs are running very well and fast. 
> So what is exactly gained by switching to an entirely new protocol?
>
> For us to fully migrate and stabilize the new code base, it will 
> definitely take over 1 year of effort. I'm guessing there's more customers 
> out there who share similar views. 
>
> My question here for Google is : Why not keep supporting the previous 
> AdWords API and keep publishing new versions? Looks like you guys changed 
> the object model to be more in tune with the new AdWords UI. But why does 
> that force you to stop supporting the AdWords API? Looks like both APIs 
> have been tested to work side by side, so looks like a lot of work has been 
> done from your end to support AdWords API in parallel with the new API. 
>
> I'm trying to understand the rationale behind this massively costly 
> industry-wide move, where it seems that there's no benefit or gain to us. 
> Please help us understand how this new API is worth spending hundreds of 
> millions of dollars from your partners point of view.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e321ba7f-161e-48cd-8758-eee51b59eac0%40googlegroups.com.


Product partition error in multi level

2019-06-18 Thread SUBIN P VASU
Hi,

Following are the request to create a product partition with two level. 


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>



REDACTED
unknown (AwApi-PHP, googleads-php-lib/37.1.0, 
PHP/5.6.40)
false
false





ADD



-1
SUBDIVISION




ADD



-2
SUBDIVISION
-1


CHANNEL
online





ADD



UNIT
-1

class





10






ADD



UNIT
-1





10






ADD



UNIT
-2


CHANNEL
local





10






ADD



UNIT
-2


CHANNEL





10











This is the error I'm getting.

Fatal error: Uncaught exception 
'Google\AdsApi\AdWords\v201809\cm\ApiException' with message 
'[DistinctError.DUPLICATE_TYPE @ operations[4].operand.criterion.caseValue; 
trigger:'ProductChannel{type=CHANNEL, value=null}', 
DistinctError.DUPLICATE_TYPE @ operations[5].operand.criterion.caseValue; 
trigger:'ProductChannel{type=CHANNEL, value=null}', 
AdGroupCriterionError.PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE @ 
operations; trigger:'ProductPartition{id=TempCriterionId{id=2}, 
bidSimulatorStatus=null, partitionType=SUBDIVISION, 
parentCriterionId=TempCriterionId{id=1}, productGroup=null, 
productGroupObsoleteStatus=null, caseValue=ProductChannel{type=CHANNEL, 
value=null}, decisionPath=[ProductChannel{type=CHANNEL, value=null}], 
salesCountry=null, merchantId=null, hasPromotedSuggestion=null}']' in 
C:\wamp64\www\peral\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php
 
on line *43*


*I'm stuck with this issue for a week. lot of trials and worked nothing. I 
just checked the smpale file from github and it's getting errors too.*

*I need this as early as possible. *

*Thanks in advance.*

*Sample code, in php, will be appreciated greatly.*

*NB: account id and adgroup id removed from the log.*

*/**Code*/*/*











































*$root = ProductPartitions::createSubdivision();$criterion = 
ProductPartitions::asBiddableAdGroupCriterion($adGroupId, $root);
$operation = ProductPartitions::createAddOperation($criterion);
$operations[] = $operation;
$node = 
ProductPartitions::createSubdivision();
$node->setParentCriterionId($root->getId());
$node->setCaseValue(new 
ProductChannel(ProductDimensionType::CHANNEL,'online'));
//$node->setType('CUSTOM_ATTRIBUTE_0');$criterion = 
ProductPartitions::asBiddableAdGroupCriterion($adGroupId, $node);
$operation = ProductPartitions::createAddOperation($criterion);
$operations[] = $operation;   

Re: Google AdWords Developer Token Approval Email

2019-06-18 Thread Venkat
Thanks, I'll contact them.

On Tuesday, June 18, 2019 at 8:47:51 AM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out. My apologies, however, as developer token 
> approvals are already outside of our scope. You can directly get in touch 
> with the Compliance Team via this link 
>  as they are better 
> equipped to assist you regarding this matter.
>
> Best regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UBnidP: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/f9e7f73e-4653-4bb7-b0f4-f5f0398a12b8%40googlegroups.com.


Problem with PLACEHOLDER_FEED_ITEM_REPORT at the time of finding and extracting a value

2019-06-18 Thread Jorge Lopez Marcos


Hello everyone!

I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm 
interested in extracting the following values:

   - 
   
   AdGroup_Id
   - 
   
   Ad_Id
   - 
   
   Campaing_Id
   - 
   
   External_Customer_Id
   - 
   
   Feed_id
   - 
   
   FeedItem_Id
   - 
   
   Attribute_Values
   - 
   
   Placeholder_type
   - 
   
   Level
   
I've been succesfully able to extract all of the variables except one of 
them. *Level*.

At the time of downloading manually the report from the web page, I can 
select that value, which shows me at which level the ad customizer is 
declared ( AdGroup, Campaing or Account). 

I would like to do the same with the report. But i can't find any variable 
which returns me that value. 

Is it possible with that report (PLACEHOLDER_FEED_ITEM_REPORT ) find out at 
which level the ad customizer is declared??

Thank you very much in advance. :D

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2e260a30-a078-435b-8d5b-02079052f417%40googlegroups.com.


Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Rahul Kumar
Hi Team,

When querying the campaign_audience_view, I am getting the following error:
"Cannot select fields from the following resource: 'USER_LIST', since the 
resource is incompatible with the resource in FROM clause."

My Query is:
"SELECT 
segments.date,customer.descriptive_name,ad_group.campaign,campaign.name,campaign.status,ad_group.id,ad_group.name,metrics.clicks,metrics.conversions,metrics.conversions_value,metrics.cost_micros,metrics.impressions,metrics.all_conversions,metrics.all_conversions_value,user_list.name
 
from ad_group_audience_view WHERE campaign.status IN ( 
ENABLED,PAUSED,REMOVED ) AND segments.date >= \'2019-06-16\' AND 
segments.date <= \'2019-06-18\'"

I understand the meaning of the error. What I don't understand is that the 
field (user_list.name) is mentioned in the docs (
https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance)
 
so it should be available in this resource. Please help.

Thanks,
Rahul

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4ee5b21-5e66-4ea3-b409-02b3178f6de7%40googlegroups.com.


Problem with PLACEHOLDER_FEED_ITEM_REPORT at the time of finding and extracting a value

2019-06-18 Thread Jorge Lopez Marcos


Hello everyone!

I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm 
interested in extracting the following values:

   - 
   
   AdGroup_Id
   - 
   
   Ad_Id
   - 
   
   Campaing_Id
   - 
   
   External_Customer_Id
   - 
   
   Feed_id
   - 
   
   FeedItem_Id
   - 
   
   Attribute_Values
   - 
   
   Placeholder_type
   - 
   
   Level
   
I've been succesfully able to extract all of the variables except one of 
them. *Level*.

At the time of downloading manually the report from the web page, I can 
select that value, which shows me at which level the ad customizer is 
declared ( AdGroup, Campaing or Account). 

I would like to do the same with the report. But i can't find any variable 
which returns me that value. 

Is it possible with that report (PLACEHOLDER_FEED_ITEM_REPORT ) find out at 
which level the ad customizer is declared??

Thank you very much in advance. :D

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/04325f18-3c29-46d8-a75b-edb19769fcd9%40googlegroups.com.


Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-06-18 Thread Jorge Lopez Marcos


Hello everyone!

I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm 
interested in extracting the following values:

   - 
   
   AdGroup_Id
   - 
   
   Ad_Id
   - 
   
   Campaing_Id
   - 
   
   External_Customer_Id
   - 
   
   Feed_id
   - 
   
   FeedItem_Id
   - 
   
   Attribute_Values
   - 
   
   Placeholder_type
   - 
   
   Level
   
I've been succesfully able to extract all of the variables except one of 
them. *Level*.

At the time of downloading manually the report from the web page, I can 
select that value, which shows me at which level the ad customizer is 
declared ( AdGroup, Campaing or Account). 

I would like to do the same with the report. But i can't find any variable 
which returns me that value. 

Is it possible with that report (PLACEHOLDER_FEED_ITEM_REPORT ) find out at 
which level the ad customizer is declared??

Thank you very much in advance. :D

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2c184bf5-66f3-4936-aa73-d23711d214fa%40googlegroups.com.


Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-06-18 Thread Hoa Mai
Hi Ben, 

Thank you for your message.

I’ve already had the most recent version of google-api-core 1.11.1 in 
Python 3.7 and it’s still not working, all dependencies:
google-ads==2.2.0
google-api-core==1.11.1
google-api-python-client==1.7.8
google-auth==1.6.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.0

Looking forward to your replying.

Best,
Hoa Mai

On Monday, June 17, 2019 at 10:13:47 PM UTC+7, adsapiforumadvisor wrote:
>
> Hi Hoa,
>
> Thanks for reaching out and for sending over all of this information. Your 
> case was transferred to me as I'm the maintainer of the Python client 
> library, which it seems you're using here.
>
> Can you double-check what versions of our dependencies you have installed? 
> You can do this by running "pip freeze" from terminal. My guess is that 
> you're using an outdated version of google-api-core. You want to be using 
> the most recent version, which is 1.11.1 (as of June 17).
>
> Let me know if that helps!
>
> Best,
> Ben Karl, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UBmzSB: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/e8b61a9c-64cd-454d-97e1-0d285d1672a3%40googlegroups.com.


RE: how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Sangeetha,

About your inquiry, I'm afraid that the data returned by the 
CustomerSyncService is limited to the fields available in the said service. 
Other more specific details of the entity you are querying, as you have listed, 
is not supported.

You may instead, refer to the Change History of the Google Ads UI for more 
detailed information regarding the changes made to your account. I hope this 
helps.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBnuNz: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/qeGkK0PTAGZQ00h4ZtJluISZiuixkknBHqPA%40sfdc.net.


RE: Low data using "Most Specific Location" even with "IsTargetingLocation IN [true, false]"

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Stephen,

So I can better investigate, could you provide your clientCustomerId? You may 
reply using the Reply privately to author option.

Additionally, could you provide more details as to how you were able to observe 
that the metrics returned by the report was significantly lower? Could you 
share which other view or report you were referring to?

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBnuGZ: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/ubvpg0PTAGM600SUB3o44OQamdiNoLFxRM8g%40sfdc.net.


how do I get the recent change history (campaign, ad and keywords )?

2019-06-18 Thread Sangeetha Jeyam
Hey there,

I'm triggering CustomerSyncService soap request to fetch the changes 
history.

CustomerSyncService 

 only 
sends back the ID of the ad, criterion, and feed that is changed. How can 
we get for instance what the ad was before and after the change? Or, what 
was the budget before and after the change?

SO I want to know the few things how to bring it out to the user interface

1. what is the actual representation of criterion and feed?
2. how to get the labels of those Id ( ad, criterion, and feed)

Thanks,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0834e769-d6d4-4e69-b1c7-fbba405f34b0%40googlegroups.com.


RE: click_view roadmap?

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Pierre,

We currently do not have a road map as to when the said fields would be 
available in the Google Ads API. For now, you may keep an eye on our blog for 
announcements.

You may also opt to use the Click Performance Report of the AdWords API report 
instead, just for the meantime.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBnttS: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/kaITr0PTACOS00MFpIqGwrQWOrnfXDjUIJPw%40sfdc.net.


Low data using "Most Specific Location" even with "IsTargetingLocation IN [true, false]"

2019-06-18 Thread Stephen Howe
Hi all,

I am trying to report on users by county in the UK through the AdWords API, 
using the following AWQL query: 

SELECT 
  Date, 
  MostSpecificCriteriaId, 
  CountryCriteriaId, 
  Impressions, 
  Clicks, 
  Cost, 
  Conversions, 
  ConversionValue
FROM 
  GEO_PERFORMANCE_REPORT
WHERE
  IsTargetingLocation IN [true, false]
  AND LocationType = LOCATION_OF_PRESENCE
  AND MostSpecificCriteriaId IN 
[1007200,1007406,1007432,1007144,9041106,9041110,9041129,9041125,1007131,9041124,904,9041115,1007331,9041128,9041117,1007165,9041112,9041100,9041113,9041126,9041122,9041119,9041085,9041121,9041096,9041093,9041087,1006676,9041107,9041088,9041095,9041103,9041127,9041090,9041108,9041123,9041098,9041118,9041094,9041102,9041089,9041097,9041116,9041120,9041092,9041091,9041104,1007172,9041101,9041086,9041114,9041084,9041099,9041105,9041109]
DURING 20181217,20190617


The list of MostSpecificCriteriaId in the WHERE condition are all the 
criteria IDs of the UK counties, according to the geotargets section of the 
API.

These locations aren't targeted by my campaigns, so I added the condition 

WHERE IsTargetingLocation IN [true, false]

hoping that I could get performance data for these locations.

I also enforced LOCATION_OF_PRESENCE in order to only report on people who 
are really in these locations.

However, the traffic data I receive is extremely low when compared to the 
total UK traffic. The resulting report only contains 1% of the clicks and 
conversions throughout the whole country during this time period. Why is 
this the case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/57c6e4a6-aff2-44f8-8e5b-83f7f860136b%40googlegroups.com.


Re: Audience - UserList - How to get ruleType?

2019-06-18 Thread Сty Вord
Hello,
I couldn't find these parameters:
(Website visitors or Affinity audience)
Could you help me in more detail, please?

This is my code on Python!

campaign_criterion_service = services['AdGroupCriterionService']

selector = {
'fields': [
'UserInterestName',
'UserListName',
'UserInterestId',
],
'predicates': [
{
'field': 'CriteriaType',
'operator': 'IN',
'values': ['USER_INTEREST', 'USER_LIST']
},
],
}

page = campaign_criterion_service.get(selector)



DATA: { 'totalNumEntries': 445, 'Page.Type': 'AdGroupCriterionPage', 
'entries': [ { 'adGroupId': X, 'criterionUse': 'BIDDABLE', 
'criterion': { 'id': X, 'type': 'USER_LIST', 'Criterion.Type': 
'CriterionUserList', 'userListId': X, 'userListName': 'X', 
'userListMembershipStatus': None, 'userListEligibleForSearch': None, 
'userListEligibleForDisplay': None }, 'labels': [], 
'forwardCompatibilityMap': [], 'baseCampaignId': None, 'baseAdGroupId': 
None, 'AdGroupCriterion.Type': 'BiddableAdGroupCriterion', 'userStatus': 
None, 'systemServingStatus': None, 'approvalStatus': None, 
'disapprovalReasons': [], 'firstPageCpc': None, 'topOfPageCpc': None, 
'firstPositionCpc': None, 'qualityInfo': None, 
'biddingStrategyConfiguration': None, 'bidModifier': None, 'finalUrls': 
None, 'finalMobileUrls': None, 'finalAppUrls': None, 'trackingUrlTemplate': 
None, 'finalUrlSuffix': None, 'urlCustomParameters': None },



четверг, 13 июня 2019 г., 23:42:56 UTC+3 пользователь adsapiforumadvisor 
написал:
>
> Hello, 
>
> You may use the AdGroupCriterionService.get() 
> 
>  
> by selecting one of the criteria types available here 
> .
>  
> Let me know if you have any other questions.
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UBn6KW: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/68ba1fe8-dd30-4305-b8df-2d2b6e8f7ebf%40googlegroups.com.


click_view roadmap?

2019-06-18 Thread Pierre Bazoge

Hello Google,

We've been implementing the new Google Ads API, and unfortunately the 
click_view report does much less than the previous API Click Performance.

Could you please tell me if the following existing dimensions/attributes 
from the Click Performance will be added to the new click_view API:

- Creative ID

- Criteria ID

- Keyword match type

- User List ID

The reason we need these data is we collect GCLIDs on the frontside with 
Javascript, then query the Google Ads API to retrieve metadata to compute 
performance reports together with other data we collected on our side. To 
stitch Adwords data with our data, we rely on GCLIDs.

Thanks for telling us the roadmap regarding the click_view upcoming 
capabilities.

Click Performance capabilities: 
https://developers.google.com/adwords/api/docs/appendix/reports/click-performance-report
Click_view capabilities: 
https://developers.google.com/google-ads/api/docs/fields/click_view

Best regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1e26aa49-a473-49cc-b4b3-3d08eaba0838%40googlegroups.com.


RE: Pause AdGroups if the item in Ad is out of stock

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Tomáš,

You may use AdGroupService with filtering campaignId or campaignName to get 
specific adGroups. As for getting the Ad information, you will need to make a 
separate request using the AdGroupAdService. You may then use the following to 
get URLs of the ads.

url
displayUrl
finalUrls
finalMobileUrls
finalAppUrls

You may also use Ad Performance Report as it is possible to retrieve the 
similar information with the above by filtering CampaignId or CampaignName.

With regard to pausing adGroups, it is possible to use AdGroupAdService.mutate 
and update the status to PAUSED. You may also refer to this sample for updating 
adGroups.

Please let me know if you have further concerns.

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001UBnq70: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/wk-YT0PTA94J00A_-i5n2CTy-uoLKyyr_blA%40sfdc.net.


RE: implement RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi,

Could you confirm if you also tried a similar request using the Keyword Planner 
and were the results the same or were there any discrepancies? If the results 
between your API and Keyword Planner requests are the same then it would mean 
that it is the intended output.

However, in the event that there are indeed discrepancies between the results, 
could you provide to me the Keyword Planner screenshot and the complete SOAP 
request and response logs so I can further investigate? You may send to the 
said details via the Reply privately to author option.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UBnsA6: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/L-ADq0PTA6RN0071_yEg06RtCUAXHzFY3NaQ%40sfdc.net.


RE: GEO_PERFORMANCE_REPORT, AD_PERFORMANCE_REPORT has no data

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi,

Could you confirm if I understand is correct that you want to retrieve the data 
of platform and advertising location of Universal App Ads (belongs to Universal 
App Campaigns type)? If yes, unfortunately, it is currently not possible to get 
these fields/data in AdWords API. However, specified in this link the possible 
reports that you can use to get the other data of this type of ad.

Please let me know if you have further questions and I would be happy to 
provide support.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UBnq8m: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/jNyEr0PTA6Q800PWx1r05DQ9mGKR4OsI7EbA%40sfdc.net.