Re: Python sdk v16 launch time

2024-03-13 Thread Liam MacDonald
Also interested in this any updates?

On Monday, March 4, 2024 at 3:57:41 AM UTC-5 Linhuan Pang wrote:

> Hi, 
>
> I'm wondering when will Python sdk v16 will be launched?
> We would like to get data by asset group & by day, but seems only v16 can 
> support, so would like to know when will this launched.
>
> Thanks,
> Linhuan
>

-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

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

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


Re: difference in asset endpoints

2023-11-27 Thread Liam MacDonald
Hi Mattia,

Thanks for the feedback this clears up my questions.  

Just a suggestion, I find this language "customer_asset will return only 
the assets that have been linked directly to the customer account" very 
helpful and not clearly illustrated in the documentation.  I think if you 
added this to the customer_asset, campaign_asset and ad_group_asset pages 
it would be very helpful.

Thanks,
Liam

On Monday, November 27, 2023 at 6:23:14 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hello Liam,
>
> My name is Mattia and I will be helping with your support case today.
>
> I understand that you would like to retrieve data for all the assets 
> belonging to a customer account: to do so, you can query the asset 
> <https://developers.google.com/google-ads/api/reference/rpc/v15/Asset> 
> resource 
> like this:
>
> select asset.id, asset.resource_name from asset where asset.id = 
> '63600410502'
>
> As described in this guide 
> <https://developers.google.com/google-ads/api/docs/assets/overview>, the 
> customer_asset and campaign_asset give you details, respectively, about the 
> association between a customer and an asset and the association between a 
> campaign and an asset; this means that customer_asset will return only the 
> assets that have been linked directly to the customer account, while 
> campaign_asset will return only the assets that have been linked directly 
> to a campaign.
>
> Note also that the asset resource does not expose any metrics, because we 
> don't provide metrics reporting at the asset level: if you want to obtain 
> metrics for assets, the smallest granularity you can obtain is querying for 
> metrics at the asset group level, by querying the asset_group 
> <https://https://developers.google.com/google-ads/api/fields/v15/asset_group> 
> resource.
>
> Hope this helps,
> Mattia Tommasone
> Google Ads API team
>
> ref:!00D1U01174p.!5004Q02qUDsh:ref
>

-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

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

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


Re: difference in asset endpoints

2023-11-24 Thread Liam MacDonald
Hi,

I understand that there is a response if I remove the asset filter that is 
not the question.  The question is why is there no response with the 
filter?  There is no documentation or information explaining why there 
should be a different list of assets coming from on report and not the 
other.

Thanks,
Liam

On Friday, November 24, 2023 at 4:07:32 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for providing required information.
>
> I have tried replicating the issue and could see a response from the 
> customer_asset report if I remove the asset Id filter from the request. 
> Hence, I have raised your concern with the rest of our team and one 
> of my teammates will reach out to you once we have an update.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qUDsh:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>   
>
>
>
>  
>
>
>
-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

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

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


Re: difference in asset endpoints

2023-11-23 Thread Liam MacDonald
Hi here are 2 examples of API calls that I would expect to have the same 
results however they are clearly very different.  One is a report from the 
customer_asset and another is from campaign_asset.  Clearly there are a lot 
of assets that are included in the campaign_asset report that are not 
included in the customer_asset report.  Can you explain the conditions 
under which an asset would be included in the campaign_asset report and not 
the customer_asset report:?  In addition what is the full list of reports I 
need to access to get all assets for a particular customer account?

*API Call 1 customer_asset report:*
---
Method: /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "5511946833",
  "x-goog-api-client": "gl-python/3.10.10 grpc/1.56.0 gax/2.11.0 
gccl/21.2.0 pb/4.23.3",
  "x-goog-request-params": "customer_id=5770334915"
}
Request: customer_id: "5770334915"
query: "\nSELECT\ncustomer.id ,\n   
 campaign.id ,\nasset.id ,\nmetrics.impressions\n   
 FROM customer_asset \nWHERE asset.id = \'63600410502\' 
AND\nsegments.date \nBETWEEN \'2023-10-01\' AND 
\'2023-10-31\'"


Response
---
Headers: {
  "request-id": "Sj8LA3ZbgLJy3ONN3PQeiQ"
}
Response: None

