Re: Google Ads API Linking manager to client account

2021-02-05 Thread rentca...@gmail.com

Thank you
On Thursday, February 4, 2021 at 12:46:38 PM UTC-8 adsapiforumadvisor wrote:

> Hi,
>
> Thank you for reaching out. Once the manager account extends an invitation 
> to the client customer account via CustomerClientLinkService 
> ,
>  
> the client customer account owner would be able to see the invitation on 
> the Google Ads UI. The CustomerManagerLink 
> 
>  resource_name 
> would be 
> customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}.
>  
> This could be returned when the client customer account issues a call to 
> accept the invitation.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Bdfvs: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/b1bc1ef9-54a9-470c-844d-b5511d1e0458n%40googlegroups.com.


Re: /adGroupAds:mutate issue creating new Ad

2021-02-05 Thread Jeff Moore
I should add that when I add resourceName, other errors occur. I don't have 
the ad_d since I am just creating it so I cannot supply it in this format:

customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}

On Friday, February 5, 2021 at 5:34:03 PM UTC-5 Jeff Moore wrote:

> I get errors trying to create a text ad. Any help would be apprecicated!
>
> Request:
> {
>   "operations": [
> {
> "create": {
> "ad": {
> "name" : "new ad"
> },
> "adGroup": "customers/3575308233/adGroups/115772299805 
> <(577)%20229-9805>", 
> "status": "PAUSED"
>
>   }
> }
>   ]
> }
> Response:
> {
> "error": {
> "code": 400,
> "message": "Request contains an invalid argument.",
> "status": "INVALID_ARGUMENT",
> "details": [
> {
> "@type": "
> type.googleapis.com/google.ads.googleads.v6.errors.GoogleAdsFailure",
> "errors": [
> {
> "errorCode": {
> "mutateError": "RESOURCE_NOT_FOUND"
> },
> "message": "Resource was not found.",
> "trigger": {
> "stringValue": ""
> },
> "location": {
> "fieldPathElements": [
> {
> "fieldName": "operations",
> "index": 0
> },
> {
> "fieldName": "create"
> },
> {
> "fieldName": "resource_name"
> }
> ]
> }
> }
> ]
> }
> ]
> }
> }
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f1102c97-be47-42ed-ad43-2b6098377787n%40googlegroups.com.


/adGroupAds:mutate issue creating new Ad

2021-02-05 Thread Jeff Moore
I get errors trying to create a text ad. Any help would be apprecicated!

Request:
{
  "operations": [
{
"create": {
"ad": {
"name" : "new ad"
},
"adGroup": "customers/3575308233/adGroups/115772299805", 
"status": "PAUSED"

  }
}
  ]
}
Response:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v6.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"mutateError": "RESOURCE_NOT_FOUND"
},
"message": "Resource was not found.",
"trigger": {
"stringValue": ""
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "resource_name"
}
]
}
}
]
}
]
}
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ba1fc58-3b21-4cba-871e-e914996d5e59n%40googlegroups.com.


RE: Google Shopping Bulk Ad Group Creation For Smart Shopping

2021-02-05 Thread Google Ads API Forum Advisor Prod
Hi Paul,

Thank you for reaching out. As this is a Google Ads Scripts related issue, I 
would suggest you to reach out to the Google Ads Scripts team via this link to 
get further assistance.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2BdnUI: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/_JzDx0QO2RKW00jjbzLPhvQuCIy9REeFdbIA%40sfdc.net.


Google Ads API can't pull data older than 90 days?

2021-02-05 Thread Zhisheng Zhou
Hi. I am trying to pull data(*2020-02-01*) from *click_view*, and this is 
the request:

curl --location --request *POST* '
*https://googleads.googleapis.com/v6/customers/{{customer_id}}/googleAds:search*'
 
\
--header 'Authorization: Bearer {{token}}' \
--header 'developer-token: ALkDA5a-bcH2N-mcan-UzQ' \
--header 'Content-Type: application/json' \
--header 'login-customer-id: 785XXX' \
--data-raw '{
"*query*": "SELECT 
customer.descriptive_name,ad_group.id,ad_group.name,ad_group.status,segments.ad_network_type,click_view.area_of_interest.city,click_view.area_of_interest.country,click_view.area_of_interest.metro,click_view.area_of_interest.most_specific,click_view.area_of_interest.region,campaign.id
 
FROM click_view WHERE segments.date = '\''*2020-02-01*'\''",
"*return_total_results_count*": "true",
"*validate_only*": "false"
}'

And I got: 
 *"message": "The requested date is too old. It cannot be older 
than 90 days."*

*Is there a way to get data older than 90 days plz?*

Best,

Zhisheng

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f46a153-7372-473a-8c2c-7c818b5cc1c9n%40googlegroups.com.


Re: Custom data feed item performance report

2021-02-05 Thread Google Ads API Forum Advisor Prod
Hi Leo,

Can you please share your full report query and results through reply privately 
so I can take a closer look?

Thanks,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zspLG: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/UV5gI0QO2LZ100r8-8zpokRr2IoQB8ASH7kQ%40sfdc.net.


Conversions