[2023-11-23 14:41:35,268 - INFO] Request made: ClientCustomerId: 
5770334915, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v14.services.GoogleAdsService/SearchStream, 
RequestId: Sj8LA3ZbgLJy3ONN3PQeiQ, IsFault: False, FaultMessage: None


*API Call 2 campaign_asset report:*
---
Method: /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "5511946833",
  "x-goog-api-client": "gl-python/3.10.10 grpc/1.56.0 gax/2.11.0 
gccl/21.2.0 pb/4.23.3",
  "x-goog-request-params": "customer_id=5770334915"
}
Request: customer_id: "5770334915"
query: "\nSELECT\ncustomer.id ,\n   
 campaign.id ,\nasset.id ,\nmetrics.impressions\n   
 FROM campaign_asset \nWHERE  asset.id = 
\'63600410502\' AND segments.date \nBETWEEN \'2023-10-01\' AND 
\'2023-10-31\'"


Response
---
Headers: {
  "content-disposition": "attachment",
  "request-id": "IEBT1RUjf4pW70_dV91l7A"
}
Response: results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/19084692133"
id: 19084692133
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/19084692133~63600410502~SITELINK"
  }
  customer {
resource_name: "customers/5770334915"
id: 5770334915
  }
  metrics {
impressions: 11037
  }
}
results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/19084692136"
id: 19084692136
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/19084692136~63600410502~SITELINK"
  }
  customer {
resource_name: "customers/5770334915"
id: 5770334915
  }
  metrics {
impressions: 1219
  }
}
results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/19084692139"
id: 19084692139
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/19084692139~63600410502~SITELINK"
  }
  customer {
resource_name: "customers/5770334915"
id: 5770334915
  }
  metrics {
impressions: 812
  }
}
results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/19084692142"
id: 19084692142
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/19084692142~63600410502~SITELINK"
  }
  customer {
resource_name: "customers/5770334915"
id: 5770334915
  }
  metrics {
impressions: 1475
  }
}
results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/19084692145"
id: 19084692145
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/19084692145~63600410502~SITELINK"
  }
  customer {
resource_name: "customers/5770334915"
id: 5770334915
  }
  metrics {
impressions: 1289
  }
}
results {
  asset {
resource_name: "customers/5770334915/assets/63600410502"
id: 63600410502
  }
  campaign {
resource_name: "customers/5770334915/campaigns/20629409219"
id: 20629409219
  }
  campaign_asset {
resource_name: 
"customers/5770334915/campaignAssets/20629409219~63600410502~SITELINK"
  }

Re: difference in asset endpoints

2023-11-20 Thread Liam MacDonald
Hi,

The documentation gives me no details why when I pull from the 
customer_asset endpoint that certain assets are excluded can you please 
explain?
On Monday, November 20, 2023 at 8:32:50 PM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By reviewing your query, I understand that you would like to know the 
> difference between customer_asset and campaign_asset. I would suggest you 
> refer to the documents customer_asset 
>  and 
> campaign_asset 
>  to 
> get more information. Also, kindly refer to the guide customer_asset_set 
>  
> for 
> more details. 
>
> I hope this helps. Kindly get back to us if you have any further queries.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qUDsh:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>
-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

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

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


difference in asset endpoints

2023-11-20 Thread Liam MacDonald
Hi, 

I'm looking to report on all assets that currently exist within a customer 
account on google ads and I'm unclear on the difference between 
customer_asset and campaign_asset.  My assumption is that customer_asset 
(being the highest level) would have all assets within a customer account 
but this doesn't appear to be true.  

Is there an endpoint that I can use to pull all assets (with metrics) from 
a customer account?

-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

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

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


Re: We can't get ad group ad assets data.

2020-02-24 Thread Liam
Hi Mitchell,

Thanks for reply.

Good news! We solved the problem.

And also should let you know we emailed 'Google Ads API Direct Support' for 
help as well, hope it is not causing any trouble for you.

Thank you for your help all the way! Have a good day.

在 2020年2月19日星期三 UTC+8下午10:21:08,adsapiforumadvisor写道:
>
> Hi Liam,
>
> I'm glad you were able to solve that issue. What client customer ID are 
> you using to make the call? Make sure you are using a client account and 
> not a manager account but make sure you have specified the manager account 
> ID as the login-customer-id. If you don't believe this is the issue, please 
> share your complete detailed request and response logs *via Reply 
> privately to author *so that I can further investigate the issue. You can 
> find information on enabling logging in the dropdown of your client library 
> on the left-hand side of the screen here 
> <https://developers.google.com/google-ads/api/docs/client-libs>.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV084w: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/3c5f2343-638a-4603-830a-ab71a9399ac1%40googlegroups.com.


Re: We can't get ad group ad assets data.

2020-02-18 Thread Liam


Hi Mitchell,

 

  Thank you for the help.

Good news is we found the access email account and enabled the API button, 
there are no error in the response now. But we can still get empty data 
like the log above. We have no idea how to locate the problem further. 
Please help us and let us know if there is any information you need.

Thank you.

在 2020年2月8日星期六 UTC+8上午12:44:55,adsapiforumadvisor写道:
>
> Hi Liam,
>
> Thank you for reaching out. If you are trying to migrate to Google Ads 
> API, you have to enable it in the API Console as explained here 
> <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=ES#enable_the_in_your_project>.
>  
> I am unable to check which email was used to create that project but it 
> should be the email that was initially used to create your Google Ads 
> manager account. You can also just create a new project and generate new 
> credentials to use for Google Ads API (instructions here 
> <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=ES>
> ).
>
> You can get support from the Console team by clicking the '?' in the top 
> top-right of the Console screen.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV084w: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/3923bf7f-9df5-40aa-bb66-4d1393443366%40googlegroups.com.


We can't get ad group ad assets data.

2020-02-06 Thread Liam
 

Hi there,


Thank you for reading this request.


We have been using the AdWords API to get campaign data from our MCC 
(983-587-0286), and it has been working pretty well.


We have API standard authority.

Recently, we also need to get ad assets data, and we followed the document.

(
https://developers.google.com/google-ads/api/fields/v2/ad_group_ad_asset_view
)


We get below response:

"google.api_core.exceptions.PermissionDenied: 403 Google Ads API has not 
been used in project 646589782887 before or it is disabled. Enable it by 
visiting 
https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=646589782887
 
then retry. If you enabled this API recently, wait a few minutes for the 
action to propagate to our systems and retry."


The problem is we don't know that which account is related to the project 
646589782887, and if the account is still valid.


Please help us find the account email or transfer the project to a new 
email. That would really help us, thank you so much!



**We also tried get data from accounts already whitelisted for ad groups, 
and got below log, Please take a look, and we hope it helps.*


('20200101', '20200204')

[2020-02-06 12:25:53,736 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '338-897-3156', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 338-897-3156 (1/28) fetch over !

【INFO】customer_id: 611-914-6237 (2/28) fetch over !

[2020-02-06 12:25:57,133 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '611-914-6237', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 906-277-3343 (3/28) fetch over !

[2020-02-06 12:26:01,726 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '906-277-3343', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 188-539-1662 (4/28) fetch over !

[2020-02-06 12:26:06,944 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '188-539-1662', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 615-035-9990 (5/28) fetch over !

[2020-02-06 12:26:10,323 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '615-035-9990', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 423-744-0513 (6/28) fetch over !

[2020-02-06 12:26:13,705 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '423-744-0513', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

[2020-02-06 12:26:18,311 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '213-654-1347', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 213-654-1347 (7/28) fetch over !

【INFO】customer_id: 354-830-0999 (8/28) fetch over !

[2020-02-06 12:26:22,918 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '354-830-0999', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

[2020-02-06 12:26:27,527 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '162-055-3895', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【INFO】customer_id: 162-055-3895 (9/28) fetch over !

【INFO】customer_id: 612-604-4139 (10/28) fetch over !

[2020-02-06 12:26:31,827 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '612-604-4139', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

[2020-02-06 12:26:36,435 - googleads.adwords.report_downloader - INFO] 
Request Summary: {'clientCustomerId': '325-438-9603', 'skipReportHeader': 
'True', 'includeZeroImpressions': False, 'server': 'adwords.google.com', 
'skipColumnHeader': 'True', 'skipReportSummary': 'True', 'isError': False}

【

Unable to get Smart Campaign Ad Groups report

2020-01-08 Thread Liam Connors
Hi,

We are experiencing some issues getting Ad Groups report for a Smart 
Campaign from the API.

Can you let me know if this is expected?

Thanks in advance,
Liam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1205c155-f3b8-4244-a253-8d530da22fd5%40googlegroups.com.


Can I identify missing offline conversions uploads?

2020-01-03 Thread &#x27;Liam Galbraith' via AdWords API and Google Ads API Forum
I downloaded 10,304 conversions (with unique GCLIDs) from the Click 
Performance Report, assigned a value to each and uploaded all of them to a 
conversion tracker I had made. The response feed from the API showed no 
failures, and the length of the successful response feed was 10,304 as 
expected. However, when looking at the conversion tracker in the UI, there 
are only 10,102 recorded conversions.

Is there a typical reason this number would be lower despite the API not 
stating any uploads failed?
Or is there a way that I can check the missing GCLIDs in that specific 
tracker?

It's won't be due to the delay in offline conversions showing up, as this 
was done before Christmas.

-- 
---
essenceglobal.com 

Facebook 
 • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e773b20-b8d6-4f39-aa3e-9078ce7d13ca%40googlegroups.com.


Type: AuthorizationError.CUSTOMER_NOT_ACTIVE

2020-01-02 Thread Liam
Hi there,

We've been using Adwords API to get ad campaigns data from CIDs linked to 
our MCC: 983-587-0286 for quite some time.

Recently A technical problem has occurred and We need your help.


When we made API calls, it says: "Type: 
AuthorizationError.CUSTOMER_NOT_ACTIVE"


We didn't change anything from our side and had no idea what is wrong, 
please help us, thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f4d96e1-df8a-4889-9fd1-f2206727d18b%40googlegroups.com.


Re: API campaigns report not matching UI and total incorrect

2019-08-29 Thread Liam Connors
Thanks Dannison,
Is there a way to get the full actual values for each conversion from the 
API, or values with more precision?

On Wednesday, 28 August 2019 02:51:47 UTC-4, adsapiforumadvisor wrote:
>
> Hi Liam,
>
> Thank you for providing the details privately. 
>
> My apologies for the delayed response as I was discussing this with the 
> team. The discrepancy is due to the fact that conversion values on each row 
> are rounded to two decimal places, while the total adds up the *actual* 
> values 
> and *then* rounds to two decimal places. Upon checking the UI, it is also 
> observed that it does the same.
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UEJSqT: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/df0148ef-20db-4702-8a0e-3fa8d04104e9%40googlegroups.com.


API campaigns report not matching UI and total incorrect

2019-08-18 Thread Liam Connors

When comparing data received from the API for a particular campaign we 
noticed it does not match the UI and is off by a few cents every month, and 
the total returned as Total conv. value does not actually match the total 
of all the rows. Can you give any guidance on why this might be the case? 
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/54aaf060-709a-409d-bc2c-fd116826b632%40googlegroups.com.


Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-26 Thread Liam Connors
I have sent further information by private message. Can you let me know in 
the forum the answer or if further information is needed as it seems I am 
not receiving the response:

My response by private message:

"You mean the reports from the UI? I do not have access to the UI reports, 
but should the Campaigns Report and Campaigns Details Report not match for 
February 2018 once the Campaign Details report is filtered to show only 
Headline impressions? It seems it matches for all other months.

I can send both the reports requested from the API."

Thanks!



On Wednesday, 26 June 2019 03:30:11 UTC-4, adsapiforumadvisor wrote:
>
> Hi Liam,
>
> Thanks for following up. We have received your response in private thread 
> and we already responded to it. However, it appears that you did not 
> receive my response.
>
> Moving forward to your issue, I wasn't able to replicate the impressions 
> that you specified in the 2 reports. It appears that you provided the total 
> impressions of all campaigns in your manager account and not in the client 
> account only.
>
> With this, I would like to ask one last detail about this issue. Could you 
> provide the generated reports in the client account so I can discuss this 
> to the rest of the team?
>
> Regards,
> Ejay
> Google Ads API Team
>
> ref:_00D1U1174p._5001UBnYAO: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/834f288f-3150-4ddf-bc87-8b5ecc30bd02%40googlegroups.com.


Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-25 Thread Liam Connors
Hi, 

Is there an update on this? I sent the report definitions by private 
message.

Regards,
Liam

On Sunday, 16 June 2019 23:47:08 UTC-4, adsapiforumadvisor wrote:
>
> Hi Liam,
>
> Thanks for raising your concern.
>
> To investigate the data discrepancies, could you provide the complete report 
> definition 
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
>  
> you have used in 2 reports together with the customer ID via *Reply 
> privately to author*? Also, would it be possible to provide sample data 
> discrepancies that you've noticed between the 2 reports.
>
> Regards,
> Ejay
> Google Ads API Team
>
> ref:_00D1U1174p._5001UBnYAO: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/aa7ecc65-df66-4e60-bba8-4a378bfcab50%40googlegroups.com.


Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-25 Thread Liam Connors
Hi, I responded privately with the requested information. Do you have an 
update or require any further information from me? Thanks

On Saturday, 15 June 2019 16:25:05 UTC-4, Liam Connors wrote:
>
> Hi, when requesting reports for Feb 2018 for some accounts, we are 
> noticing that the impressions in these two reports do not match each other 
> for the same accounts. It seems to be fine for the rest of the year. Is 
> there some issue or other reason why data would not match up for Feb 2018?
>
> 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/e05e7928-617f-40f2-b35f-160298889bda%40googlegroups.com.


Difference in stats in Campaigns and Campaigns Details report

2019-06-15 Thread Liam Connors
Hi, when requesting reports for Feb 2018 for some accounts, we are noticing 
that the impressions in these two reports do not match each other for the 
same accounts. It seems to be fine for the rest of the year. Is there some 
issue or other reason why data would not match up for Feb 2018?

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/894892ac-5c93-4d08-b4f3-204748cf657b%40googlegroups.com.


MultiAssetResponsiveDisplayAd - where to check in UI?

2019-05-28 Thread Liam Connors
I understand image URL is not available for MultiAssetResponsiveDisplayAd 
using the API. 
Is there a way to check in the Googles Ads UI to confirm that a particular 
ad is MultiAssetResponsiveDisplayAd. What name does it correspond to there? 
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.
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/6bd515b0-9930-4ae2-a5b3-b7c20347ce6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference in impressions between Campaign and Campaign Geo report

2019-05-25 Thread Liam Connors
I responded privately but have not heard back. Is there a place I can check 
the status?

On Wednesday, 15 May 2019 02:35:41 UTC-4, googleadsapi-forumadvisor wrote:
>
> Hi Liam,
>
> We normally do not recommend comparing different report types as this can 
> sometimes cause confusion. However, so I can help you identify where the 
> differences came from, could you provide your clientCustomerId and the 
> complete report definition 
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
>  you 
> used to generate both the Campaign Performance Report and the Geo 
> Performance Report?
>
> You may send your reply via the *Reply privately to author* option.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> <https://support.google.com/google-ads/contact/survey_transactional?caseid=6-097526600&hl=en&ctx=1>
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 05/14/19 22:15:08 li...@tapclicks.com  wrote:
>
> Hi, 
>
> When querying the Campaign and Campaign Geo report for April for a 
> particular account we are noticing a slight discrepancy in impressions 
> numbers.
>
> For Campaign we get 15,201 impressions for Geo we get 15,225
>
> I understand in some cases GEO report might report higher but when we 
> pull reports for Geo data we don't have special settings other then 
> default, we have no predicate on IsTargetingLocation (
> https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report
> )
>
> So in this case shouldn't the figures match?
>
> Thanks for your help,
>
> Liam
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/b7daf4fc-c7d3-4bbf-b3ca-1a6e9fa53b09%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/adwords-api/b7daf4fc-c7d3-4bbf-b3ca-1a6e9fa53b09%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> 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.
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/ee103849-394d-4bc1-991f-e101b865bb2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Difference in impressions between Campaign and Campaign Geo report

2019-05-14 Thread Liam Connors
Hi, 

When querying the Campaign and Campaign Geo report for April for a 
particular account we are noticing a slight discrepancy in impressions 
numbers.

For Campaign we get 15,201 impressions for Geo we get 15,225

I understand in some cases GEO report might report higher but when we pull 
reports for Geo data we don't have special settings other then default, we 
have no predicate on IsTargetingLocation (
https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report
)

So in this case shouldn't the figures match?

Thanks for your help,

Liam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b7daf4fc-c7d3-4bbf-b3ca-1a6e9fa53b09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Create UAC Problem SettingError.MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN

2016-11-20 Thread Liam
I also got this problem. No code change. 

在 2016年11月19日星期六 UTC+8下午11:53:52,uuta...@sina.com写道:
>
> Dear Adwords API Team:
> From yesterday, When I create UAC Campaign always got the 
> following error:
>
> *[SettingError.MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN @ 
> operations[0].operand.settings[0].imageMediaIds; trigger:'2212360079', 
> SettingError.MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN @ 
> operations[0].operand.settings[0].imageMediaIds; trigger:'2212360487'] in 
> /home/wwwroot/facebookApi/www/Adword/Google/Api/Ads/Common/Lib/AdsSoapClient.php:216*
>
>
> *I'm sure my image is ok. I have used them for a long time and my 
> code didn't be changed for a long time. I think maybe it's a problem from 
> adwords api server.*
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/f594a5ba-3363-4442-836f-d0cff71a231a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can I get specific search query information from a conversion?

2015-06-23 Thread Liam Devlin
Hi all,

I'm new to developing against the Ad Words API, and I'm wondering if the 
particular outcome I'm trying to achieve is even possible.

I'm trying to integrate Ad Words with a third party tool which will track 
leads and sales.

The customer wants to be able to see, on the individual lead created in the 
other system, the search and/or keyword information the person used to 
reach their site.

My understanding is that an AdWords Conversion Tracker will keep track of 
this information, but I'm unsure how to pull this information out 
programmatically.

I see that there is a Conversion Tracker Service, but this appears to be 
used for managing the Conversion Trackers themselves, not for pulling data 
from a specific conversion.

Is there a way to pull the specific search query or keywords used during a 
specific conversion?

If so, what service would I use, and what object(s) would I query against?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/13ffbddb-14f6-433f-ab81-4a3a180fc9cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign performance report doesn't match web interface

2014-09-18 Thread Liam O'Boyle
Aah, I'm an idiot.  The campaigns in question were set up a long time 
ago and most of the data was excluded by the DURING period specified in the 
query.

Thanks for prompting me to look more closely and spot the difference.

While I've got someone answering, can you possibly point me in the right 
direction to ask questions about the Webmaster API?  I've asked a question 
about an apparent bug in the verification API over in the forum 
<https://productforums.google.com/forum/#!category-topic/webmasters/verification/CJ8Mk6HU0kI>
 but 
I've got a resounding silence.  Am I asking in the wrong place?

Cheers,
Liam 

On Friday, 19 September 2014 08:59:02 UTC+10, Liam O'Boyle wrote:
>
> Hi Ray,
>
> All of the campaigns match, and 196 of 199 campaigns match exactly on 
> clicks, impressions and conversions.  Three campaigns show totally 
> different impressions, clicks and conversions (one of them more than 
> 100,000 impressions different).  Any ideas why this might be?
>
> On Thursday, 18 September 2014 04:13:15 UTC+10, Ray Tsang (AdWords API 
> Team) wrote:
>>
>> Liam,
>>
>> Please compare the result and let me know if specific rows were missing, 
>> or that the counts are completely different between the UI and the API for 
>> the same campaign.
>>
>> Thanks,
>>
>> Ray
>>
>> On Wednesday, September 17, 2014 10:02:33 AM UTC-4, Dorian Kind wrote:
>>>
>>> Total shot in the dark here, but could it be that the account in 
>>> question also uses video campaigns? Because those aren't reported over the 
>>> API.
>>>
>>> On Wednesday, September 17, 2014 2:27:36 AM UTC+2, Liam O'Boyle wrote:
>>>>
>>>> Attempting to pull a campaign performance report (with no filters) 
>>>> results in a much lower impression count than that shown in the web 
>>>> dashboard.  Is there any reason that this should be the case?  The report 
>>>> is fetched using the following AWQL.
>>>>
>>>> SELECT CampaignStatus, CampaignId, CampaignName, Labels, AverageCpc, 
>>>> Cost, CostPerConversion, Ctr, Impressions, Clicks, Conversions, 
>>>> TotalBudget, TotalCost
>>>> FROM CAMPAIGN_PERFORMANCE_REPORT
>>>> DURING 20140101,20140917
>>>>
>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8efbf6d7-f1bf-4ad2-86cf-8820ec251cb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign performance report doesn't match web interface

2014-09-18 Thread Liam O'Boyle
Hi Ray,

All of the campaigns match, and 196 of 199 campaigns match exactly on 
clicks, impressions and conversions.  Three campaigns show totally 
different impressions, clicks and conversions (one of them more than 
100,000 impressions different).  Any ideas why this might be?

On Thursday, 18 September 2014 04:13:15 UTC+10, Ray Tsang (AdWords API 
Team) wrote:
>
> Liam,
>
> Please compare the result and let me know if specific rows were missing, 
> or that the counts are completely different between the UI and the API for 
> the same campaign.
>
> Thanks,
>
> Ray
>
> On Wednesday, September 17, 2014 10:02:33 AM UTC-4, Dorian Kind wrote:
>>
>> Total shot in the dark here, but could it be that the account in question 
>> also uses video campaigns? Because those aren't reported over the API.
>>
>> On Wednesday, September 17, 2014 2:27:36 AM UTC+2, Liam O'Boyle wrote:
>>>
>>> Attempting to pull a campaign performance report (with no filters) 
>>> results in a much lower impression count than that shown in the web 
>>> dashboard.  Is there any reason that this should be the case?  The report 
>>> is fetched using the following AWQL.
>>>
>>> SELECT CampaignStatus, CampaignId, CampaignName, Labels, AverageCpc, 
>>> Cost, CostPerConversion, Ctr, Impressions, Clicks, Conversions, 
>>> TotalBudget, TotalCost
>>> FROM CAMPAIGN_PERFORMANCE_REPORT
>>> DURING 20140101,20140917
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c970d51b-8a1b-4628-92b0-d7cb5cbe8f34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Removed labels still come back via API

2014-09-18 Thread Liam O'Boyle
Ah, so obvious once you point it out.  No I don't, I just assumed that 
removed deleted them rather than flagging them as removed.

Thanks!

On Wednesday, 17 September 2014 21:34:12 UTC+10, Danial Klimkin wrote:
>
> Hello Liam,
>
>
> Do you request Label "Status" field to determine removed items? You can 
> also add a predicate to filter removed ones out.
>
>   
> https://developers.google.com/adwords/api/docs/reference/v201406/LabelService.Label
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, September 17, 2014 4:11:51 AM UTC+4, Liam O'Boyle wrote:
>>
>> I use the Label Service to pull down a list of all labels for an account, 
>> but the response includes labels that I have already removed via the web 
>> interface.  Is this the expected behaviour?  Is the data cached for some 
>> period of time?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0222fa2-1c36-43ed-bd64-89e712eaf39c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API support for AdWords "Labels" feature?

2014-09-17 Thread Liam O'Boyle
Just adding my support for this as well.  We have a corporate MCC account 
with separate accounts for our franchisees; we're just starting out but 
we'll end up with hundreds of accounts and the ability to manage these 
using labels would greatly simplify things for us.

On Thursday, 7 August 2014 18:12:55 UTC+10, Danial Klimkin wrote:
>
> Hello Joe,
>
>
> This part is already logged as a feature request. We hope to include it in 
> the future but I can't give any timeline at the moment.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, August 6, 2014 8:19:24 PM UTC+4, Joe Dealereprocess wrote:
>>
>> This is a nice feature - However - we manage and large group of accounts 
>> - in our MCC and sometimes these accounts go paused , or other things... We 
>> attached certain labels to these accounts ( account level ) - However , It 
>> doesn't seem that the Label service has support for account level labels - 
>> when we attach a label to a campaign or adgroup it is fine, but what about 
>> the account level labels - ?? 
>>
>> On Wednesday, July 9, 2014 12:10:30 PM UTC-5, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello everyone,
>>>
>>> Great news! The newly announced v201406 
>>> 
>>>  
>>> of the API finally has official Labels support!
>>>
>>> Please take some time to read through the new documentation, and of 
>>> course check out the new labels examples to see them in action.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Friday, July 4, 2014 4:42:09 AM UTC-4, David Midgley wrote:

 Hi Eli

 As requested, here you go! You still need to create an endpoint that 
 will take the posted label mappings.

 I've had this in production for a few days and it works well. We are 
 only looking for certain labels so there is code to choose the labels you 
 care about, but that can be easily removed - I've indicated in the 
 comments 
 where this is.

 It does one post per account. If you have a lot of labels you could 
 move the position of the posting code to inside the label loop to reduce 
 the size, but increase the frequency of your posts to one per label per 
 account.

 I hope it helps!

 Cheers

 David

 Use at your own risk, don't blame me if it breaks everything, etc:

 //Populate myLabels with all the labels you are interested in
 var myLabels = [];
 myLabels.push('Brand');
 myLabels.push('Product');
 myLabels.push('Generic');

 //Set "apiUrlAndKey" to url of API enpoint that accepts post of json 
 data with mappings
 var apiUrlAndKey = '__API_URL__';

 function main() {
   //Select all active accounts
   var accountIterator = MccApp.accounts()
 .withCondition('Clicks > 0')
 .forDateRange('LAST_MONTH')
 .orderBy('Name')
 .get();

   while (accountIterator.hasNext()) {
 var account = accountIterator.next();
 var customerId = account.getCustomerId();
 Logger.log(customerId + ': ' + account.getName());
 
 MccApp.select(account);
 
 var labelUpdates = [];
 //Push all my label names to array
 var labelNames = getAllMyLabels();
 
 labelNames.forEach(function (labelName) {
 var campaignIterator = AdWordsApp.campaigns()
   .withCondition('LabelNames CONTAINS_ANY ["' + labelName + '"]')
   .get();
   while (campaignIterator.hasNext()) {
 var campaign = campaignIterator.next();
 //Push update to object array
 labelUpdates.push({customerId: customerId, label: labelName, 
 campaignId: campaign.getId()});
   }
 });
 
 //If there are label updates - post data
 if (labelUpdates.length > 0) {
   var req = JSON.stringify(labelUpdates);
   
   //Call api with mappings
   //You can add authorization header to authenticate or send 
 internal api key in query string
   var options = {
 method: 'POST',
 payload: req,
 contentType: 'application/json'
   };
   
   Logger.log('Sending request to API: ' + req);
   var resp = UrlFetchApp.fetch(apiUrlAndKey, 
 options).getContentText();
   Logger.log('Response from API: ' + resp);
 }
   }
 }

 function getAllMyLabels() {
   var labelNames = [];
   var labelIterator = AdWordsApp.labels().get();  
   while (labelIterator.hasNext()) {
 var labelName = labelIterator.next().getName();
 //Check if label name is in the list you are interested in
 //You can remove this if statement if you want all labels
 if (myLabels.indexOf(labelName) !== -1) {
   labelNames.push(labelName);
 }
   }
   

Removed labels still come back via API

2014-09-17 Thread Liam O'Boyle
I use the Label Service to pull down a list of all labels for an account, 
but the response includes labels that I have already removed via the web 
interface.  Is this the expected behaviour?  Is the data cached for some 
period of time?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7b21c79d-a9fc-4dc0-81ce-03bbadb68ec9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign performance report doesn't match web interface

2014-09-17 Thread Liam O'Boyle
Attempting to pull a campaign performance report (with no filters) results 
in a much lower impression count than that shown in the web dashboard.  Is 
there any reason that this should be the case?  The report is fetched using 
the following AWQL.

SELECT CampaignStatus, CampaignId, CampaignName, Labels, AverageCpc, Cost, 
CostPerConversion, Ctr, Impressions, Clicks, Conversions, TotalBudget, 
TotalCost
FROM CAMPAIGN_PERFORMANCE_REPORT
DURING 20140101,20140917


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/50e31541-4ae0-4f94-a237-3aa506c97bb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.