2021-02-05 Thread Mark Ryan
Whats the difference between Conversions and All Conversions

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a68b2357-03aa-416f-b92c-e290e731feaen%40googlegroups.com.


RE: :User doesn't have permission to access customer" error when trying to use API for test account

2021-02-05 Thread Google Ads API Forum Advisor Prod
Hi Ľubo,

Thank you for reaching out. This error indicating that you don’t have 
permission to access the customer most probably comes from the fact that you 
were not using the email of account 438-671-3590 to generate the OAuth2 
credentials, however, you were trying to access this manager account. Please 
use the email of 438-671-3590 to generate the OAuth2 credentials and try it 
again. Also keep in mind that you are supposed to add campaigns to a client 
customer account rather than a manager account.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2BdmDL: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/JVUWq0QO2E3200yjGIIA3zR3OsN7x5rM_GYw%40sfdc.net.


PHP AdGroupService IDs returned in unknown format

2021-02-05 Thread JM
Hello all,
I'm using the PHP SDK on a Laravel Homestead vagrant VM running Ubuntu 
18.04. When I try to get ad group details using a selector to the 
AdGroupService, all fields are returned normally, except the IDs, which are 
returned like this:

 #id: b"Î^³Ù╬8þì³"
  #campaignId: b"×mzó}yßN"

This only happens inside the VM. When the function is called from a 
webpage, it works normally. Has anyone seen this before and could please 
advise me how to fix it?

Thank you in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e2f380b-8f1e-4cae-afbd-69f250c1b14cn%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-02-05 Thread Diego Calzado
Hi Anash.

Thanks a lot for your response.
I will then contact Google Ads UI product support.

Cheers!.

On Thursday, February 4, 2021 at 11:36:30 PM UTC+1 adsapiforumadvisor wrote:

> Hi Diego,
>
> I looked at this account and the API and UI are returning results 
> consistent with each other. I however still suspect the timezone mismatch 
> to be the root cause of this issue. You might want to reach out to the 
> product support (Click the (?) symbol on the top right bar of the Google 
> Ads account UI and click the "Contact us" link). They should be able to 
> explain why you saw a different end time as compared to what we see at our 
> end and through the API response.
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5004Q2B2TyU: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/e3e913ab-86a0-4591-a5fd-d490b7cc5b0bn%40googlegroups.com.


Re: Copy OR Move Google Ads from one AdGroup to another

2021-02-05 Thread 'Aseem Thapliyal' via AdWords API and Google Ads API Forum
Hi Peter,

Thanks again for your help.
I was working on hotel campaigns and hotel ad groups and I was wondering if 
I can list down the hotels present in a hotel group and also add OR remove 
a hotel from a hotel group using the API?

Best Regards,
Aseem

On Tuesday, January 26, 2021 at 7:57:02 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Aseem,
>
> To fetch the details of the 'resource' you will need to use its respective 
> service  
> (v6 > services) or view/report 
> . For 
> the entities / resources that you mentioned, as an example, you can use the 
> below services to invoke a get request to retrieve them and their 
> attributes :
>
> Campaigns - CampaignService 
> 
> Ad Groups - AdGroupService 
> 
> Ads - AdGroupAdService 
> 
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B29bw: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/606f58f8-5cd1-4a59-b0a6-4b0834a7b6dfn%40googlegroups.com.


Re: Custom data feed item performance report

2021-02-05 Thread Leo Shaw
Hi, I've been unable to get performance metrics for individual items in a 
dynamic remarketing feed using the Google Ads API.  The API docs 

 seem 
to suggest it's possible, and I can fetch a limited set of data on the 
individual feed items with a query like this

SELECT feed_item.id, feed.name, metrics.impressions FROM feed_item WHERE 
feed_item.status = 'ENABLED' AND feed.id = '207408177' LIMIT 20

However the majority of fields (start_date_time, attribute_values etc.) 
don't return anything, and metrics like impressions are always zero 
(filtering WHERE metrics.impressions > 0 returns no results).  If I remove 
the constraint on feed.id, the query returns fields and metrics for feed 
items for other types of ads, and I can see in the UI that the dynamic 
remarketing ad has plenty of impressions.
Am I doing something wrong, or is it not possible to get performance 
metrics for individual feed items in a dynamic remarketing feed?

Thanks for any help,

Leo
On Tuesday, 30 June 2020 at 14:26:59 UTC+1 adsapiforumadvisor wrote:

> Hi,
>
> You will need to reach out to the product team 
>  to see 
> whether this feature will be included in the UI.
>
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zspLG: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/86fd0d8c-1a59-43d2-a8a8-e63975dcc35bn%40googlegroups.com.


Re: Attributes mapping between UI and API

2021-02-05 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Thank you again, Anthony!

On Wednesday, February 3, 2021 at 10:35:22 PM UTC+3 adsapiforumadvisor 
wrote:

> Hi Alexander,
>
> You will find the Final URL suffix in the URL options of the Settings tab 
> of either campaigns or ad groups. I've attached a screenshot for reference.
>
> Cheers,
>
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2BbiKE: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/771b8a67-1406-4dc4-816e-6386a5173a63n%40googlegroups.com.